Skip to content

Commit 542e003

Browse files
committed
Allow ruby version 4.0 in gemspec
1 parent 2c99c51 commit 542e003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chewy.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.description = 'Chewy provides functionality for Elasticsearch index handling, documents import mappings and chainable query DSL'
1212
spec.homepage = 'https://github.com/toptal/chewy'
1313
spec.license = 'MIT'
14-
spec.required_ruby_version = '~> 3.2'
14+
spec.required_ruby_version = '>= 3.2'
1515

1616
spec.files = Dir['CHANGELOG.md', 'LICENSE.txt', 'README.md', 'lib/**/*']
1717
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }

0 commit comments

Comments
 (0)