Skip to content

Commit

Permalink
Drop support for Ruby 2.5 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroperea authored Jan 22, 2022
1 parent e4970e6 commit c722604
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ jobs:
fail-fast: false

matrix:
ruby: [2.5.9, 2.6.9, 2.7.5, 3.0.3, jruby-9.3.2.0]
ruby: [2.6.9, 2.7.5, 3.0.3, jruby-9.3.2.0]
deps: [rails_61, rails_70]

exclude:
- deps: rails_70
ruby: 2.5.9
- deps: rails_70
ruby: 2.6.9
- deps: rails_70
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AllCops:
DisplayCopNames: true
DisplayStyleGuide: true

TargetRubyVersion: 2.5
TargetRubyVersion: 2.6

Metrics:
Enabled: false
Expand Down
2 changes: 1 addition & 1 deletion arbre.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|

s.require_paths = ["lib"]

s.required_ruby_version = '>= 2.5'
s.required_ruby_version = '>= 2.6'

s.add_dependency("activesupport", ">= 3.0.0", "< 7.1")
s.add_dependency("ruby2_keywords", ">= 0.0.2", "< 1.0")
Expand Down

0 comments on commit c722604

Please sign in to comment.