Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

require 'thor/scmversion' not working at top of Thorfile #38

Open
trekr5 opened this issue Dec 3, 2014 · 1 comment
Open

require 'thor/scmversion' not working at top of Thorfile #38

trekr5 opened this issue Dec 3, 2014 · 1 comment

Comments

@trekr5
Copy link

trekr5 commented Dec 3, 2014

Hello,

Am a new user to Chef cookbooks and wanted to use your gem in order to replace tedious issue of updating cookbook version, in metadata.rb, by hand.

However followed your instructions and placed the require 'thor/scmversion' command at the top of my Thorfile (which is in my cookbook directory) and am getting the error "cannot load such file -- thor/scmversion" when running cookbook through GO CI. I installed the most current version of thor-scmversion (1.7.0) and am using Ruby 2.0.0.

Any ideas?

Thanks

@zarry
Copy link

zarry commented Jan 14, 2015

@trekr5 I ran into this as well initially. I am not sure why but listing the gem in my gem file and doing a bundle install wasn't cutting it.

I manually ran gem install thor-scmversion and that seemed to do the trick. Just something worth trying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants