Skip to content

Commit

Permalink
Update rubyonrails.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhamo1107 authored Sep 18, 2024
1 parent 441c917 commit c6b0ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1 # Make sure to use the Ruby version you need
ruby-version: 3.1.2
bundler-cache: true

- name: Ensure Rails binstubs are executable
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.1.2
bundler-cache: true

- name: Ensure binstubs are executable
Expand Down

0 comments on commit c6b0ca4

Please sign in to comment.