Skip to content

Commit

Permalink
Update bundler to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger committed Mar 19, 2019
1 parent 98c6b2b commit f665269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ EXPOSE 4000
ADD Gemfile .
ADD Gemfile.lock .

RUN gem install bundler
RUN bundle config build.nokogiri --use-system-libraries
RUN bundle install

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,4 @@ DEPENDENCIES
mdl

BUNDLED WITH
1.16.1
2.0.1

0 comments on commit f665269

Please sign in to comment.