Skip to content

Commit

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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-SINATRA-6483832
  • Loading branch information
snyk-bot committed Nov 21, 2024
1 parent 089748f commit 7e4a9f3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
2 changes: 1 addition & 1 deletion hooks/ruby/delete-repository-event/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "https://rubygems.org"

gem "octokit"
gem "sinatra"
gem "sinatra", ">= 4.1.0"
32 changes: 20 additions & 12 deletions hooks/ruby/delete-repository-event/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ GEM
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
base64 (0.2.0)
faraday (1.5.1)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
Expand All @@ -20,32 +21,39 @@ GEM
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
logger (1.6.1)
multipart-post (2.1.1)
mustermann (2.0.2)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
octokit (4.6.2)
sawyer (~> 0.8.0, >= 0.5.3)
public_suffix (4.0.6)
rack (2.2.8.1)
rack-protection (2.2.3)
rack
ruby2_keywords (0.0.4)
rack (3.1.8)
rack-protection (4.1.1)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
ruby2_keywords (0.0.5)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.3)
sinatra (4.1.1)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.1.1)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
tilt (2.0.11)
tilt (2.4.0)

PLATFORMS
ruby

DEPENDENCIES
octokit
sinatra
sinatra (>= 4.1.0)

BUNDLED WITH
1.14.6
1.17.3

0 comments on commit 7e4a9f3

Please sign in to comment.