Skip to content

Commit 68d46cf

Browse files
committed
Update deps
1 parent 3240d6f commit 68d46cf

File tree

4 files changed

+134
-123
lines changed

4 files changed

+134
-123
lines changed

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.2.2

Gemfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
source "https://rubygems.org"
2+
3+
# Specify Ruby version for local development and Vercel deployment
4+
ruby "3.2.2"
5+
26
# Hello! This is where you manage which Jekyll version is used to run.
37
# When you want to use a different version, change it below, save the
48
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
@@ -7,7 +11,7 @@ source "https://rubygems.org"
711
#
812
# This will help ensure the proper Jekyll version is running.
913
# Happy Jekylling!
10-
gem "jekyll", "~> 4.3.2"
14+
gem "jekyll", "~> 4.4.1"
1115
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1216
gem "minima", "~> 2.5"
1317
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and

0 commit comments

Comments
 (0)