Skip to content

Commit

Permalink
Merge pull request #246 from sue445/tool-versions
Browse files Browse the repository at this point in the history
Set ruby version from .tool-versions
  • Loading branch information
sue445 authored Jan 21, 2024
2 parents 20fce21 + ed58bd5 commit e6f37f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:

- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
bundler-cache: true

- run: bundle exec rspec
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby 3.2

0 comments on commit e6f37f2

Please sign in to comment.