Skip to content

Commit

Permalink
chore: add Ruby 3.2 support
Browse files Browse the repository at this point in the history
* Add Ruby 3.2 to CI

* Loosen rake restrction to allow Ruby 3.2
  • Loading branch information
petergoldstein authored May 19, 2023
1 parent eec7a8a commit 4629175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
ruby: [ '2.6', '2.7', '3.0', '3.1' ]
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion tracking_number.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('activemodel', '> 4.2.5.1')
s.add_development_dependency('minitest', '~> 5.5')
s.add_development_dependency('minitest-reporters', '~> 1.1')
s.add_development_dependency('rake', '~> 10.4.2')
s.add_development_dependency('rake', '~> 13.0')
s.add_development_dependency('shoulda')
s.add_development_dependency('simplecov')
s.add_development_dependency('terminal-table')
Expand Down

0 comments on commit 4629175

Please sign in to comment.