Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 1 vulnerabilities #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion jekyll/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ruby '2.6.3'

gem 'jekyll', '3.8.6'
gem 'html-proofer', '>= 3.19.1'
gem "rack", ">= 2.0.6"
gem "rack", ">= 2.2.6.3"
gem 'asciidoctor'
gem 'asciidoctor-pdf', '~> 1.5.3'
gem 'pygments.rb', '~> 1.1.2'
Expand Down
46 changes: 23 additions & 23 deletions jekyll/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.0)
activesupport (5.2.6)
activesupport (5.2.8.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
afm (0.2.2)
algolia_html_extractor (2.6.4)
json (~> 2.0)
Expand All @@ -30,21 +30,21 @@ GEM
treetop (~> 1.6.0)
ttfunk (~> 1.5.0, >= 1.5.1)
colorator (1.1.0)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
css_parser (1.9.0)
addressable
dotenv (2.7.6)
em-websocket (0.5.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
http_parser.rb (~> 0)
ethon (0.14.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.8.1)
extras (0.3.0)
forwardable-extended (~> 2.5)
fastimage (2.2.4)
ffi (1.15.3)
fastimage (2.2.6)
ffi (1.15.5)
filesize (0.2.0)
forwardable-extended (2.6.0)
hashery (2.1.2)
Expand All @@ -56,7 +56,7 @@ GEM
rainbow (~> 3.0)
typhoeus (~> 1.3)
yell (~> 2.0)
http_parser.rb (0.6.0)
http_parser.rb (0.8.0)
httpclient (2.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -110,19 +110,19 @@ GEM
listen (~> 3.0)
json (2.5.1)
kramdown (1.17.0)
liquid (4.0.3)
liquid (4.0.4)
liquid-tag-parser (1.9.0)
extras (~> 0.3)
liquid (>= 3.0, < 5.0)
listen (3.5.1)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.5.3)
minitest (5.14.4)
mini_portile2 (2.8.1)
minitest (5.18.0)
multi_json (1.13.1)
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogumbo (2.0.5)
nokogiri (~> 1.8, >= 1.8.4)
Expand Down Expand Up @@ -151,25 +151,25 @@ GEM
pdf-reader (~> 2.0)
prawn (~> 2.2)
progressbar (1.11.0)
public_suffix (4.0.6)
public_suffix (5.0.1)
pygments.rb (1.1.2)
multi_json (>= 1.0.0)
racc (1.5.2)
rack (2.2.3)
racc (1.6.2)
rack (2.2.6.3)
rainbow (3.0.0)
rake (13.0.3)
rb-fsevent (0.11.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rouge (3.26.0)
rouge (3.30.0)
ruby-rc4 (0.1.5)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sprockets (4.0.2)
sprockets (4.0.3)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
thread_safe (0.3.6)
Expand All @@ -178,7 +178,7 @@ GEM
ttfunk (1.5.1)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (1.2.9)
tzinfo (1.2.11)
thread_safe (~> 0.1)
verbal_expressions (0.1.5)
yell (2.2.2)
Expand All @@ -198,7 +198,7 @@ DEPENDENCIES
jekyll-sitemap (>= 1.3.1)
jekyll-target-blank (>= 2.0.0)
pygments.rb (~> 1.1.2)
rack (>= 2.0.6)
rack (>= 2.2.6.3)
rake

RUBY VERSION
Expand Down