Skip to content

Commit

Permalink
Update Nokogiri to v1.11.0 to fix CVE-2020-26247 (#1487)
Browse files Browse the repository at this point in the history
Co-authored-by: Manjunath <manjunath@clearstack.io>
  • Loading branch information
manjunath724 and Manjunath committed Jan 6, 2021
1 parent cf792c0 commit e9ca15b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ GEM
mime-types-data (3.2016.0521)
mimemagic (0.3.2)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
mini_portile2 (2.5.0)
minitest (5.14.0)
mongo (2.11.3)
bson (>= 4.4.2, < 5.0.0)
Expand All @@ -209,9 +209,11 @@ GEM
netrc (0.11.0)
nio4r (2.5.2)
nio4r (2.5.2-java)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.9-java)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogiri (1.11.1-java)
racc (~> 1.4)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
jwt (>= 1.0, < 3.0)
Expand Down Expand Up @@ -270,6 +272,8 @@ GEM
nio4r (~> 2.0)
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
racc (1.5.2)
racc (1.5.2-java)
rack (1.6.13)
rack-contrib (1.8.0)
rack (~> 1.4)
Expand Down Expand Up @@ -486,4 +490,4 @@ DEPENDENCIES
yajl-ruby

BUNDLED WITH
2.1.2
2.1.4

0 comments on commit e9ca15b

Please sign in to comment.