-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: update test suite configuration
- Loading branch information
1 parent
40e02dc
commit 9adde49
Showing
16 changed files
with
556 additions
and
1,570 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 |
---|---|---|
@@ -1,30 +1,14 @@ | ||
# frozen_string_literal: true | ||
|
||
appraise 'rails60-administrate016' do | ||
gem 'administrate', '~> 0.16.0' | ||
gem 'rails', '~> 6.0.0' | ||
gem 'selenium-webdriver', require: false # Fix | ||
end | ||
|
||
appraise 'rails60-administrate' do # latest administrate | ||
gem 'rails', '~> 6.0.0' | ||
gem 'selenium-webdriver', require: false # Fix | ||
end | ||
|
||
appraise 'rails61-administrate016' do | ||
gem 'administrate' # , '~> 0.16.0' | ||
gem 'rails', '~> 6.1.0' | ||
gem 'selenium-webdriver', '4.1.0', require: false # Fix | ||
end | ||
|
||
appraise 'rails61-administrate' do # latest administrate | ||
gem 'rails', '~> 6.1.0' | ||
end | ||
|
||
appraise 'rails70-administrate016' do | ||
gem 'administrate', '~> 0.16.0' | ||
gem 'rails', '~> 7.0.0' | ||
end | ||
|
||
appraise 'rails70-administrate' do # latest administrate | ||
gem 'rails', '~> 7.0.0' | ||
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
Oops, something went wrong.