Skip to content

Commit

Permalink
Add tests with Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and razumau committed Jan 3, 2025
1 parent 7ec4093 commit fee7c5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- '3.1'
- '3.2'
- "3.3"
- "3.4"
gemfile:
- rails7.0
- rails7.1
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/rails7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ eval_gemfile 'common.rb'
gem 'rails', '~> 7.0.0'
gem 'responders', '~> 3.0'
gem 'sqlite3', '~> 1.4'
gem 'base64'
gem 'bigdecimal'
gem 'mutex_m'

0 comments on commit fee7c5d

Please sign in to comment.