We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I was having a problem deploying to Heroku. It seems to relate to money-tree/key.rb:4:
require 'pry'
Only when I added 'pry' to production ENV in Gemfile it was fixed. What is the right solution for this?
Thanks
The text was updated successfully, but these errors were encountered:
Pry was only supposed to be a development dependency, I've removed the require statement, thanks! Go ahead and upgrade to version 0.8.6.
Sorry, something went wrong.
No problem. Thanks for the report.
On Thu, Dec 26, 2013 at 12:53 AM, Eyal Levin [email protected]:
Thanks — Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-31215163 .
— Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-31215163 .
Merge pull request #1 from nmarley/seed-hex
11d3f37
convenience method to retrieve seed as hex string
wink
No branches or pull requests
Hi,
I was having a problem deploying to Heroku. It seems to relate to money-tree/key.rb:4:
require 'pry'
Only when I added 'pry' to production ENV in Gemfile it was fixed.
What is the right solution for this?
Thanks
The text was updated successfully, but these errors were encountered: