Skip to content

Commit d2079be

Browse files
committed
update ruby dependencies
1 parent a594e78 commit d2079be

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Setup Ruby
2727
uses: ruby/setup-ruby@v1
2828
with:
29-
ruby-version: '3.1'
30-
bundler-cache: false
29+
ruby-version: '3.2'
30+
bundler-cache: true
3131

3232
- name: Install dependencies
3333
run: bundle install

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
source "https://rubygems.org"
2+
3+
ruby ">= 3.2.0"
4+
25
# Hello! This is where you manage which Jekyll version is used to run.
36
# When you want to use a different version, change it below, save the
47
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,5 +174,8 @@ DEPENDENCIES
174174
wdm (~> 0.1.1)
175175
webrick (>= 1.8.2)
176176

177+
RUBY VERSION
178+
ruby 3.4.5p51
179+
177180
BUNDLED WITH
178181
2.7.1

0 commit comments

Comments
 (0)