Skip to content

Commit

Permalink
Move to Ruby 2.7+
Browse files Browse the repository at this point in the history
Ruby 2.5 and 2.6 are unsupported and providing Ruby 3 compatibility is
easier with Ruby 2.7 as the lower bound.
  • Loading branch information
ekohl committed Nov 22, 2022
1 parent aa37ed6 commit 8d5392c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- "2.5"
- "2.6"
- "2.7"
- "3.0"
- "3.1"
Expand Down
2 changes: 1 addition & 1 deletion safemode.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Gem::Specification.new do |s|
"test/test_safemode_parser.rb"
]

s.required_ruby_version = ">= 2.5", "< 4"
s.required_ruby_version = ">= 2.7", "< 4"

s.add_runtime_dependency "ruby2ruby", ">= 2.4.0"
s.add_runtime_dependency "ruby_parser", ">= 3.10.1"
Expand Down

0 comments on commit 8d5392c

Please sign in to comment.