You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Gemfile
+4-3
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ source "https://rubygems.org"
8
8
#
9
9
# This will help ensure the proper Jekyll version is running.
10
10
# Happy Jekylling!
11
-
gem"jekyll","~> 3.9.5"
11
+
gem"jekyll","~> 3.10.0"
12
12
13
13
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14
14
# gem "minima", "~> 2.0"
@@ -23,7 +23,7 @@ group :jekyll_plugins do
23
23
gem"jekyll-avatar","~> 0.8.0"
24
24
gem"jekyll-mentions","~> 1.6.0"
25
25
gem"jemoji","~> 0.13.0"
26
-
gem"github-pages","~> 231"
26
+
gem"github-pages","~> 232"
27
27
end
28
28
29
29
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
@@ -54,5 +54,6 @@ group :development do
54
54
# gem 'sass-embedded'
55
55
end
56
56
57
-
# csv was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec. Also contact author of jekyll-3.9.5 to add csv into its gemspec.
57
+
# csv was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0.
58
+
# Add csv to your Gemfile or gemspec. Also contact author of jekyll-3.9.5 to add csv into its gemspec.
0 commit comments