Skip to content

Commit

Permalink
Merge pull request #2765 from AriaXLi/maint/jruby_ubuntu_integration_…
Browse files Browse the repository at this point in the history
…failure

(FACT-3483) Temporarily pin sys-filesystem to <= 1.5.0 to resolve jruby integration check failure
  • Loading branch information
mhashizume authored Oct 3, 2024
2 parents bbb2d35 + fea813c commit 92a6484
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'
spec.add_development_dependency 'sys-filesystem', ['>= 1.4.0', '<= 1.5.0']
spec.add_development_dependency 'webmock', '~> 3.12'
spec.add_development_dependency 'yard', '~> 0.9'

Expand Down

0 comments on commit 92a6484

Please sign in to comment.