Skip to content

Commit e61945f

Browse files
Update gems
1 parent ef7db39 commit e61945f

2 files changed

Lines changed: 25 additions & 49 deletions

File tree

Gemfile

Lines changed: 9 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,14 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll"
11-
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12-
# gem "minima", "~> 2.5"
13-
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14-
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15-
# gem "github-pages", group: :jekyll_plugins
16-
# If you have any plugins, put them here!
17-
group :jekyll_plugins do
18-
gem "jekyll-feed", "~> 0.12"
19-
gem "jekyll-tidy"
20-
end
10+
gem "jekyll", "~> 4.3.0"
2111

22-
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
23-
# and associated library.
24-
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
25-
gem "tzinfo", "~> 1.2"
26-
gem "tzinfo-data"
12+
# Jekyll plugins
13+
group :jekyll_plugins do
14+
gem "jekyll-feed", "~> 0.15"
15+
gem "jekyll-tidy", "~> 0.2"
16+
gem 'jekyll-sitemap', '~> 1.4'
17+
gem "jekyll-redirect-from", "~> 0.16"
18+
gem 'kramdown-math-katex', '~> 1.0'
19+
gem "webrick", "~> 1.7"
2720
end
28-
29-
# Performance-booster for watching directories on Windows
30-
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
31-
32-
gem 'jekyll-sitemap'
33-
gem 'kramdown-math-katex'
34-
35-
gem "webrick", "~> 1.7"
36-
37-
gem "jekyll-redirect-from", "~> 0.16.0"

Gemfile.lock

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,22 @@ GEM
1919
http_parser.rb (0.8.0)
2020
i18n (1.8.11)
2121
concurrent-ruby (~> 1.0)
22-
jekyll (4.0.1)
22+
jekyll (4.3.4)
2323
addressable (~> 2.4)
2424
colorator (~> 1.0)
2525
em-websocket (~> 0.5)
26-
i18n (>= 0.9.5, < 2)
27-
jekyll-sass-converter (~> 2.0)
26+
i18n (~> 1.0)
27+
jekyll-sass-converter (>= 2.0, < 4.0)
2828
jekyll-watch (~> 2.0)
29-
kramdown (~> 2.1)
29+
kramdown (~> 2.3, >= 2.3.1)
3030
kramdown-parser-gfm (~> 1.0)
3131
liquid (~> 4.0)
32-
mercenary (~> 0.3.3)
32+
mercenary (>= 0.3.6, < 0.5)
3333
pathutil (~> 0.9)
34-
rouge (~> 3.0)
34+
rouge (>= 3.0, < 5.0)
3535
safe_yaml (~> 1.0)
36-
terminal-table (~> 1.8)
36+
terminal-table (>= 1.8, < 4.0)
37+
webrick (~> 1.7)
3738
jekyll-feed (0.15.1)
3839
jekyll (>= 3.7, < 5.0)
3940
jekyll-redirect-from (0.16.0)
@@ -77,32 +78,24 @@ GEM
7778
ffi (~> 1.9)
7879
terminal-table (1.8.0)
7980
unicode-display_width (~> 1.1, >= 1.1.1)
80-
thread_safe (0.3.6)
81-
tzinfo (1.2.9)
82-
thread_safe (~> 0.1)
83-
tzinfo-data (1.2021.5)
84-
tzinfo (>= 1.0.0)
8581
unicode-display_width (1.8.0)
86-
wdm (0.1.1)
8782
webrick (1.7.0)
8883

8984
PLATFORMS
85+
arm64-darwin-24
9086
x64-mingw32
9187
x86_64-darwin-19
9288
x86_64-darwin-20
9389
x86_64-linux
9490

9591
DEPENDENCIES
96-
jekyll
97-
jekyll-feed (~> 0.12)
98-
jekyll-redirect-from (~> 0.16.0)
99-
jekyll-sitemap
100-
jekyll-tidy
101-
kramdown-math-katex
102-
tzinfo (~> 1.2)
103-
tzinfo-data
104-
wdm (~> 0.1.1)
92+
jekyll (~> 4.3.0)
93+
jekyll-feed (~> 0.15)
94+
jekyll-redirect-from (~> 0.16)
95+
jekyll-sitemap (~> 1.4)
96+
jekyll-tidy (~> 0.2)
97+
kramdown-math-katex (~> 1.0)
10598
webrick (~> 1.7)
10699

107100
BUNDLED WITH
108-
2.2.32
101+
2.6.9

0 commit comments

Comments
 (0)