We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d02283 commit 008b944Copy full SHA for 008b944
2 files changed
.github/workflows/unit_tests.yaml
@@ -28,6 +28,7 @@ jobs:
28
- '3.2'
29
- '3.3'
30
- '3.4'
31
+ - '4.0'
32
- 'jruby-9.4.8.0'
33
runs-on: ubuntu-24.04
34
steps:
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', '< 4.0'
+ spec.required_ruby_version = '>= 2.5', '< 5.0'
spec.bindir = 'bin'
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
0 commit comments