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 committed Jan 2, 2025
1 parent d8a236a commit 1dfe696
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@ -14,6 +14,7 @@ jobs:
- '3.1'
- '3.2'
- "3.3"
- "3.4"
gemfile:
- rails6.0
- rails6.1
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/rails6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ gem 'sqlite3', '~> 1.4'
gem 'net-imap'
gem 'net-pop'
gem 'net-smtp'
gem 'base64'
gem 'bigdecimal'
gem 'mutex_m'
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 1dfe696

Please sign in to comment.