-
-
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 rails_7_2 appraisal * Fix deprecated global Deprecation behavior * Fix default value for attributes breaking in Rails 7.2 See rails/rails#44666 * Fix deprecated argument in Rails 7.1 and newer Removed in Rails 8.0, see rails/rails@8069cc8 * Support Rails 7.2 counter_cache configuration See rails/rails#51453 * Support Rails 7.2 normalized reflections API See rails/rails#51726
- Loading branch information
1 parent
1484cbd
commit 5c92966
Showing
10 changed files
with
544 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "appraisal", "2.5.0" | ||
gem "bundler", "~> 2.0" | ||
gem "pry" | ||
gem "pry-byebug" | ||
gem "rake", "13.0.1" | ||
gem "rspec", "~> 3.9" | ||
gem "rubocop", require: false | ||
gem "rubocop-packaging", require: false | ||
gem "rubocop-rails", require: false | ||
gem "warnings_logger" | ||
gem "zeus", require: false | ||
gem "fssm" | ||
gem "redcarpet" | ||
gem "rouge" | ||
gem "yard" | ||
gem "spring" | ||
gem "spring-watcher-listen", "~> 2.0.0" | ||
gem "rails-controller-testing", ">= 1.0.1" | ||
gem "rails", "~> 7.2.0" | ||
gem "brakeman", require: false | ||
gem "rubocop-rails-omakase", require: false | ||
gem "sprockets-rails" | ||
gem "puma", "~> 6.0" | ||
gem "importmap-rails" | ||
gem "turbo-rails" | ||
gem "stimulus-rails" | ||
gem "jbuilder" | ||
gem "bootsnap", require: false | ||
gem "capybara" | ||
gem "selenium-webdriver" | ||
gem "webdrivers" | ||
gem "rspec-rails", "~> 6.0" | ||
gem "shoulda-context", "~> 2.0.0" | ||
gem "bcrypt", "~> 3.1.7" | ||
gem "sqlite3", "~> 1.4" | ||
gem "pg", "~> 1.1" | ||
|
||
if RUBY_VERSION >= "3.1" && RUBY_VERSION < "3.2" | ||
gem "error_highlight", ">= 0.4.0", platforms: [:ruby] | ||
end |
Oops, something went wrong.