Skip to content

Commit

Permalink
Test r10k changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Oct 30, 2024
1 parent cd55868 commit ab7ddf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ group :coverage, optional: ENV['COVERAGE'] != 'yes' do
gem 'codecov', require: false
gem 'simplecov-console', require: false
end

gem 'r10k', git: 'https://github.com/justinstoller/r10k', branch: 'support-more-minitar-versions'
2 changes: 1 addition & 1 deletion ra10ke.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'git', '>= 1.18', '< 3.0'
spec.add_dependency 'puppet_forge', '~> 6.0'
spec.add_dependency 'r10k', '>= 2.6.5', '< 5'
#spec.add_dependency 'r10k', '>= 2.6.5', '< 5'

Check failure on line 21 in ra10ke.gemspec

View workflow job for this annotation

GitHub Actions / rubocop

Layout/LeadingCommentSpace: Missing space after `#`. (https://rubystyle.guide#hash-space)
spec.add_dependency 'rake', '~> 13.0', '>= 13.0.6'
spec.add_dependency 'semverse', '>= 2.0', '< 4'
spec.add_dependency 'solve', '~> 4.0', '>= 4.0.4'
Expand Down

0 comments on commit ab7ddf0

Please sign in to comment.