Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit db92710

Browse files
committed
update gemfile
1 parent ae944e1 commit db92710

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source 'https://rubygems.org'
44

55
gem 'devdocs', git: 'https://github.com/magento-devdocs/devdocs-theme.git'
6-
gem 'jekyll'
6+
gem 'jekyll', '4.2.2'
77
gem 'rake'
88
gem 'whatsup_github'
99

Gemfile.lock

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GEM
1919
chef-utils (18.0.185)
2020
concurrent-ruby
2121
colorator (1.1.0)
22-
concurrent-ruby (1.1.10)
22+
concurrent-ruby (1.2.0)
2323
em-websocket (0.5.3)
2424
eventmachine (>= 0.12.9)
2525
http_parser.rb (~> 0)
@@ -62,22 +62,21 @@ GEM
6262
image_optim (~> 0.19)
6363
image_size (3.2.0)
6464
in_threads (1.6.0)
65-
jekyll (4.3.1)
65+
jekyll (4.2.2)
6666
addressable (~> 2.4)
6767
colorator (~> 1.0)
6868
em-websocket (~> 0.5)
6969
i18n (~> 1.0)
70-
jekyll-sass-converter (>= 2.0, < 4.0)
70+
jekyll-sass-converter (~> 2.0)
7171
jekyll-watch (~> 2.0)
72-
kramdown (~> 2.3, >= 2.3.1)
72+
kramdown (~> 2.3)
7373
kramdown-parser-gfm (~> 1.0)
7474
liquid (~> 4.0)
75-
mercenary (>= 0.3.6, < 0.5)
75+
mercenary (~> 0.4.0)
7676
pathutil (~> 0.9)
77-
rouge (>= 3.0, < 5.0)
77+
rouge (~> 3.0)
7878
safe_yaml (~> 1.0)
79-
terminal-table (>= 1.8, < 4.0)
80-
webrick (~> 1.7)
79+
terminal-table (~> 2.0)
8180
jekyll-algolia (1.7.1)
8281
algolia_html_extractor (~> 2.6)
8382
algoliasearch (~> 1.26)
@@ -108,8 +107,8 @@ GEM
108107
kramdown (~> 2.0)
109108
launchy (2.5.0)
110109
addressable (~> 2.7)
111-
liquid (4.0.3)
112-
listen (3.7.1)
110+
liquid (4.0.4)
111+
listen (3.8.0)
113112
rb-fsevent (~> 0.10, >= 0.10.3)
114113
rb-inotify (~> 0.9, >= 0.9.10)
115114
mdl (0.12.0)
@@ -149,24 +148,23 @@ GEM
149148
rb-inotify (0.10.1)
150149
ffi (~> 1.0)
151150
rexml (3.2.5)
152-
rouge (4.0.0)
151+
rouge (3.30.0)
153152
ruby2_keywords (0.0.5)
154153
safe_yaml (1.0.5)
155154
sassc (2.4.0)
156155
ffi (~> 1.9)
157156
sawyer (0.9.2)
158157
addressable (>= 2.3.5)
159158
faraday (>= 0.17.3, < 3)
160-
terminal-table (3.0.2)
161-
unicode-display_width (>= 1.1.1, < 3)
159+
terminal-table (2.0.0)
160+
unicode-display_width (~> 1.1, >= 1.1.1)
162161
thor (1.2.1)
163162
tomlrb (2.0.3)
164163
typhoeus (1.4.0)
165164
ethon (>= 0.9.0)
166-
unicode-display_width (2.3.0)
165+
unicode-display_width (1.8.0)
167166
verbal_expressions (0.1.5)
168167
wdm (0.1.1)
169-
webrick (1.7.0)
170168
whatsup_github (0.5.0)
171169
netrc (~> 0.11)
172170
octokit (~> 6.0)
@@ -180,13 +178,14 @@ PLATFORMS
180178
x86-mswin32
181179
x86_64-darwin-19
182180
x86_64-darwin-21
181+
x86_64-darwin-22
183182

184183
DEPENDENCIES
185184
devdocs!
186185
html-proofer
187186
image_optim
188187
image_optim_pack
189-
jekyll
188+
jekyll (= 4.2.2)
190189
jekyll-algolia (~> 1.0)
191190
jekyll-optional-front-matter
192191
jekyll-redirect-from

0 commit comments

Comments
 (0)