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

Fix ubuntu deployment #812

Merged
merged 2 commits into from
Sep 29, 2014
Merged

Conversation

carols10cents
Copy link
Contributor

When deploying to heroku or running on travis, I was seeing:

    You are trying to install in deployment mode after changing
           your Gemfile. Run `bundle install` elsewhere and add the
           updated Gemfile.lock to version control.
           You have added to the Gemfile:
           * therubyracer (~> 0.11.3)

I assume because of the conditional we had for platform. Sooo let's take that out.

This also includes a commit to fix a bunch of duplicated lines in the Gemfile.lock that I didn't see in the commit of wilkie's i just merged because github assumes you don't want to see the Gemfile.lock diff :P

When deploying to heroku or running on travis, I was seeing:

You are trying to install in deployment mode after changing
       your Gemfile. Run `bundle install` elsewhere and add the
       updated Gemfile.lock to version control.
       You have added to the Gemfile:
       * therubyracer (~> 0.11.3)

I assume because of the conditional we had for platform. Sooo let's take
that out.
Somehow the polyglot lines got duplicated a whole bunch in the
Gemfile.lock????
@carols10cents carols10cents mentioned this pull request Sep 29, 2014
@wilkie wilkie merged commit 0ef9cae into hotsh:master Sep 29, 2014
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

Successfully merging this pull request may close these issues.

2 participants