mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Fix rubocop Bundler/OrderedGems offenses
This commit is contained in:
parent
9e2fef7abe
commit
596ddabb0f
2 changed files with 5 additions and 5 deletions
|
|
@ -3,12 +3,12 @@ appraise "rack_2_0" do
|
|||
end
|
||||
|
||||
appraise "rack_1_6" do
|
||||
gem "rack", "~> 1.6.9"
|
||||
|
||||
# Override activesupport and actionpack version constraints by making
|
||||
# it more loose so it's compatible with rack 1.6.x
|
||||
gem "activesupport", ">= 4.2"
|
||||
gem "actionpack", ">= 4.2"
|
||||
gem "activesupport", ">= 4.2"
|
||||
|
||||
gem "rack", "~> 1.6.9"
|
||||
|
||||
# Override rack-test version constraint by making it more loose
|
||||
# so it's compatible with actionpack 4.2.x
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "rack", "~> 1.6.9"
|
||||
gem "activesupport", ">= 4.2"
|
||||
gem "actionpack", ">= 4.2"
|
||||
gem "activesupport", ">= 4.2"
|
||||
gem "rack", "~> 1.6.9"
|
||||
gem "rack-test", ">= 0.6"
|
||||
|
||||
gemspec path: "../"
|
||||
|
|
|
|||
Loading…
Reference in a new issue