Skip to content

Commit 3ebbd6e

Browse files
MUTOgenAnton Abramov
authored andcommitted
Update rails 5.2 setup
1 parent 719db64 commit 3ebbd6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
with:
5454
ruby-version: 3.2.2
5555
bundler-cache: true
56+
- name: Update RubyGems
57+
run: |
58+
gem update --system 3.2.3
59+
gem install bundler
5660
- name: Run tests
5761
run: bundle exec rake
5862
- run: gem uninstall -v '>= 2' -ax bundler || true

0 commit comments

Comments
 (0)