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

Dockerfile: add step "gem install bundler" #464

Conversation

DeeDeeG
Copy link
Contributor

@DeeDeeG DeeDeeG commented Feb 19, 2018

Context

Trying to fix poltergeist timeout issues discussed in #457 and #455

Summary of Changes

  • Adds a step to the Dockerfile to do gem install bundler. This will get us the latest bundler version. As opposed to using the bundler version included in RVM's pre-built Ruby 2.3.1 image.
    • At the moment, this change means we will go from using bundler 1.13.6 to -> 1.16.1, but we would continue to receive the latest bundler version on an ongoing basis.

Checklist

  • Tested Mobile Responsiveness
  • Added Unit Tests
  • CI Passes
  • Deploys to Heroku on test Correctly (Maintainers will handle)
  • Added Documentation (Service and Code when required)

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.

1 participant