-
-
Notifications
You must be signed in to change notification settings - Fork 458
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
will this fix the validation error typography error?
- Loading branch information
Stefanni Brasil
committed
Mar 19, 2024
1 parent
040ae69
commit 7c0a209
Showing
1 changed file
with
4 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
appraise "rails_6.0" do | ||
gem "actimodel", "~> 6.0.0" | ||
gem "railties", "~> 6.0.0" | ||
gem "net-smtp", require: false # not bundled in ruby 3.1 | ||
gem "psych", "< 4" # psych 4 switched from unsafe load to safe load | ||
end | ||
|
||
appraise "rails_6.1" do | ||
gem "actimodel", "~> 6.1.0" | ||
gem "railties", "~> 6.1.0" | ||
gem "net-smtp", require: false # not bundled in ruby 3.1 | ||
end | ||
|
||
appraise "rails_7.0" do | ||
gem "actimodel", "~> 7.0.0" | ||
gem "railties", "~> 7.0.0" | ||
end | ||
|
||
appraise "rails_7.1" do | ||
gem "actimodel", "~> 7.1.0" | ||
gem "railties", "~> 7.1.0" | ||
end |