Skip to content

Commit

Permalink
fix: hooks/ruby/delete-repository-event/Gemfile.lock to reduce vulner…
Browse files Browse the repository at this point in the history
…abilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
  • Loading branch information
snyk-bot committed Oct 24, 2022
1 parent 74a8069 commit d82a4d7
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions hooks/ruby/delete-repository-event/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,24 @@ GEM
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
multipart-post (2.1.1)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
octokit (4.6.2)
sawyer (~> 0.8.0, >= 0.5.3)
public_suffix (4.0.6)
rack (1.6.13)
rack-protection (1.5.5)
rack (2.2.4)
rack-protection (3.0.2)
rack
ruby2_keywords (0.0.4)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
tilt (2.0.6)
sinatra (3.0.2)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.2)
tilt (~> 2.0)
tilt (2.0.11)

PLATFORMS
ruby
Expand All @@ -45,4 +48,4 @@ DEPENDENCIES
sinatra

BUNDLED WITH
1.14.6
1.17.3

0 comments on commit d82a4d7

Please sign in to comment.