Skip to content

Commit

Permalink
Require Ruby 3.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
javierjulio committed Oct 28, 2024
1 parent 920b6f3 commit cccf0c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
Expand All @@ -23,9 +22,6 @@ jobs:
- rails_70
- rails_71
- rails_72
exclude:
- ruby: "3.0"
rails: rails_72
steps:
- uses: actions/checkout@v4
- name: Configure bundler (default)
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ AllCops:
DisplayCopNames: true
DisplayStyleGuide: true

TargetRubyVersion: 3.0
TargetRubyVersion: 3.1

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

s.metadata = { "rubygems_mfa_required" => "true" }

s.required_ruby_version = '>= 2.7'
s.required_ruby_version = '>= 3.1'

s.add_dependency("activesupport", ">= 3.0.0")
end

0 comments on commit cccf0c2

Please sign in to comment.