Skip to content

Commit

Permalink
Require Ruby version >= v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenyeargin committed Aug 4, 2024
1 parent 101087c commit 3bb40b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.1', '3.2']
ruby-version: ['3.0', '3.1', '3.2', '3.3']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion gtfs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|

gem.license = 'MIT'

gem.required_ruby_version = '>= 2.7'
gem.required_ruby_version = '>= 3.0'

gem.add_dependency 'rake'
gem.add_dependency 'multi_json'
Expand Down

0 comments on commit 3bb40b3

Please sign in to comment.