Skip to content

Commit

Permalink
Upgrade bundler to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-sinina committed Jun 13, 2019
1 parent 5a83465 commit f48cd98
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 f48cd98

Please sign in to comment.