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