Skip to content

Commit

Permalink
Set required_ruby_version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grodowski committed Jan 8, 2024
1 parent ae3d265 commit 52b8277
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.3', '3.0', '2.7']
ruby: ['3.3', '3.0']
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AllCops:
NewCops: enable
TargetRubyVersion: 2.7.0
TargetRubyVersion: 3.0
Exclude:
- spec/fixtures/**/*
SuggestExtensions: false
Expand Down
2 changes: 1 addition & 1 deletion undercover.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(/^bin\//) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.7.0'
spec.required_ruby_version = '>= 3.0.0'

spec.add_dependency 'bigdecimal'
spec.add_dependency 'imagen', '>= 0.1.8'
Expand Down

0 comments on commit 52b8277

Please sign in to comment.