Skip to content

Commit

Permalink
fix: samples/server/petstore/ruby-sinatra/Gemfile to reduce vulnerabi…
Browse files Browse the repository at this point in the history
…lities (#661)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACK-3237240

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
Stanislav1975 and snyk-bot authored Jan 22, 2023
1 parent 5460bb9 commit 0b37b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/server/petstore/ruby-sinatra/Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem "webrick"
gem "sinatra"
gem "sinatra", ">= 2.0.0"
gem "sinatra-cross_origin"

0 comments on commit 0b37b59

Please sign in to comment.