-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Remove test for Gemfile against Ruby 3.1 because Rails main branch now requires Ruby 3.2. - Add tests for Rails 8.0.0.rc1 or higher with Ruby 3.2 that is minimum required version for Rails 8.0.
- Loading branch information
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
source 'https://rubygems.org' | ||
gemspec path: '..' | ||
|
||
gem 'actionpack', '~> 8.0.0.rc1' | ||
gem 'railties', '~> 8.0.0.rc1' | ||
gem 'sprockets', '~> 3.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
source 'https://rubygems.org' | ||
gemspec path: '..' | ||
|
||
gem 'actionpack', '~> 8.0.0.rc1' | ||
gem 'railties', '~> 8.0.0.rc1' | ||
gem 'sprockets', '~> 4.0' |