DEV: Bump bundler from 2.2.26 to 2.3.4 (#15549)

This commit is contained in:
David Taylor
2022-01-12 21:50:04 +00:00
committed by GitHub
parent 320c4c12f4
commit da6f837572
3 changed files with 3 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ jobs:
- name: Setup gems
run: |
gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
bundle config --local path vendor/bundle
bundle config --local deployment true
bundle config --local without development

View File

@@ -65,6 +65,7 @@ jobs:
- name: Setup gems
run: |
gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
bundle config --local path vendor/bundle
bundle config --local deployment true
bundle config --local without development