Skip to content

Commit

Permalink
Rails 8 doesn't work with Ruby 3.1 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
santib authored Oct 3, 2024
1 parent 44b3523 commit a403b8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
ruby_version: '2.7'
- gemfile: rails_main.gemfile
ruby_version: '3.0'
- gemfile: rails_main.gemfile
ruby_version: '3.1'
- gemfile: rails_7_2.gemfile
ruby_version: '2.3'
- gemfile: rails_7_2.gemfile
Expand Down
1 change: 1 addition & 0 deletions spec/gemfiles/rails_main.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ source 'https://rubygems.org'
gemspec path: '../..'

gem 'rails', git: 'https://github.com/rails/rails', branch: 'main'
gem 'sqlite3', '~> 2.1.0'

0 comments on commit a403b8a

Please sign in to comment.