Skip to content

Commit

Permalink
Merge pull request #1030 from Homebrew/ruby-version
Browse files Browse the repository at this point in the history
Use `.ruby-version` more widely
  • Loading branch information
MikeMcQuaid authored May 23, 2024
2 parents fa1b075 + aea433a commit e5faa99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@943103cae7d3f1bb1e4951d5fcc7928b40e4b742 # v1.177.1
with:
ruby-version: "2.7"
bundler-cache: true

- name: Run HTML Proofer tests
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source "https://rubygems.org"

ruby file: ".ruby-version"

gem "github-pages", group: :jekyll_plugins

group :development do
Expand Down

0 comments on commit e5faa99

Please sign in to comment.