Skip to content

Commit

Permalink
relax ruby version requirement to 2.7 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
swiknaba authored Jul 24, 2023
1 parent 3e16a91 commit ea0e5b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- 2.7
- 3.0
- 3.1
- 3.2
Expand Down
2 changes: 1 addition & 1 deletion money-distributed.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/DarthSim/money-distributed'
spec.license = 'MIT'

spec.required_ruby_version = '>= 3.0'
spec.required_ruby_version = '>= 2.7'
spec.files = Dir[
'lib/**/*',
'sorbet/rbi/dsl/**/*.rbi',
Expand Down

0 comments on commit ea0e5b0

Please sign in to comment.