Skip to content

Commit

Permalink
Merge pull request #2719 from joshcooper/bump-ruby
Browse files Browse the repository at this point in the history
Bump to JRuby 9.3.14
  • Loading branch information
mhashizume authored May 20, 2024
2 parents dc78320 + 88da888 commit 847b260
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- '2.7'
- '3.0'
- '3.2'
- 'jruby-9.3.9.0'
- 'jruby-9.3.14.0'
runs-on: ubuntu-20.04
steps:
- name: Checkout current PR
Expand Down
1 change: 0 additions & 1 deletion facter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Gem::Specification.new do |spec|
# ffi 1.16.0 - 1.16.2 are broken on Windows
spec.add_development_dependency 'ffi', '>= 1.15.5', '< 1.17.0', '!= 1.16.0', '!= 1.16.1', '!= 1.16.2'
spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
spec.add_development_dependency 'rexml', '>= 3.2.0', '<= 3.2.6'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rubocop', '~> 1.28' # last version to support 2.5
spec.add_development_dependency 'rubocop-performance', '~> 1.5.2'
Expand Down

0 comments on commit 847b260

Please sign in to comment.