diff --git a/.rubocop.yml b/.rubocop.yml index 2fc2808..a3267a3 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,4 +4,6 @@ require: rubocop-rspec AllCops: NewCops: enable - TargetRubyVersion: 2.5 + +Gemspec/RequiredRubyVersion: + Enabled: false diff --git a/crate_ruby.gemspec b/crate_ruby.gemspec index d8e44dc..4c1add3 100644 --- a/crate_ruby.gemspec +++ b/crate_ruby.gemspec @@ -33,7 +33,6 @@ Gem::Specification.new do |spec| spec.description = 'A Ruby library for the CrateDB HTTP interface with query support, DDL command and schema introspection shortcuts, and support for BLOB tables.' spec.homepage = 'https://crate.io' spec.license = 'Apache-2.0' - spec.required_ruby_version = '>= 2.5' spec.files = Dir['lib/**/*'] spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }