Skip to content

Commit

Permalink
Revert "Merge pull request #2765 from AriaXLi/maint/jruby_ubuntu_inte…
Browse files Browse the repository at this point in the history
…gration_failure"

This reverts commit 92a6484, reversing
changes made to bbb2d35.

Previously, sys-filesystem 1.5.2 caused some integration check failures,
but after the release of sys-filesystem 1.5.3, these failures went away.
  • Loading branch information
AriaXLi committed Oct 10, 2024
1 parent 5ab43ea commit f4b5e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop-performance', '~> 1.5.2'
spec.add_development_dependency 'rubocop-rspec', '~> 2.10' # last version to support 2.5
spec.add_development_dependency 'simplecov', '~> 0.17.1'
spec.add_development_dependency 'sys-filesystem', ['>= 1.4.0', '<= 1.5.0']
spec.add_development_dependency 'sys-filesystem', '~> 1.4'
spec.add_development_dependency 'webmock', '~> 3.12'
spec.add_development_dependency 'yard', '~> 0.9'

Expand Down

0 comments on commit f4b5e62

Please sign in to comment.