Skip to content

Commit

Permalink
Bump bundler (#1679)
Browse files Browse the repository at this point in the history
* upgrade bundler
  • Loading branch information
dmitry-sinina authored Jan 13, 2025
1 parent 0c00e1a commit cecd7ef
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 @@ -946,4 +946,4 @@ DEPENDENCIES
zip-zip

BUNDLED WITH
2.5.20
2.6.2
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ ruby: $(RBENV_ROOT)/versions/$(rbenv_version)
.PHONY: bundler
bundler: ruby
$(info:msg=Install bundler)
gem install --no-document --install-dir $(gems) bundler
gem install --no-document --install-dir $(gems) bundler --version 2.6.2
$(bundle_bin) config --local clean 'true'
$(bundle_bin) config --local jobs 4
$(bundle_bin) config --local deployment 'true'
Expand Down
2 changes: 1 addition & 1 deletion pgq-processors/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.5.20
2.6.2
2 changes: 1 addition & 1 deletion pgq-processors/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ all: gems
.PHONY: bundler
bundler:
$(info:msg=Install bundler)
gem install --no-document --install-dir $(gems) bundler
gem install --no-document --install-dir $(gems) bundler --version 2.6.2
$(bundle_bin) config --local clean 'true'
$(bundle_bin) config --local jobs 4
$(bundle_bin) config --local deployment 'true'
Expand Down

0 comments on commit cecd7ef

Please sign in to comment.