Skip to content

Commit

Permalink
upgrade nokogiri to version 0.11.1
Browse files Browse the repository at this point in the history
This fixes vulnerability GHSA-vr8q-g5c7-m54m

Signed-off-by: Peter Gafert <[email protected]>
  • Loading branch information
codecholeric committed Jan 31, 2021
1 parent 8777583 commit da10838
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,18 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mini_portile2 (2.4.0)
mini_portile2 (2.5.0)
minitest (5.13.0)
multipart-post (2.0.0)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
octokit (4.9.0)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.1.1)
racc (1.5.2)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down

0 comments on commit da10838

Please sign in to comment.