forked from ActsAsParanoid/acts_as_paranoid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ActsAsParanoid#278 from ActsAsParanoid/use-appraisal
Use appraisal to manage test gemfiles
- Loading branch information
Showing
10 changed files
with
56 additions
and
47 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# frozen_string_literal: true | ||
|
||
appraise "active_record_52" do | ||
gem "activerecord", "~> 5.2.0", require: "active_record" | ||
gem "activesupport", "~> 5.2.0", require: "active_support" | ||
end | ||
|
||
appraise "active_record_60" do | ||
gem "activerecord", "~> 6.0.0", require: "active_record" | ||
gem "activesupport", "~> 6.0.0", require: "active_support" | ||
|
||
group :development do | ||
gem "activerecord-jdbcsqlite3-adapter", "~> 60.0", platforms: [:jruby] | ||
end | ||
end | ||
|
||
appraise "active_record_61" do | ||
gem "activerecord", "~> 6.1.0", require: "active_record" | ||
gem "activesupport", "~> 6.1.0", require: "active_support" | ||
|
||
group :development do | ||
gem "activerecord-jdbcsqlite3-adapter", "~> 61.0", platforms: [:jruby] | ||
end | ||
end | ||
|
||
appraise "active_record_70" do | ||
gem "activerecord", "~> 7.0.0", require: "active_record" | ||
gem "activesupport", "~> 7.0.0", require: "active_support" | ||
|
||
group :development do | ||
gem "activerecord-jdbcsqlite3-adapter", "~> 61.1", platforms: [:jruby] | ||
end | ||
end |
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
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
This file was deleted.
Oops, something went wrong.