Skip to content

Commit

Permalink
Remove Ruby version restriction for docs publishing (#1832)
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Waite <andyw8@users.noreply.github.com>
  • Loading branch information
andyw8 and andyw8 committed Mar 26, 2024
1 parent b6dd39a commit 56d648b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2 # `bundle exec rake rdoc` fails on 3.3.0
bundler-cache: true

- name: Configure git
Expand Down

0 comments on commit 56d648b

Please sign in to comment.