Skip to content

Commit e14b164

Browse files
committed
Upgrade tzinfo, remove minima gem.
Should fix security alerts. Not sure if the updated tzinfo breaks anything, I guess I'll find out.
1 parent d5b27a0 commit e14b164

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

Gemfile

+3-7
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,17 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# 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+
1411
gem "github-pages", "~> 228", group: :jekyll_plugins
1512
# If you have any plugins, put them here!
1613
group :jekyll_plugins do
1714
gem 'jekyll-toc'
1815
gem 'jekyll-redirect-from'
1916
end
2017

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.
2319
platforms :mingw, :x64_mingw, :mswin, :jruby do
24-
gem "tzinfo", "~> 1.2"
20+
gem "tzinfo", "~> 2.0"
2521
gem "tzinfo-data"
2622
end
2723

Gemfile.lock

+7-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.6.1)
4+
activesupport (7.0.5)
55
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)
109
addressable (2.8.4)
1110
public_suffix (>= 2.0.2, < 6.0)
1211
coffee-script (2.4.1)
@@ -247,11 +246,10 @@ GEM
247246
unf (~> 0.1.4)
248247
terminal-table (1.8.0)
249248
unicode-display_width (~> 1.1, >= 1.1.1)
250-
thread_safe (0.3.6)
251249
typhoeus (1.4.0)
252250
ethon (>= 0.9.0)
253-
tzinfo (1.2.11)
254-
thread_safe (~> 0.1)
251+
tzinfo (2.0.6)
252+
concurrent-ruby (~> 1.0)
255253
tzinfo-data (1.2023.3)
256254
tzinfo (>= 1.0.0)
257255
unf (0.1.4)
@@ -260,7 +258,6 @@ GEM
260258
unf_ext (0.0.8.2-x64-mingw32)
261259
unicode-display_width (1.8.0)
262260
wdm (0.1.1)
263-
zeitwerk (2.6.8)
264261

265262
PLATFORMS
266263
x64-mingw32
@@ -270,8 +267,7 @@ DEPENDENCIES
270267
github-pages (~> 228)
271268
jekyll-redirect-from
272269
jekyll-toc
273-
minima (~> 2.5)
274-
tzinfo (~> 1.2)
270+
tzinfo (~> 2.0)
275271
tzinfo-data
276272
wdm (~> 0.1.1)
277273

0 commit comments

Comments
 (0)