Skip to content

Commit 008b944

Browse files
committed
Add Ruby 4.0 support
1 parent 0d02283 commit 008b944

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/unit_tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- '3.2'
2929
- '3.3'
3030
- '3.4'
31+
- '4.0'
3132
- 'jruby-9.4.8.0'
3233
runs-on: ubuntu-24.04
3334
steps:

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', '< 4.0'
27+
spec.required_ruby_version = '>= 2.5', '< 5.0'
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)