Remove support for ruby 2.3

(cherry picked from commit 56361ab56b)
This commit is contained in:
fatkodima 2019-10-18 01:23:51 +03:00 committed by Gonzalo
parent 3a5d10c8b3
commit 1d2c646ae1
No known key found for this signature in database
GPG key ID: 319EB6E3DB0D60FA
3 changed files with 2 additions and 5 deletions

View file

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

View file

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

View file

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