Skip to content

Commit

Permalink
pin bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Apr 6, 2024
1 parent 5f662b1 commit 027001c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Submodules
run: |
git submodule update --init --recursive
sudo gem install bundler
sudo gem install bundler -v 2.4.22
bundle config set path 'vendor/bundle'
- name: Bundle Install
if: steps.cache-gems.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Submodules
run: |
git submodule update --init --recursive
sudo gem install bundler
sudo gem install bundler -v 2.4.22
bundle config path vendor/bundle
- name: Bundle Install
if: steps.cache-gems.outputs.cache-hit != 'true'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-automated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Submodules and Bundle Install
run: |
git submodule update --init --recursive
sudo gem install bundler
sudo gem install bundler -v 2.4.22
bundle config set path 'vendor/bundle'
bundle install
- run: npm ci
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Submodules
run: |
git submodule update --init --recursive
sudo gem install bundler
sudo gem install bundler -v 2.4.22
bundle config path vendor/bundle
- name: Bundle Install
if: steps.cache-gems.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-manual-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Submodules
run: |
git submodule update --init --recursive
sudo gem install bundler
sudo gem install bundler -v 2.4.22
bundle config path vendor/bundle
- name: Bundle Install
if: steps.cache-gems.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For analyzing bugs, creating bug fixes and features we recommend to clone this r
Install all dependencies:
```
git submodule update --init --recursive
gem install bundler
gem install bundler -v 2.4.22
bundle install
```
Run the tests:
Expand Down

0 comments on commit 027001c

Please sign in to comment.