Merge pull request #449 from fatkodima/ruby-2.3

Remove support for ruby 2.3
This commit is contained in:
Gonzalo Rodriguez 2019-10-25 11:11:09 -03:00 committed by GitHub
commit a7ce9a89fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 5 deletions

View file

@ -6,7 +6,7 @@ inherit_mode:
- Exclude
AllCops:
TargetRubyVersion: 2.3
TargetRubyVersion: 2.4
DisabledByDefault: true
Exclude:
- "examples/instrumentation.rb"

View file

@ -7,7 +7,6 @@ rvm:
- 2.6.5
- 2.5.7
- 2.4.9
- 2.3.8
before_install:
- gem update --system
@ -35,8 +34,6 @@ matrix:
exclude:
- gemfile: gemfiles/rails_6_0.gemfile
rvm: 2.4.9
- gemfile: gemfiles/rails_6_0.gemfile
rvm: 2.3.8
fast_finish: true
services:

View file

@ -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"