Skip to content

Commit

Permalink
Update dependency ruby from 3.2.3 to 3.3.0 (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Róbert Papp (TWiStErRob) <papp.robert.s@gmail.com>
  • Loading branch information
renovate[bot] and TWiStErRob committed Jan 28, 2024
1 parent 95ac43b commit e760ab3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.8'
bundler-cache: true
bundler-cache: false
cache-version: 0 # Increment this number if you need to re-download cached gems.

- name: "Install fontcustom with all dependencies."
Expand Down Expand Up @@ -139,10 +139,11 @@ jobs:
ref: ${{ steps.params.outputs.sha }}

- name: "Setup old Ruby."
if: steps.cache.outputs.cache-hit != 'true'
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.8'
bundler-cache: true
bundler-cache: false
cache-version: 0 # Increment this number if you need to re-download cached gems.

- name: "Install fontcustom with all dependencies."
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.3
3.3.0
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ source 'https://rubygems.org'
# See https://github.com/TWiStErRob/twisterrob.github.io#upgrade
# Current latest version: https://pages.github.com/versions/
# For some reason omitting the version defaults to 0.
gem 'github-pages', '= 228', group: :jekyll_plugins
# TODO decouple, because it's unmaintained https://github.com/github/pages-gem/issues/890
# Use specific ref, because last release was more than a year ago, master seems to have support for Ruby 3.3 and Jekyll 3.9.4.
gem 'github-pages', :github => 'github/pages-gem', :ref => '974872fe73f8ec0b704e48f5c1f150df7a508e01', group: :jekyll_plugins

# https://jekyllrb.com/docs/windows/#auto-regeneration
# For --watch to work on Windows.
Expand Down

0 comments on commit e760ab3

Please sign in to comment.