boxen / our-boxen

Copy me for your team.
https://github.com/boxen/our-boxen/
MIT License
2.58k stars 883 forks source link

Update puppet-librarian #784

Closed jaxxstorm closed 7 years ago

jaxxstorm commented 8 years ago

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 8 years ago

+1 the bundled version feels sluggish

timdorr commented 8 years ago

You can do it like this:

  1. Fork boxen/boxen
  2. In your own our-boxen, point the Gemfile to your fork.
  3. Do whatever updates you'd like to try in your boxen fork.
  4. bundle update boxen in your our-boxen.
  5. Run boxen and see if anything busted.

And when you're done and satisfied nothing is on fire, submit some PRs! :smile: