mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +00:00
parent
3a5d10c8b3
commit
1d2c646ae1
3 changed files with 2 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ inherit_mode:
|
||||||
- Exclude
|
- Exclude
|
||||||
|
|
||||||
AllCops:
|
AllCops:
|
||||||
TargetRubyVersion: 2.3
|
TargetRubyVersion: 2.4
|
||||||
DisabledByDefault: true
|
DisabledByDefault: true
|
||||||
Exclude:
|
Exclude:
|
||||||
- "examples/instrumentation.rb"
|
- "examples/instrumentation.rb"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@ rvm:
|
||||||
- 2.6.6
|
- 2.6.6
|
||||||
- 2.5.8
|
- 2.5.8
|
||||||
- 2.4.10
|
- 2.4.10
|
||||||
- 2.3.8
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- yes | gem update --system
|
- yes | gem update --system
|
||||||
|
|
@ -40,8 +39,6 @@ matrix:
|
||||||
rvm: 2.7.1
|
rvm: 2.7.1
|
||||||
- gemfile: gemfiles/rails_6_0.gemfile
|
- gemfile: gemfiles/rails_6_0.gemfile
|
||||||
rvm: 2.4.10
|
rvm: 2.4.10
|
||||||
- gemfile: gemfiles/rails_6_0.gemfile
|
|
||||||
rvm: 2.3.8
|
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ Gem::Specification.new do |s|
|
||||||
"source_code_uri" => "https://github.com/kickstarter/rack-attack"
|
"source_code_uri" => "https://github.com/kickstarter/rack-attack"
|
||||||
}
|
}
|
||||||
|
|
||||||
s.required_ruby_version = '>= 2.3'
|
s.required_ruby_version = '>= 2.4'
|
||||||
|
|
||||||
s.add_runtime_dependency 'rack', ">= 1.0", "< 3"
|
s.add_runtime_dependency 'rack', ">= 1.0", "< 3"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue