Skip to content

Commit

Permalink
Lock Ruby version to 3.1.1
Browse files Browse the repository at this point in the history
Bundler fails to install gems because Ruby version is bumped automatically
  • Loading branch information
noraworld authored Apr 16, 2022
1 parent 4106962 commit fc17970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
ruby-version: "3.1.1"

- name: Install RubyGems
run: bundle install --gemfile=$GITHUB_ACTION_PATH/Gemfile
Expand Down

0 comments on commit fc17970

Please sign in to comment.