We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31a94ff + 7eb2c71 commit 6a0e01eCopy full SHA for 6a0e01e
1 file changed
openfact.gemspec
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
24
base = "#{__dir__}#{File::SEPARATOR}"
25
spec.files = dirs.map { |path| path.sub(base, '') }
26
27
- spec.required_ruby_version = '>= 2.5', '< 5.0'
+ spec.required_ruby_version = '>= 2.5'
28
spec.bindir = 'bin'
29
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
30
spec.require_paths = ['lib']
0 commit comments