Skip to content

Commit

Permalink
Merge pull request #449 from fatkodima/ruby-2.3
Browse files Browse the repository at this point in the history
Remove support for ruby 2.3
  • Loading branch information
grzuy authored Oct 25, 2019
2 parents 129e970 + 56361ab commit a7ce9a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inherit_mode:
- Exclude

AllCops:
TargetRubyVersion: 2.3
TargetRubyVersion: 2.4
DisabledByDefault: true
Exclude:
- "examples/instrumentation.rb"
Expand Down
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ rvm:
- 2.6.5
- 2.5.7
- 2.4.9
- 2.3.8

before_install:
- gem update --system
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion rack-attack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a7ce9a8

Please sign in to comment.