Skip to content

Commit

Permalink
assign bundler version for failing gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
msuliq committed Dec 17, 2023
1 parent 8f6844d commit f93bba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ruby-version: 2.6
- name: Bundle
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle install --jobs 4 --retry 3
- name: Lint
run: bundle exec rubocop
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
- name: Bundle
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle install --jobs 4 --retry 3
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.rb
Expand Down

0 comments on commit f93bba1

Please sign in to comment.