Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeci committed Feb 6, 2024
1 parent bf0ab2a commit 24e4c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -yqq install libpq-dev build-essential libcurl4-openssl-dev
gem install bundler:2.1.4
gem install bundler:2.3.6
bundle lock --add-platform x86_64-linux
bundle install --jobs 4 --retry 3
- name: Setup test database
Expand Down

0 comments on commit 24e4c9e

Please sign in to comment.