Skip to content

Commit

Permalink
(maint) Update rake gem to 13.0.6 to fix failures in packaging when u…
Browse files Browse the repository at this point in the history
…sing ruby 3.1
  • Loading branch information
isaac-hammes committed Apr 17, 2023
1 parent a013939 commit 30061cc
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 @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_development_dependency 'rake', '~> 12.3', '>= 12.3.3'
spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rubocop', '~> 0.81.0'
spec.add_development_dependency 'rubocop-performance', '~> 1.5.2'
Expand Down

0 comments on commit 30061cc

Please sign in to comment.