Skip to content

Commit

Permalink
Merge pull request #47 from Homebrew/ruby-version
Browse files Browse the repository at this point in the history
Use `.ruby-version` more widely
  • Loading branch information
tani authored May 23, 2024
2 parents c4e2d25 + b9e8f81 commit ed3c7d3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
persist-credentials: false
- name: Set up Ruby 3
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
- name: Configure git
run: |
git config user.email '[email protected]'
Expand All @@ -38,4 +36,3 @@ jobs:
TOKEN: ${{ secrets.PUSH_TOKEN }}
run: |
git push https://fgborges:${TOKEN}@github.com/Homebrew/homebrew-linux-fonts HEAD:master
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
# anywhere in the tree
*~
.DS_Store
.ruby-version
coverage
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.1
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# frozen_string_literal: true
source "https://rubygems.org"

ruby file: ".ruby-version"

gem "parslet"

0 comments on commit ed3c7d3

Please sign in to comment.