Skip to content

Commit

Permalink
Use Ruby 3.3 for gh_pages build
Browse files Browse the repository at this point in the history
Hopefully this will fix the following error:

You have already activated uri 0.12.1, but your Gemfile requires uri
0.13.0. Since uri is a default gem, you can either remove your
dependency on it or try updating to a newer version of bundler that
supports uri as a default gem.
  • Loading branch information
jeremyevans committed Jul 21, 2024
1 parent 7a64e02 commit cd1e539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0
with:
ruby-version: '3.2'
ruby-version: '3.3'
bundler-cache: true
- name: Setup Pages
id: pages
Expand Down

0 comments on commit cd1e539

Please sign in to comment.