Skip to content

Commit

Permalink
fix: hooks/ruby/configuring-your-server/Gemfile & hooks/ruby/configur…
Browse files Browse the repository at this point in the history
…ing-your-server/Gemfile.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-SINATRA-3150405
  • Loading branch information
snyk-bot committed Nov 30, 2022
1 parent 74a8069 commit 382bae1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion hooks/ruby/configuring-your-server/Gemfile
@@ -1,4 +1,4 @@
source "http://rubygems.org"

gem "json", "~> 1.8"
gem 'sinatra', '~> 1.3.5'
gem 'sinatra', '~> 2.2.3'
22 changes: 13 additions & 9 deletions hooks/ruby/configuring-your-server/Gemfile.lock
Expand Up @@ -2,21 +2,25 @@ GEM
remote: http://rubygems.org/
specs:
json (1.8.3)
rack (1.6.13)
rack-protection (1.5.2)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
rack (2.2.4)
rack-protection (2.2.3)
rack
sinatra (1.3.6)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
tilt (1.4.1)
ruby2_keywords (0.0.5)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.3)
tilt (~> 2.0)
tilt (2.0.11)

PLATFORMS
ruby

DEPENDENCIES
json (~> 1.8)
sinatra (~> 1.3.5)
sinatra (~> 2.2.3)

BUNDLED WITH
1.11.2
1.17.3

0 comments on commit 382bae1

Please sign in to comment.