Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-JSON-560838
  • Loading branch information
snyk-bot committed Mar 23, 2020
commit 5e3516375d14dd84766acd0375a31c81e9e59ce7
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ gem 'jekyll-archives'
gem 'jekyll-include-cache'

group :jekyll_plugins do
gem 'algoliasearch-jekyll'
gem 'algoliasearch-jekyll', '>= 0.9.0'
gem 'jekyll_pages_api'
end
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ GEM
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
algoliasearch (1.17.0)
httpclient (~> 2.8.3)
algoliasearch (1.27.1)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
algoliasearch-jekyll (0.9.0)
algoliasearch-jekyll (0.9.1)
algoliasearch (~> 1.12)
appraisal (~> 2.1.0)
awesome_print (~> 1.6)
Expand Down Expand Up @@ -196,27 +196,27 @@ GEM
gemoji (~> 3.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0)
json (2.1.0)
json (2.3.0)
kramdown (1.14.0)
liquid (4.0.0)
listen (3.0.6)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7)
mercenary (0.3.6)
mini_portile2 (2.3.0)
mini_portile2 (2.4.0)
minima (2.1.1)
jekyll (~> 3.3)
minitest (5.10.3)
multipart-post (2.0.0)
net-dns (0.8.0)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
octokit (4.7.0)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.0)
forwardable-extended (~> 2.6)
public_suffix (2.0.5)
rake (12.2.1)
rake (13.0.1)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
Expand All @@ -232,7 +232,7 @@ GEM
faraday (~> 0.8, < 1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (0.20.0)
thor (1.0.1)
thread_safe (0.3.6)
typhoeus (0.8.0)
ethon (>= 0.8.0)
Expand All @@ -245,7 +245,7 @@ PLATFORMS
ruby

DEPENDENCIES
algoliasearch-jekyll
algoliasearch-jekyll (>= 0.9.0)
github-pages
jekyll-archives
jekyll-extlinks
Expand All @@ -256,4 +256,4 @@ DEPENDENCIES
jekyll_pages_api

BUNDLED WITH
1.16.0
1.17.3