Skip to content

Commit

Permalink
Try fixing concurrent ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Brown committed Jul 8, 2024
1 parent 5244cc8 commit 053ea5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Fix concurrent ruby
if: matrix.rails-version == '4.2'
run: sudo gem install concurrent-ruby
- name: Install bundler 1.x.x
if: matrix.rails-version == '4.2'
run: gem uninstall -aIx bundler && gem install bundler -v 1.17.3
Expand Down

0 comments on commit 053ea5d

Please sign in to comment.