Skip to content

Commit

Permalink
Merge pull request #495 from dmitry-sinina/1.8_bundler_2.0.2
Browse files Browse the repository at this point in the history
Upgrade bundler to 2.0.2
  • Loading branch information
dmitry-sinina authored Jun 13, 2019
2 parents 5a83465 + f48cd98 commit 97d6a70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -593,4 +593,4 @@ DEPENDENCIES
zip-zip

BUNDLED WITH
2.0.1
2.0.2
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ version.yml: chlog
.PHONY: bundler
bundler:
@$(info:msg=install bundler)
@gem install --no-document --install-dir vendor/bundler bundler
@gem install --no-document --install-dir vendor/bundler bundler -v 2.0.2


.PHONY: pgq_processors
Expand Down
2 changes: 1 addition & 1 deletion pgq-processors/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.0.1
2.0.2
2 changes: 1 addition & 1 deletion pgq-processors/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ all:

all_env:
@$(info:msg=PGQ: install bundler)
@gem install --install-dir vendor/bundler bundler
@gem install --install-dir vendor/bundler bundler -v 2.0.2

@$(info:msg=PGQ: install gems)
@vendor/bundler/bin/bundle install --jobs=4 --frozen --deployment --binstubs
Expand Down

0 comments on commit 97d6a70

Please sign in to comment.