Skip to content

Commit

Permalink
Merge pull request #1364 from pocke/Drop_support_of_Ruby_2_x
Browse files Browse the repository at this point in the history
Drop support of Ruby 2.x
  • Loading branch information
pocke authored Jul 10, 2023
2 parents 6302e0f + 8ede71c commit 5f77bb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
- 3.2-dev-focal
- 3.1-dev-focal
- 3.0-dev-focal
- 2.7-dev-bionic
- 2.6-bionic
job:
- test
- stdlib_test
Expand All @@ -28,10 +26,6 @@ jobs:
exclude:
- container_tag: master-nightly-focal
job: confirm_lexer
- container_tag: 2.6-bionic
job: stdlib_test
- container_tag: 2.7-dev-bionic
job: stdlib_test
- container_tag: 3.0-dev-focal
job: stdlib_test
- container_tag: 3.1-dev-focal
Expand Down
2 changes: 1 addition & 1 deletion rbs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.6"
spec.required_ruby_version = ">= 3.0"
end

0 comments on commit 5f77bb5

Please sign in to comment.