DEV: Bump bundler from 2.2.26 to 2.3.4 (#15549)
This commit is contained in:
parent
320c4c12f4
commit
da6f837572
|
@ -37,6 +37,7 @@ jobs:
|
||||||
|
|
||||||
- name: Setup gems
|
- name: Setup gems
|
||||||
run: |
|
run: |
|
||||||
|
gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
|
||||||
bundle config --local path vendor/bundle
|
bundle config --local path vendor/bundle
|
||||||
bundle config --local deployment true
|
bundle config --local deployment true
|
||||||
bundle config --local without development
|
bundle config --local without development
|
||||||
|
|
|
@ -65,6 +65,7 @@ jobs:
|
||||||
|
|
||||||
- name: Setup gems
|
- name: Setup gems
|
||||||
run: |
|
run: |
|
||||||
|
gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
|
||||||
bundle config --local path vendor/bundle
|
bundle config --local path vendor/bundle
|
||||||
bundle config --local deployment true
|
bundle config --local deployment true
|
||||||
bundle config --local without development
|
bundle config --local without development
|
||||||
|
|
|
@ -618,4 +618,4 @@ DEPENDENCIES
|
||||||
yaml-lint
|
yaml-lint
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.2.26
|
2.3.4
|
||||||
|
|
Loading…
Reference in New Issue