Skip to content

Commit a7ce9a8

Browse files
authored
Merge pull request #449 from fatkodima/ruby-2.3
Remove support for ruby 2.3
2 parents 129e970 + 56361ab commit a7ce9a8

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inherit_mode:
66
- Exclude
77

88
AllCops:
9-
TargetRubyVersion: 2.3
9+
TargetRubyVersion: 2.4
1010
DisabledByDefault: true
1111
Exclude:
1212
- "examples/instrumentation.rb"

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ rvm:
77
- 2.6.5
88
- 2.5.7
99
- 2.4.9
10-
- 2.3.8
1110

1211
before_install:
1312
- gem update --system
@@ -35,8 +34,6 @@ matrix:
3534
exclude:
3635
- gemfile: gemfiles/rails_6_0.gemfile
3736
rvm: 2.4.9
38-
- gemfile: gemfiles/rails_6_0.gemfile
39-
rvm: 2.3.8
4037
fast_finish: true
4138

4239
services:

rack-attack.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
2727
"source_code_uri" => "https://github.com/kickstarter/rack-attack"
2828
}
2929

30-
s.required_ruby_version = '>= 2.3'
30+
s.required_ruby_version = '>= 2.4'
3131

3232
s.add_runtime_dependency 'rack', ">= 1.0", "< 3"
3333

0 commit comments

Comments
 (0)