Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit 1b2c36b

Browse files
author
Jeremy Zilar
authored
update bundle + gems (#237)
1 parent a3c8e8c commit 1b2c36b

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

.bundler-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.1.4

Gemfile.lock

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ GEM
44
addressable (2.7.0)
55
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.5)
7+
concurrent-ruby (1.1.6)
88
em-websocket (0.5.1)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0.6.0)
1111
ethon (0.12.0)
1212
ffi (>= 1.3.0)
1313
eventmachine (1.2.7)
14-
ffi (1.11.1)
14+
ffi (1.12.2)
1515
forwardable-extended (2.6.0)
16-
html-proofer (3.13.0)
16+
html-proofer (3.15.1)
1717
addressable (~> 2.3)
1818
mercenary (~> 0.3)
19-
nokogiri (~> 1.10)
19+
nokogumbo (~> 2.0)
2020
parallel (~> 1.3)
2121
rainbow (~> 3.0)
2222
typhoeus (~> 1.3)
@@ -38,7 +38,7 @@ GEM
3838
pathutil (~> 0.9)
3939
rouge (>= 1.7, < 4)
4040
safe_yaml (~> 1.0)
41-
jekyll-redirect-from (0.15.0)
41+
jekyll-redirect-from (0.16.0)
4242
jekyll (>= 3.3, < 5.0)
4343
jekyll-sass-converter (1.5.2)
4444
sass (~> 3.4)
@@ -52,22 +52,24 @@ GEM
5252
sass (~> 3.4)
5353
kramdown (1.17.0)
5454
liquid (4.0.3)
55-
listen (3.2.0)
55+
listen (3.2.1)
5656
rb-fsevent (~> 0.10, >= 0.10.3)
5757
rb-inotify (~> 0.9, >= 0.9.10)
5858
mercenary (0.3.6)
5959
mini_portile2 (2.4.0)
60-
nokogiri (1.10.4)
60+
nokogiri (1.10.8)
6161
mini_portile2 (~> 2.4.0)
62-
parallel (1.18.0)
62+
nokogumbo (2.0.2)
63+
nokogiri (~> 1.8, >= 1.8.4)
64+
parallel (1.19.1)
6365
pathutil (0.16.2)
6466
forwardable-extended (~> 2.6)
65-
public_suffix (4.0.1)
67+
public_suffix (4.0.3)
6668
rainbow (3.0.0)
6769
rb-fsevent (0.10.3)
68-
rb-inotify (0.10.0)
70+
rb-inotify (0.10.1)
6971
ffi (~> 1.0)
70-
rouge (3.11.1)
72+
rouge (3.16.0)
7173
safe_yaml (1.0.5)
7274
sass (3.7.4)
7375
sass-listen (~> 4.0.0)
@@ -78,7 +80,7 @@ GEM
7880
ethon (>= 0.9.0)
7981
uswds-jekyll (1.4.1)
8082
jekyll (~> 3.4)
81-
yell (2.2.0)
83+
yell (2.2.1)
8284

8385
PLATFORMS
8486
ruby
@@ -91,4 +93,4 @@ DEPENDENCIES
9193
uswds-jekyll (= 1.4.1)
9294

9395
BUNDLED WITH
94-
1.17.3
96+
2.1.4

0 commit comments

Comments
 (0)