Skip to content

Commit

Permalink
(FACT-3483) Temporarily pin sys-filesystem to <= 1.5.0
Browse files Browse the repository at this point in the history
This commit pins sys-filesystem to <= 1.5.0 to resolve the failing integration
ubuntu-22.04 jruby-9.3.14.0 check and also allow sys-filesystem 1.4.4 which we
ship in puppet-runtime. This should be reverted once FACT-3483 is resolved.
  • Loading branch information
AriaXLi committed Oct 2, 2024
1 parent bbb2d35 commit 121f276
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 121f276

Please sign in to comment.