Update puppet-librarian
jaxxstorm opened this issue · 2 comments
jaxxstorm commented
I'm trying to use boxen with an updated version of puppet-librarian, because the bundled versions 1.0.9 lacks a load of features like referencing by git commit and such like.
However, I'm struggling. I updated the gemfile and it seems boxen depends explicitly on 1.0.9.
Is there an instruction set for this? I'll happily submit a PR if I can get this working
webflo commented
+1 the bundled version feels sluggish
timdorr commented
You can do it like this:
- Fork boxen/boxen
- In your own
our-boxen
, point theGemfile
to your fork. - Do whatever updates you'd like to try in your
boxen
fork. bundle update boxen
in yourour-boxen
.- Run
boxen
and see if anything busted.
And when you're done and satisfied nothing is on fire, submit some PRs! 😄