Skip to content

Commit

Permalink
Fix rubygems to version 3.4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-filmmakers authored and andreas-venturini committed Jan 25, 2024
1 parent c6eb9fa commit 00a758b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# necessary to get ruby 2.3 to work nicely with bundler vendor/bundle cache
# can remove once ruby 2.3 is no longer supported
- run: gem update --system
- run: gem update --system 3.4.22

- run: bundle config set deployment 'true'
- name: bundle install
Expand Down

0 comments on commit 00a758b

Please sign in to comment.