Remove support for ruby 2.3

This commit is contained in:
fatkodima 2019-10-18 01:23:51 +03:00
parent 6731e231cd
commit 56361ab56b
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"