Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 20, 2020
1 parent 8829e51 commit cf684c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ source 'https://rubygems.org'
gem 'uswds-jekyll', :git => 'https://github.com/18F/uswds-jekyll.git'

gem 'html-proofer'
gem 'jekyll-sitemap'
gem 'jekyll-sitemap', '>= 1.4.0'

group :jekyll_plugins do
gem 'jekyll_pages_api_search'
gem 'jemoji', '>= 0.11.1'
gem 'jemoji', '>= 0.12.0'
end
16 changes: 7 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.1)
activesupport (5.2.4.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
Expand All @@ -24,10 +23,10 @@ GEM
ethon (0.12.0)
ffi (>= 1.3.0)
eventmachine (1.2.7)
ffi (1.12.2)
ffi (1.13.1)
forwardable-extended (2.6.0)
gemoji (3.0.1)
html-pipeline (2.12.3)
html-pipeline (2.13.0)
activesupport (>= 2)
nokogiri (>= 1.4)
html-proofer (3.15.3)
Expand Down Expand Up @@ -79,7 +78,7 @@ GEM
mercenary (0.3.6)
mini_portile2 (2.4.0)
minitest (5.14.1)
nokogiri (1.10.9)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogumbo (2.0.2)
nokogiri (~> 1.8, >= 1.8.4)
Expand All @@ -91,7 +90,7 @@ GEM
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rouge (3.19.0)
rouge (3.21.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
Expand All @@ -104,16 +103,15 @@ GEM
tzinfo (1.2.7)
thread_safe (~> 0.1)
yell (2.2.2)
zeitwerk (2.3.0)

PLATFORMS
ruby

DEPENDENCIES
html-proofer
jekyll-sitemap
jekyll-sitemap (>= 1.4.0)
jekyll_pages_api_search
jemoji (>= 0.11.1)
jemoji (>= 0.12.0)
uswds-jekyll!

BUNDLED WITH
Expand Down

0 comments on commit cf684c6

Please sign in to comment.