Skip to content

Commit 6a0e01e

Browse files
authored
Merge pull request #107 from bastelfreak/rubyver
gemspec: remove upper Ruby version limit
2 parents 31a94ff + 7eb2c71 commit 6a0e01e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openfact.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
2424
base = "#{__dir__}#{File::SEPARATOR}"
2525
spec.files = dirs.map { |path| path.sub(base, '') }
2626

27-
spec.required_ruby_version = '>= 2.5', '< 5.0'
27+
spec.required_ruby_version = '>= 2.5'
2828
spec.bindir = 'bin'
2929
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
3030
spec.require_paths = ['lib']

0 commit comments

Comments
 (0)