Conditional in Gemfile causes problems with Heroku deployment
averydev opened this issue · 2 comments
averydev commented
I believe this is because my dev environment is a Mac, and EC2 isn't. This creates a mismatch between the Gemfile.lock and the Gemfile
DanielKehoe commented
I don't understand. There is no conditional in the Gemfile. Could you explain?
DanielKehoe commented
I believe this was an issue with an earlier version that set a conditional test for the OS in the Gemfile to determine if therubyracer gem should be included. I removed the conditional test for the OS in the Gemfile so I'm closing this issue.