Skip to content

Commit

Permalink
fix: hooks/ruby/dismiss-review-server/Gemfile & hooks/ruby/dismiss-re…
Browse files Browse the repository at this point in the history
…view-server/Gemfile.lock to reduce vulnerabilities

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 d7d7db1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hooks/ruby/dismiss-review-server/Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "http://rubygems.org"

gem "json", "~> 1.8"
gem 'sinatra', '~> 1.3.5'
gem 'sinatra', '~> 1.3.6'
gem 'rest-client'
6 changes: 3 additions & 3 deletions hooks/ruby/dismiss-review-server/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GEM
mime-types-data (3.2016.0521)
netrc (0.11.0)
rack (1.6.13)
rack-protection (1.5.3)
rack-protection (1.5.5)
rack
rest-client (2.0.1)
http-cookie (>= 1.0.2, < 2.0)
Expand All @@ -32,7 +32,7 @@ PLATFORMS
DEPENDENCIES
json (~> 1.8)
rest-client
sinatra (~> 1.3.5)
sinatra (~> 1.3.6)

BUNDLED WITH
1.14.4
1.17.3

0 comments on commit d7d7db1

Please sign in to comment.