Skip to content

Commit

Permalink
Fix step name
Browse files Browse the repository at this point in the history
  • Loading branch information
dalibor committed Dec 24, 2021
1 parent d46f2b2 commit 963a7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
timeout-minutes: 5

# Fix RubyGems warnings about required_ruby_version bug with Bundler
- name: update rubygems for Ruby 2.2
- name: update rubygems for Ruby 2.3 - 2.5
if: matrix.ruby >= '2.3' && matrix.ruby < '2.6'
run: gem update --system 3.2.3 --no-document
continue-on-error: true
Expand Down

0 comments on commit 963a7e7

Please sign in to comment.