Skip to content

Commit

Permalink
Remove step to install Bundler in Dockerfile
Browse files Browse the repository at this point in the history
I think we could have already done so when upgrading Ruby to version
2.6.x (which also included the Bundler gem), but since we didn't, now
that we've upgraded to Bundler 2.x it's probably a good moment.
  • Loading branch information
javierm committed Sep 7, 2021
1 parent 4f4f8f6 commit f087d6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ COPY Gemfile.lock Gemfile.lock

COPY Gemfile_custom Gemfile_custom

# Prevent bundler warnings; ensure that the bundler version executed is >= that which created Gemfile.lock
RUN gem install bundler

# Finish establishing our Ruby environment
RUN bundle install --full-index

Expand Down

0 comments on commit f087d6f

Please sign in to comment.