Skip to content

Commit a5fe658

Browse files
committed
Bump the required ruby_version to 2.4.0
1 parent 5c4f2e8 commit a5fe658

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
os: ["ubuntu-latest"]
3737
redis: ["6.2"]
38-
ruby: ["3.0", "2.7", "2.6", "2.5", "2.4"]
38+
ruby: ["3.0", "2.7", "2.6", "2.5"]
3939
driver: ["ruby", "hiredis", "synchrony"]
4040
runs-on: ${{ matrix.os }}
4141
env:
@@ -88,7 +88,7 @@ jobs:
8888
matrix:
8989
os: ["ubuntu-latest"]
9090
redis: ["6.0", "5.0", "4.0", "3.2", "3.0"]
91-
ruby: ["jruby-9.2.9.0", "2.3"]
91+
ruby: ["jruby-9.2.9.0", "2.4"]
9292
driver: ["ruby"]
9393
runs-on: ${{ matrix.os }}
9494
env:

.rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AllCops:
2-
TargetRubyVersion: 2.3
2+
TargetRubyVersion: 2.4
33

44
Layout/LineLength:
55
Max: 120
@@ -100,7 +100,7 @@ Style/WordArray:
100100
Lint/NonLocalExitFromIterator:
101101
Enabled: false
102102

103-
Lint/EndAlignment:
103+
Layout/EndAlignment:
104104
EnforcedStyleAlignWith: variable
105105

106106
Layout/ElseAlignment:

redis.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Gem::Specification.new do |s|
4343
s.files = Dir["CHANGELOG.md", "LICENSE", "README.md", "lib/**/*"]
4444
s.executables = `git ls-files -- exe/*`.split("\n").map { |f| File.basename(f) }
4545

46-
s.required_ruby_version = '>= 2.3.0'
46+
s.required_ruby_version = '>= 2.4.0'
4747

4848
s.add_development_dependency("em-synchrony")
4949
s.add_development_dependency("hiredis")

0 commit comments

Comments
 (0)