Update Bundler to 2.2.9 (#12626)
* Update Bundler to 2.2.9 * Use the latest 2.2.x bundler
This commit is contained in:
parent
8a5db7b877
commit
b0bb13f89e
2 changed files with 3 additions and 1 deletions
|
|
@ -37,6 +37,8 @@ env:
|
|||
- COVERAGE_REPORTS_TOTAL=4
|
||||
- FOREM_OWNER_SECRET="secret" # test secret so e2e tests can run properly.
|
||||
- ELASTICSEARCH_URL="http://localhost:9200"
|
||||
before_install:
|
||||
- gem install bundler:"<2.3"
|
||||
install:
|
||||
- date --rfc-3339=seconds
|
||||
- nvm install
|
||||
|
|
|
|||
|
|
@ -996,4 +996,4 @@ RUBY VERSION
|
|||
ruby 2.7.2p137
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.0
|
||||
2.2.9
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue