Skip to content

Commit

Permalink
fix: api/ruby/building-a-ci-server/Gemfile & api/ruby/building-a-ci-s…
Browse files Browse the repository at this point in the history
…erver/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 313d085
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/ruby/building-a-ci-server/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'
6 changes: 3 additions & 3 deletions api/ruby/building-a-ci-server/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
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 313d085

Please sign in to comment.