Skip to content

Commit

Permalink
- Drop support for Ruby 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Jul 30, 2023
1 parent 6292ca6 commit 14a738b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
matrix: { ruby: ['2.7', '3.0', '3.1', '3.2', head] }
matrix: { ruby: ['3.0', '3.1', '3.2', head] }

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ inherit_gem:
- rspec.yml

AllCops:
TargetRubyVersion: 2.7
TargetRubyVersion: 3.0
2 changes: 1 addition & 1 deletion icodi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.files = Dir['README.md', 'lib/**/*.*']
s.homepage = 'https://github.com/dannyben/icodi'
s.license = 'MIT'
s.required_ruby_version = '>= 2.7.0'
s.required_ruby_version = '>= 3.0'

s.add_runtime_dependency 'victor', '~> 0.2'

Expand Down

0 comments on commit 14a738b

Please sign in to comment.