-
-
Notifications
You must be signed in to change notification settings - Fork 909
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Ruby 3.2 to the CI matrix. Also update cache and checkout actions…
… versions. (#1536) To get this working I needed to: 1. Revisit gem restrictions for the Rails 7 gemfile, allowing more recent rake versions and setting the rspec-rails version to 6.x, which is appropriate for Rails 7 2. Exclude byebug if this is Ruby 3.2 or higher I also updated the bundler version in the Rails 7 gemfile and fixed a deprecated configuration parameter in the Rubocop configuration to eliminate warnings.
- Loading branch information
1 parent
d33df49
commit 8fc832d
Showing
7 changed files
with
115 additions
and
102 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
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 |
---|---|---|
|
@@ -99,4 +99,4 @@ DEPENDENCIES | |
zeus | ||
|
||
BUNDLED WITH | ||
2.2.32 | ||
2.4.3 |
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
Oops, something went wrong.