Skip to content

Commit dcc43c6

Browse files
pbolingdeivid-rodriguez
authored andcommitted
Update dependencies
1 parent 6aa4664 commit dcc43c6

File tree

1 file changed

+28
-26
lines changed

1 file changed

+28
-26
lines changed

Gemfile.lock

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,47 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
6-
chef-utils (17.9.26)
4+
addressable (2.8.1)
5+
public_suffix (>= 2.0.2, < 6.0)
6+
chef-utils (18.0.161)
77
concurrent-ruby
88
colorator (1.1.0)
9-
concurrent-ruby (1.1.9)
9+
concurrent-ruby (1.1.10)
1010
em-websocket (0.5.3)
1111
eventmachine (>= 0.12.9)
1212
http_parser.rb (~> 0)
1313
eventmachine (1.2.7)
1414
ffi (1.15.5)
1515
forwardable-extended (2.6.0)
1616
http_parser.rb (0.8.0)
17-
i18n (1.8.11)
17+
i18n (1.12.0)
1818
concurrent-ruby (~> 1.0)
19-
jekyll (4.2.1)
19+
jekyll (4.3.1)
2020
addressable (~> 2.4)
2121
colorator (~> 1.0)
2222
em-websocket (~> 0.5)
2323
i18n (~> 1.0)
24-
jekyll-sass-converter (~> 2.0)
24+
jekyll-sass-converter (>= 2.0, < 4.0)
2525
jekyll-watch (~> 2.0)
26-
kramdown (~> 2.3)
26+
kramdown (~> 2.3, >= 2.3.1)
2727
kramdown-parser-gfm (~> 1.0)
2828
liquid (~> 4.0)
29-
mercenary (~> 0.4.0)
29+
mercenary (>= 0.3.6, < 0.5)
3030
pathutil (~> 0.9)
31-
rouge (~> 3.0)
31+
rouge (>= 3.0, < 5.0)
3232
safe_yaml (~> 1.0)
33-
terminal-table (~> 2.0)
34-
jekyll-sass-converter (2.1.0)
33+
terminal-table (>= 1.8, < 4.0)
34+
webrick (~> 1.7)
35+
jekyll-sass-converter (2.2.0)
3536
sassc (> 2.0.1, < 3.0)
3637
jekyll-watch (2.2.1)
3738
listen (~> 3.0)
38-
kramdown (2.3.1)
39+
kramdown (2.4.0)
3940
rexml
4041
kramdown-parser-gfm (1.1.0)
4142
kramdown (~> 2.0)
4243
liquid (4.0.3)
43-
listen (3.7.0)
44+
listen (3.7.1)
4445
rb-fsevent (~> 0.10, >= 0.10.3)
4546
rb-inotify (~> 0.9, >= 0.9.10)
4647
mdl (0.11.0)
@@ -51,35 +52,36 @@ GEM
5152
mixlib-shellout
5253
mercenary (0.4.0)
5354
mixlib-cli (2.1.8)
54-
mixlib-config (3.0.9)
55+
mixlib-config (3.0.27)
5556
tomlrb
56-
mixlib-shellout (3.2.5)
57+
mixlib-shellout (3.2.7)
5758
chef-utils
5859
pathutil (0.16.2)
5960
forwardable-extended (~> 2.6)
60-
psych (4.0.3)
61+
psych (4.0.6)
6162
stringio
62-
public_suffix (4.0.6)
63+
public_suffix (5.0.0)
6364
rake (13.0.6)
64-
rb-fsevent (0.11.0)
65+
rb-fsevent (0.11.2)
6566
rb-inotify (0.10.1)
6667
ffi (~> 1.0)
6768
rdoc (6.4.0)
6869
psych (>= 4.0.0)
6970
rexml (3.2.5)
70-
rouge (3.27.0)
71+
rouge (4.0.0)
7172
safe_yaml (1.0.5)
7273
sassc (2.4.0)
7374
ffi (~> 1.9)
74-
stringio (3.0.1)
75-
terminal-table (2.0.0)
76-
unicode-display_width (~> 1.1, >= 1.1.1)
77-
tomlrb (2.0.1)
78-
unicode-display_width (1.8.0)
75+
stringio (3.0.2)
76+
terminal-table (3.0.2)
77+
unicode-display_width (>= 1.1.1, < 3)
78+
tomlrb (2.0.3)
79+
unicode-display_width (2.3.0)
7980
webrick (1.7.0)
8081

8182
PLATFORMS
8283
arm64-darwin-21
84+
x86_64-darwin-21
8385
x86_64-linux
8486

8587
DEPENDENCIES
@@ -90,4 +92,4 @@ DEPENDENCIES
9092
webrick (~> 1.7)
9193

9294
BUNDLED WITH
93-
2.3.7
95+
2.3.24

0 commit comments

Comments
 (0)