mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +00:00
ci: update from rails 6.0.0.rc2 to 6.0.0
This commit is contained in:
parent
4fc4d79c9d
commit
51a58634a3
2 changed files with 4 additions and 4 deletions
|
|
@ -18,8 +18,8 @@ appraise "rack_1_6" do
|
||||||
end
|
end
|
||||||
|
|
||||||
appraise 'rails_6_0' do
|
appraise 'rails_6_0' do
|
||||||
gem 'actionpack', '~> 6.0.0.a'
|
gem 'actionpack', '~> 6.0.0'
|
||||||
gem 'activesupport', '~> 6.0.0.a'
|
gem 'activesupport', '~> 6.0.0'
|
||||||
end
|
end
|
||||||
|
|
||||||
appraise 'rails_5-2' do
|
appraise 'rails_5-2' do
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "actionpack", "~> 6.0.0.a"
|
gem "actionpack", "~> 6.0.0"
|
||||||
gem "activesupport", "~> 6.0.0.a"
|
gem "activesupport", "~> 6.0.0"
|
||||||
|
|
||||||
gemspec path: "../"
|
gemspec path: "../"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue