Skip to content

Commit

Permalink
Fix #57 - incompatible with r10k gem > 3.8
Browse files Browse the repository at this point in the history
  * pin r10k to >= 2.6.x

  * Without the pinned version, The dependency solver will
    will resolve to r10k 1.x which fails hard when used.

    At a minimum 2.x seems to be required
  • Loading branch information
logicminds committed Apr 22, 2022
1 parent a625e10 commit 78a72bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ra10ke.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "rake"
spec.add_dependency 'puppetfile-resolver'
spec.add_dependency "puppet_forge"
spec.add_dependency "r10k"
spec.add_dependency "r10k", '>= 2.6.5'
spec.add_dependency "git"
spec.add_dependency "solve"
spec.add_dependency 'semverse', '>= 2.0'
Expand Down

0 comments on commit 78a72bf

Please sign in to comment.