Skip to content

Commit

Permalink
Ruby 3.0 is EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Oct 24, 2024
1 parent d933927 commit 595a3f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
- '3.3'
- '3.2'
- '3.1'
- '3.0'
- 'head'
- 'jruby'
- 'truffleruby'
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require:

AllCops:
NewCops: enable
TargetRubyVersion: 3.0
TargetRubyVersion: 3.1
Exclude:
- bin/*

Expand Down
4 changes: 2 additions & 2 deletions active_settings.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Gem::Specification.new do |s|
'bug_tracker_uri' => 'https://github.com/jbox-web/active_settings/issues',
}

s.required_ruby_version = '>= 3.0.0'
s.required_ruby_version = '>= 3.1.0'

s.files = Dir['README.md', 'CHANGELOG.md', 'LICENSE', 'lib/**/*.rb']

s.add_dependency 'activesupport', '>= 7.0'
s.add_dependency 'deep_merge', '~> 1.2.1'
s.add_dependency 'dry-schema', '>= 1.2.0'
s.add_dependency 'zeitwerk'
s.add_dependency 'zeitwerk', '~> 2.6.0'
end

0 comments on commit 595a3f0

Please sign in to comment.