-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Missing manifest.txt causes NoMethodError #22
Comments
carsomyr
added a commit
that referenced
this issue
Jul 21, 2012
… exist or the ruby_profiles.yml is first created This should resolve issue #22.
carsomyr
added a commit
that referenced
this issue
Jul 21, 2012
…e doesn't exist or the ruby_profiles.yml file is first created This should resolve issue #22.
Hi there, and thanks for being a first time user! It really helps tease out the bugs, both of which were related to initialization corner cases. I am closing this issue for now, and do reopen if you continue to have problems. |
jerrycattell
pushed a commit
to pulseenergy/rbenv-bundler
that referenced
this issue
Sep 28, 2012
…e doesn't exist or the ruby_profiles.yml file is first created This should resolve issue carsomyr#22.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I checked out the latest version and ran
bundle install
within my project directory:Right after I tried
rbenv rehash
, which resulted in:The issue was fixed by
touch /Users/chris/.rbenv/plugins/bundler/share/rbenv/bundler/manifest.txt
.Shouldn't be the file created when it doesn't exist?
The text was updated successfully, but these errors were encountered: