Skip to content

Commit

Permalink
Merge pull request #587 from GSA/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
PaulaBannerman authored Dec 11, 2024
2 parents 4324ddb + 67b5435 commit b958741
Show file tree
Hide file tree
Showing 4 changed files with 1,748 additions and 7,678 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

gem 'jekyll', '~> 4.3.3'
gem 'jekyll-sass-converter', '~> 3.0'
gem "webrick"
gem "webrick", ">= 1.8.2"
# See https://github.com/envygeeks/jekyll-assets/issues/622
gem "sprockets", "~> 3.7"
gem "kramdown-parser-gfm", "~> 1.1.0"
Expand All @@ -25,4 +25,4 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform?

gem "html-proofer", "~> 3.18"

gem 'jekyll-liquify'
gem 'jekyll-liquify', "0.0.2"
52 changes: 25 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ GEM
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand All @@ -15,10 +16,10 @@ GEM
ffi (1.17.0-x64-mingw-ucrt)
ffi (1.17.0-x86_64-linux-gnu)
forwardable-extended (2.6.0)
google-protobuf (4.27.2-x64-mingw-ucrt)
google-protobuf (4.29.1-x64-mingw-ucrt)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-x86_64-linux)
google-protobuf (4.29.1-x86_64-linux)
bigdecimal
rake (>= 13)
html-proofer (3.19.4)
Expand All @@ -30,9 +31,9 @@ GEM
typhoeus (~> 1.3)
yell (~> 2.0)
http_parser.rb (0.8.0)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
jekyll (4.3.3)
jekyll (4.3.4)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand Down Expand Up @@ -65,53 +66,51 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
rexml
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
nokogiri (1.15.4-x64-mingw-ucrt)
nokogiri (1.17.1-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.17.1-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parallel (1.26.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (6.0.0)
racc (1.7.3)
rack (2.2.8)
public_suffix (6.0.1)
racc (1.8.1)
rack (2.2.10)
rainbow (3.1.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
redcarpet (3.6.0)
rexml (3.3.1)
strscan
rouge (4.3.0)
rexml (3.3.9)
rouge (4.5.1)
safe_yaml (1.0.5)
sass-embedded (1.77.5)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.82.0)
google-protobuf (~> 4.28)
rake (>= 13)
sprockets (3.7.2)
sprockets (3.7.5)
base64
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
typhoeus (1.4.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.3)
tzinfo-data (1.2024.2)
tzinfo (>= 1.0.0)
unicode-display_width (2.5.0)
wdm (0.1.1)
webrick (1.8.1)
unicode-display_width (2.6.0)
webrick (1.9.1)
yell (2.2.2)

PLATFORMS
Expand All @@ -122,7 +121,7 @@ DEPENDENCIES
html-proofer (~> 3.18)
jekyll (~> 4.3.3)
jekyll-feed (~> 0.15)
jekyll-liquify
jekyll-liquify (= 0.0.2)
jekyll-paginate-v2 (= 3.0.0)
jekyll-redirect-from
jekyll-sass-converter (~> 3.0)
Expand All @@ -131,7 +130,6 @@ DEPENDENCIES
kramdown-parser-gfm (~> 1.1.0)
sprockets (~> 3.7)
tzinfo-data
wdm (~> 0.1.0)
webrick

RUBY VERSION
Expand Down
Loading

0 comments on commit b958741

Please sign in to comment.