Skip to content

Commit

Permalink
Bump the required ruby_version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Sep 23, 2021
1 parent 5c4f2e8 commit 6636e19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
@@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 2.3
TargetRubyVersion: 2.4

Layout/LineLength:
Max: 120
Expand Down Expand Up @@ -100,7 +100,7 @@ Style/WordArray:
Lint/NonLocalExitFromIterator:
Enabled: false

Lint/EndAlignment:
Layout/EndAlignment:
EnforcedStyleAlignWith: variable

Layout/ElseAlignment:
Expand Down
2 changes: 1 addition & 1 deletion redis.gemspec
Expand Up @@ -43,7 +43,7 @@ Gem::Specification.new do |s|
s.files = Dir["CHANGELOG.md", "LICENSE", "README.md", "lib/**/*"]
s.executables = `git ls-files -- exe/*`.split("\n").map { |f| File.basename(f) }

s.required_ruby_version = '>= 2.3.0'
s.required_ruby_version = '>= 2.4.0'

s.add_development_dependency("em-synchrony")
s.add_development_dependency("hiredis")
Expand Down

0 comments on commit 6636e19

Please sign in to comment.