mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +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
|
||||
|
||||
appraise 'rails_6_0' do
|
||||
gem 'actionpack', '~> 6.0.0.a'
|
||||
gem 'activesupport', '~> 6.0.0.a'
|
||||
gem 'actionpack', '~> 6.0.0'
|
||||
gem 'activesupport', '~> 6.0.0'
|
||||
end
|
||||
|
||||
appraise 'rails_5-2' do
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "actionpack", "~> 6.0.0.a"
|
||||
gem "activesupport", "~> 6.0.0.a"
|
||||
gem "actionpack", "~> 6.0.0"
|
||||
gem "activesupport", "~> 6.0.0"
|
||||
|
||||
gemspec path: "../"
|
||||
|
|
|
|||
Loading…
Reference in a new issue