Skip to content

Commit ab4a38d

Browse files
committed
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-12878608
1 parent d7cd6c4 commit ab4a38d

File tree

2 files changed

+70
-71
lines changed

2 files changed

+70
-71
lines changed

Gemfile

100755100644
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 4.1.0"
10+
gem "jekyll", "~> 4.2.0"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12-
gem "minima"
12+
gem "minima", ">= 2.5.2"
1313
# To upgrade, run `bundle update github-pages`.
1414
# gem "github-pages", group: :jekyll_plugins
1515
# If you have any plugins, put them here!
1616
group :jekyll_plugins do
17-
gem "jekyll-feed", "~> 0.12"
18-
gem 'jekyll-octicons'
19-
gem 'jekyll-remote-theme'
17+
gem "jekyll-feed", "~> 0.15", ">= 0.15.1"
18+
gem 'jekyll-octicons', '>= 11.1.0'
19+
gem 'jekyll-remote-theme', '>= 0.4.3'
2020
gem "jekyll-twitter-plugin"
21-
gem 'jekyll-relative-links'
22-
gem 'jekyll-seo-tag'
23-
gem 'jekyll-toc'
21+
gem 'jekyll-relative-links', '>= 0.7.0'
22+
gem 'jekyll-seo-tag', '>= 2.7.0'
23+
gem 'jekyll-toc', '>= 0.15.0'
2424
gem 'jekyll-gist'
2525
gem 'jekyll-paginate'
2626
gem 'jekyll-sitemap'
2727
end
2828

2929
gem "kramdown-math-katex"
30-
gem "jemoji"
30+
gem "jemoji", ">= 0.13.0"
3131

3232
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
3333
# and associated library.

Gemfile.lock

Lines changed: 61 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,156 +1,155 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.1.7.5)
4+
activesupport (6.0.6.1)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
99
zeitwerk (~> 2.2, >= 2.2.2)
10-
addressable (2.8.0)
11-
public_suffix (>= 2.0.2, < 5.0)
10+
addressable (2.8.7)
11+
public_suffix (>= 2.0.2, < 7.0)
1212
colorator (1.1.0)
13-
concurrent-ruby (1.1.7)
14-
em-websocket (0.5.1)
13+
concurrent-ruby (1.3.5)
14+
em-websocket (0.5.3)
1515
eventmachine (>= 0.12.9)
16-
http_parser.rb (~> 0.6.0)
16+
http_parser.rb (~> 0)
1717
eventmachine (1.2.7)
18-
execjs (2.7.0)
19-
faraday (0.17.3)
18+
execjs (2.10.0)
19+
faraday (0.17.6)
2020
multipart-post (>= 1.2, < 3)
21-
ffi (1.13.1)
21+
ffi (1.17.2)
2222
forwardable-extended (2.6.0)
23-
gemoji (3.0.1)
24-
html-pipeline (2.14.0)
23+
gemoji (4.1.0)
24+
html-pipeline (2.14.3)
2525
activesupport (>= 2)
2626
nokogiri (>= 1.4)
27-
http_parser.rb (0.6.0)
28-
i18n (1.8.5)
27+
http_parser.rb (0.8.0)
28+
i18n (1.14.7)
2929
concurrent-ruby (~> 1.0)
30-
jekyll (4.1.1)
30+
jekyll (4.2.2)
3131
addressable (~> 2.4)
3232
colorator (~> 1.0)
3333
em-websocket (~> 0.5)
3434
i18n (~> 1.0)
3535
jekyll-sass-converter (~> 2.0)
3636
jekyll-watch (~> 2.0)
37-
kramdown (~> 2.1)
37+
kramdown (~> 2.3)
3838
kramdown-parser-gfm (~> 1.0)
3939
liquid (~> 4.0)
4040
mercenary (~> 0.4.0)
4141
pathutil (~> 0.9)
4242
rouge (~> 3.0)
4343
safe_yaml (~> 1.0)
44-
terminal-table (~> 1.8)
45-
jekyll-feed (0.15.0)
44+
terminal-table (~> 2.0)
45+
jekyll-feed (0.17.0)
4646
jekyll (>= 3.7, < 5.0)
4747
jekyll-gist (1.5.0)
4848
octokit (~> 4.2)
49-
jekyll-octicons (11.0.0)
49+
jekyll-octicons (19.8.0)
5050
jekyll (>= 3.6, < 5.0)
51-
octicons (= 11.0.0)
51+
octicons (= 19.8.0)
5252
jekyll-paginate (1.1.0)
53-
jekyll-relative-links (0.6.1)
53+
jekyll-relative-links (0.7.0)
5454
jekyll (>= 3.3, < 5.0)
55-
jekyll-remote-theme (0.4.2)
55+
jekyll-remote-theme (0.4.3)
5656
addressable (~> 2.0)
5757
jekyll (>= 3.5, < 5.0)
5858
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
5959
rubyzip (>= 1.3.0, < 3.0)
60-
jekyll-sass-converter (2.1.0)
60+
jekyll-sass-converter (2.2.0)
6161
sassc (> 2.0.1, < 3.0)
62-
jekyll-seo-tag (2.6.1)
63-
jekyll (>= 3.3, < 5.0)
62+
jekyll-seo-tag (2.8.0)
63+
jekyll (>= 3.8, < 5.0)
6464
jekyll-sitemap (1.4.0)
6565
jekyll (>= 3.7, < 5.0)
66-
jekyll-toc (0.14.0)
67-
jekyll (>= 3.8)
68-
nokogiri (~> 1.10)
66+
jekyll-toc (0.19.0)
67+
jekyll (>= 3.9)
68+
nokogiri (~> 1.12)
6969
jekyll-twitter-plugin (2.1.0)
7070
jekyll-watch (2.2.1)
7171
listen (~> 3.0)
72-
jemoji (0.12.0)
73-
gemoji (~> 3.0)
72+
jemoji (0.13.0)
73+
gemoji (>= 3, < 5)
7474
html-pipeline (~> 2.2)
7575
jekyll (>= 3.0, < 5.0)
76-
katex (0.6.0)
77-
execjs (~> 2.7)
78-
kramdown (2.3.1)
79-
rexml
76+
katex (0.10.0)
77+
execjs (~> 2.8)
78+
kramdown (2.5.1)
79+
rexml (>= 3.3.9)
8080
kramdown-math-katex (1.0.1)
8181
katex (~> 0.4)
8282
kramdown (~> 2.0)
8383
kramdown-parser-gfm (1.1.0)
8484
kramdown (~> 2.0)
85-
liquid (4.0.3)
86-
listen (3.2.1)
85+
liquid (4.0.4)
86+
listen (3.9.0)
8787
rb-fsevent (~> 0.10, >= 0.10.3)
8888
rb-inotify (~> 0.9, >= 0.9.10)
8989
mercenary (0.4.0)
90-
mini_portile2 (2.8.8)
91-
minima (2.5.1)
90+
mini_portile2 (2.8.9)
91+
minima (2.5.2)
9292
jekyll (>= 3.5, < 5.0)
9393
jekyll-feed (~> 0.9)
9494
jekyll-seo-tag (~> 2.1)
95-
minitest (5.14.2)
95+
minitest (5.25.5)
9696
multipart-post (2.1.1)
97-
nokogiri (1.18.3)
97+
nokogiri (1.18.10)
9898
mini_portile2 (~> 2.8.2)
9999
racc (~> 1.4)
100-
octicons (11.0.0)
101-
nokogiri (>= 1.6.3.1)
100+
octicons (19.8.0)
102101
octokit (4.18.0)
103102
faraday (>= 0.9)
104103
sawyer (~> 0.8.0, >= 0.5.3)
105104
pathutil (0.16.2)
106105
forwardable-extended (~> 2.6)
107-
public_suffix (4.0.6)
106+
public_suffix (6.0.2)
108107
racc (1.8.1)
109-
rb-fsevent (0.10.4)
110-
rb-inotify (0.10.1)
108+
rb-fsevent (0.11.2)
109+
rb-inotify (0.11.1)
111110
ffi (~> 1.0)
112-
rexml (3.3.9)
113-
rouge (3.23.0)
114-
rubyzip (2.3.0)
111+
rexml (3.4.4)
112+
rouge (3.30.0)
113+
rubyzip (2.4.1)
115114
safe_yaml (1.0.5)
116115
sassc (2.4.0)
117116
ffi (~> 1.9)
118117
sawyer (0.8.2)
119118
addressable (>= 2.3.5)
120119
faraday (> 0.8, < 2.0)
121-
terminal-table (1.8.0)
120+
terminal-table (2.0.0)
122121
unicode-display_width (~> 1.1, >= 1.1.1)
123122
thread_safe (0.3.6)
124-
tzinfo (1.2.10)
123+
tzinfo (1.2.11)
125124
thread_safe (~> 0.1)
126-
tzinfo-data (1.2020.1)
125+
tzinfo-data (1.2025.2)
127126
tzinfo (>= 1.0.0)
128-
unicode-display_width (1.7.0)
127+
unicode-display_width (1.8.0)
129128
wdm (0.1.1)
130-
zeitwerk (2.4.0)
129+
zeitwerk (2.6.18)
131130

132131
PLATFORMS
133132
ruby
134133

135134
DEPENDENCIES
136135
faraday (< 1.0)
137-
jekyll (~> 4.1.0)
138-
jekyll-feed (~> 0.12)
136+
jekyll (~> 4.2.0)
137+
jekyll-feed (~> 0.15, >= 0.15.1)
139138
jekyll-gist
140-
jekyll-octicons
139+
jekyll-octicons (>= 11.1.0)
141140
jekyll-paginate
142-
jekyll-relative-links
143-
jekyll-remote-theme
144-
jekyll-seo-tag
141+
jekyll-relative-links (>= 0.7.0)
142+
jekyll-remote-theme (>= 0.4.3)
143+
jekyll-seo-tag (>= 2.7.0)
145144
jekyll-sitemap
146-
jekyll-toc
145+
jekyll-toc (>= 0.15.0)
147146
jekyll-twitter-plugin
148-
jemoji
147+
jemoji (>= 0.13.0)
149148
kramdown-math-katex
150-
minima
149+
minima (>= 2.5.2)
151150
tzinfo (~> 1.2)
152151
tzinfo-data
153152
wdm (~> 0.1.1)
154153

155154
BUNDLED WITH
156-
2.1.4
155+
2.3.26

0 commit comments

Comments
 (0)