Skip to content

Commit

Permalink
Update rails.yml
Browse files Browse the repository at this point in the history
fixing gem bundler -v 2.4.21
  • Loading branch information
anantshri authored Oct 14, 2024
1 parent ae23a47 commit 75802db
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 @@ -30,7 +30,7 @@ jobs:
env:
RAILS_ENV: test
run: |
gem install bundler
gem install bundler -v 2.4.21
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
RUBYOPT=-W0 bundle exec rake db:create
Expand Down

0 comments on commit 75802db

Please sign in to comment.