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

Commit 8c9d1a1

Browse files
Bump uswds-jekyll from 5.4.0 to 5.5.0
Bumps [uswds-jekyll](https://github.com/18F/uswds-jekyll) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/18F/uswds-jekyll/releases) - [Commits](18F/uswds-jekyll@v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: uswds-jekyll dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 08635d8 commit 8c9d1a1

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem 'jekyll', '~> 4.2.2'
1212
gem 'jekyll-sitemap', '>= 1.4.0'
1313

1414
# This is the default theme for new Jekyll sites. You may change this to anything you like.
15-
gem 'uswds-jekyll', '~> 5.3', '>= 5.3.0'
15+
gem 'uswds-jekyll', '~> 5.5'
1616

1717
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1818
# uncomment the line below. To upgrade, run `bundle update github-pages`.

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.1)
4+
addressable (2.8.4)
55
public_suffix (>= 2.0.2, < 6.0)
66
autoprefixer-rails (9.8.6.5)
77
execjs
88
colorator (1.1.0)
9-
concurrent-ruby (1.1.10)
9+
concurrent-ruby (1.2.2)
1010
em-websocket (0.5.3)
1111
eventmachine (>= 0.12.9)
1212
http_parser.rb (~> 0)
@@ -15,7 +15,7 @@ GEM
1515
ffi (1.15.5)
1616
forwardable-extended (2.6.0)
1717
http_parser.rb (0.8.0)
18-
i18n (1.12.0)
18+
i18n (1.14.1)
1919
concurrent-ruby (~> 1.0)
2020
jekyll (4.2.2)
2121
addressable (~> 2.4)
@@ -46,17 +46,17 @@ GEM
4646
rexml
4747
kramdown-parser-gfm (1.1.0)
4848
kramdown (~> 2.0)
49-
libv8-node (15.14.0.1)
50-
liquid (4.0.3)
51-
listen (3.7.1)
49+
libv8-node (18.16.0.0)
50+
liquid (4.0.4)
51+
listen (3.8.0)
5252
rb-fsevent (~> 0.10, >= 0.10.3)
5353
rb-inotify (~> 0.9, >= 0.9.10)
5454
mercenary (0.4.0)
55-
mini_racer (0.4.0)
56-
libv8-node (~> 15.14.0.0)
55+
mini_racer (0.8.0)
56+
libv8-node (~> 18.16.0.0)
5757
pathutil (0.16.2)
5858
forwardable-extended (~> 2.6)
59-
public_suffix (5.0.0)
59+
public_suffix (5.0.3)
6060
rb-fsevent (0.11.2)
6161
rb-inotify (0.10.1)
6262
ffi (~> 1.0)
@@ -68,7 +68,7 @@ GEM
6868
terminal-table (2.0.0)
6969
unicode-display_width (~> 1.1, >= 1.1.1)
7070
unicode-display_width (1.8.0)
71-
uswds-jekyll (5.4.0)
71+
uswds-jekyll (5.5.0)
7272
jekyll (>= 4.0, < 5)
7373
jekyll-autoprefixer
7474
mini_racer
@@ -81,7 +81,7 @@ DEPENDENCIES
8181
jekyll-feed (~> 0.17)
8282
jekyll-sitemap (>= 1.4.0)
8383
tzinfo-data
84-
uswds-jekyll (~> 5.3, >= 5.3.0)
84+
uswds-jekyll (~> 5.5)
8585

8686
BUNDLED WITH
8787
2.1.4

0 commit comments

Comments
 (0)