Skip to content

Commit e4b91c6

Browse files
committed
Project: Adjust minimum dependency to Ruby >= 2.5
1 parent 1ab55f5 commit e4b91c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ require: rubocop-rspec
44

55
AllCops:
66
NewCops: enable
7-
TargetRubyVersion: 2.4
7+
TargetRubyVersion: 2.5

crate_ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
3333
spec.description = 'A Ruby library for the CrateDB HTTP interface with query support, DDL command and schema introspection shortcuts, and support for BLOB tables.'
3434
spec.homepage = 'https://crate.io'
3535
spec.license = 'Apache-2.0'
36-
spec.required_ruby_version = '>= 2.4'
36+
spec.required_ruby_version = '>= 2.5'
3737

3838
spec.files = Dir['lib/**/*']
3939
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }

0 commit comments

Comments
 (0)