File tree 2 files changed +10
-18
lines changed
2 files changed +10
-18
lines changed Original file line number Diff line number Diff line change @@ -7,21 +7,17 @@ source "https://rubygems.org"
7
7
#
8
8
# This will help ensure the proper Jekyll version is running.
9
9
# Happy Jekylling!
10
- # This is the default theme for new Jekyll sites. You may change this to anything you like.
11
- gem "minima" , "~> 2.5"
12
- # If you want to use GitHub Pages, remove the "gem "jekyll"" above and
13
- # uncomment the line below. To upgrade, run `bundle update github-pages`.
10
+
14
11
gem "github-pages" , "~> 228" , group : :jekyll_plugins
15
12
# If you have any plugins, put them here!
16
13
group :jekyll_plugins do
17
14
gem 'jekyll-toc'
18
15
gem 'jekyll-redirect-from'
19
16
end
20
17
21
- # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
22
- # and associated library.
18
+ # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem and associated library.
23
19
platforms :mingw , :x64_mingw , :mswin , :jruby do
24
- gem "tzinfo" , "~> 1.2 "
20
+ gem "tzinfo" , "~> 2.0 "
25
21
gem "tzinfo-data"
26
22
end
27
23
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (6 .0.6.1 )
4
+ activesupport (7 .0.5 )
5
5
concurrent-ruby (~> 1.0 , >= 1.0.2 )
6
- i18n (>= 0.7 , < 2 )
7
- minitest (~> 5.1 )
8
- tzinfo (~> 1.1 )
9
- zeitwerk (~> 2.2 , >= 2.2.2 )
6
+ i18n (>= 1.6 , < 2 )
7
+ minitest (>= 5.1 )
8
+ tzinfo (~> 2.0 )
10
9
addressable (2.8.4 )
11
10
public_suffix (>= 2.0.2 , < 6.0 )
12
11
coffee-script (2.4.1 )
@@ -247,11 +246,10 @@ GEM
247
246
unf (~> 0.1.4 )
248
247
terminal-table (1.8.0 )
249
248
unicode-display_width (~> 1.1 , >= 1.1.1 )
250
- thread_safe (0.3.6 )
251
249
typhoeus (1.4.0 )
252
250
ethon (>= 0.9.0 )
253
- tzinfo (1.2.11 )
254
- thread_safe (~> 0.1 )
251
+ tzinfo (2.0.6 )
252
+ concurrent-ruby (~> 1.0 )
255
253
tzinfo-data (1.2023.3 )
256
254
tzinfo (>= 1.0.0 )
257
255
unf (0.1.4 )
260
258
unf_ext (0.0.8.2-x64-mingw32 )
261
259
unicode-display_width (1.8.0 )
262
260
wdm (0.1.1 )
263
- zeitwerk (2.6.8 )
264
261
265
262
PLATFORMS
266
263
x64-mingw32
@@ -270,8 +267,7 @@ DEPENDENCIES
270
267
github-pages (~> 228 )
271
268
jekyll-redirect-from
272
269
jekyll-toc
273
- minima (~> 2.5 )
274
- tzinfo (~> 1.2 )
270
+ tzinfo (~> 2.0 )
275
271
tzinfo-data
276
272
wdm (~> 0.1.1 )
277
273
You can’t perform that action at this time.
0 commit comments