Skip to content

Commit

Permalink
fix: api/ruby/delivering-deployments/Gemfile & api/ruby/delivering-de…
Browse files Browse the repository at this point in the history
…ployments/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 23, 2022
1 parent 74a8069 commit 8c6eedf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/ruby/delivering-deployments/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "http://rubygems.org"

gem "json", "~> 1.8"
gem 'sinatra', '~> 1.3.5'
gem 'sinatra', '~> 1.3.6'
gem "shotgun"
gem "octokit", '~> 3.0'
10 changes: 5 additions & 5 deletions api/ruby/delivering-deployments/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ GEM
multipart-post (2.0.0)
octokit (3.0.0)
sawyer (~> 0.5.3)
rack (1.5.2)
rack-protection (1.5.2)
rack (1.6.13)
rack-protection (1.5.5)
rack
sawyer (0.5.4)
addressable (~> 2.3.5)
faraday (~> 0.8, < 0.10)
shotgun (0.9)
shotgun (0.9.2)
rack (>= 1.0)
sinatra (1.3.6)
rack (~> 1.4)
Expand All @@ -29,7 +29,7 @@ DEPENDENCIES
json (~> 1.8)
octokit (~> 3.0)
shotgun
sinatra (~> 1.3.5)
sinatra (~> 1.3.6)

BUNDLED WITH
1.11.2
1.17.3

0 comments on commit 8c6eedf

Please sign in to comment.