Skip to content

Commit

Permalink
fix: api/ruby/building-your-first-github-app/Gemfile & api/ruby/build…
Browse files Browse the repository at this point in the history
…ing-your-first-github-app/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 1dd2358
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion api/ruby/building-your-first-github-app/Gemfile
@@ -1,5 +1,5 @@
source 'http://rubygems.org'

gem 'sinatra', '~> 2.0'
gem 'sinatra', '~> 2.2', '>= 2.2.3'
gem 'jwt', '~> 2.1'
gem 'octokit', '~> 4.0'
22 changes: 12 additions & 10 deletions api/ruby/building-your-first-github-app/Gemfile.lock
Expand Up @@ -7,30 +7,32 @@ GEM
multipart-post (>= 1.2, < 3)
jwt (2.1.0)
multipart-post (2.0.0)
mustermann (1.0.2)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
octokit (4.9.0)
sawyer (~> 0.8.0, >= 0.5.3)
public_suffix (3.0.2)
rack (2.2.2)
rack-protection (2.0.3)
rack (2.2.4)
rack-protection (2.2.3)
rack
ruby2_keywords (0.0.5)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
sinatra (2.0.3)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.3)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.3)
tilt (~> 2.0)
tilt (2.0.8)
tilt (2.0.11)

PLATFORMS
ruby

DEPENDENCIES
jwt (~> 2.1)
octokit (~> 4.0)
sinatra (~> 2.0)
sinatra (~> 2.2, >= 2.2.3)

BUNDLED WITH
1.14.6
1.17.3

0 comments on commit 1dd2358

Please sign in to comment.