Skip to content

Commit

Permalink
Merge pull request #1 from allRounderWiser/snyk-fix-834a6879e773a376a…
Browse files Browse the repository at this point in the history
…a3bdc09b7edfa72

[Snyk] Fix for 32 vulnerabilities
  • Loading branch information
allRounderWiser authored Jan 1, 2020
2 parents 74a6c33 + ee19848 commit 18ea717
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 59 deletions.
8 changes: 4 additions & 4 deletions test/fixtures/mono-repo-project/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source :rubygems

gem "sinatra"
gem "haml"
gem "httparty"
gem "actionpack"
gem "sinatra", ">= 2.0.2"
gem "haml", ">= 5.0.0"
gem "httparty", ">= 0.10.0"
gem "actionpack", ">= 4.2.7.1"
120 changes: 65 additions & 55 deletions test/fixtures/mono-repo-project/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,71 +1,81 @@
GEM
remote: http://rubygems.org/
specs:
actionpack (4.2.5)
actionview (= 4.2.5)
activesupport (= 4.2.5)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.5)
activesupport (= 4.2.5)
actionpack (6.0.2.1)
actionview (= 6.0.2.1)
activesupport (= 6.0.2.1)
rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (6.0.2.1)
activesupport (= 6.0.2.1)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activesupport (4.2.5)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (6.0.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
builder (3.2.2)
erubis (2.7.0)
haml (3.1.4)
httparty (0.8.1)
multi_json
multi_xml
i18n (0.7.0)
json (1.8.3)
loofah (2.0.3)
zeitwerk (~> 2.2)
builder (3.2.4)
concurrent-ruby (1.1.5)
crass (1.0.5)
erubi (1.9.0)
haml (5.1.2)
temple (>= 0.8.0)
tilt
httparty (0.17.3)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mini_portile2 (2.1.0)
minitest (5.9.1)
multi_json (1.12.1)
multi_xml (0.5.5)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
rack (1.6.4)
rack-protection (1.5.3)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mini_portile2 (2.4.0)
minitest (5.13.0)
multi_xml (0.6.0)
mustermann (1.1.0)
ruby2_keywords (~> 0.0.1)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
rack (2.0.8)
rack-protection (2.0.8)
rack
rack-test (0.6.3)
rack (>= 1.0)
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
thread_safe (0.3.5)
tilt (1.4.1)
tzinfo (1.2.2)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
ruby2_keywords (0.0.1)
sinatra (2.0.8)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8)
tilt (~> 2.0)
temple (0.8.2)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.6)
thread_safe (~> 0.1)
zeitwerk (2.2.2)

PLATFORMS
ruby

DEPENDENCIES
actionpack
haml
httparty
sinatra
actionpack (>= 4.2.7.1)
haml (>= 5.0.0)
httparty (>= 0.10.0)
sinatra (>= 2.0.2)

BUNDLED WITH
1.13.2
1.17.3

0 comments on commit 18ea717

Please sign in to comment.