-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update appraisals to include Rails 7.1 and Ruby 3.2 + 3.3 (#463)
- Removed Ruby 2.6 from the official support test matrix (EOL'd in April 2022). - Added Rails 7.1, Ruby 3.2, Ruby 3.3 to test matrix - Fixed ruby-head configuration
- Loading branch information
Showing
6 changed files
with
69 additions
and
8 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "rails", "~> 7.1" | ||
gem "rspec-rails" | ||
gem "sqlite3", "~> 1.4.0" | ||
gem "database_cleaner" | ||
|
||
group :test do | ||
gem "pry" | ||
gem "pry-byebug", platform: [:mri] | ||
gem "appraisal" | ||
gem "guard" | ||
gem "guard-rspec" | ||
end | ||
|
||
gemspec path: "../" |
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,19 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "rails", "~> 7.1" | ||
gem "rspec-rails" | ||
gem "sqlite3", "~> 1.4.0" | ||
gem "database_cleaner" | ||
gem "graphiti-rails", "~> 0.4.0" | ||
|
||
group :test do | ||
gem "pry" | ||
gem "pry-byebug", platform: [:mri] | ||
gem "appraisal" | ||
gem "guard" | ||
gem "guard-rspec" | ||
end | ||
|
||
gemspec path: "../" |
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