Skip to content

Commit

Permalink
fix: api/ruby/rendering-data-as-graphs/Gemfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-SINATRA-6483832
  • Loading branch information
snyk-bot committed Nov 25, 2024
1 parent 089748f commit 790c361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/ruby/rendering-data-as-graphs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source "https://rubygems.org"

gem "json", "~>2.3.0"
gem "octokit", "~>4.7.0"
gem "sinatra", "~>1.4.8"
gem "sinatra", "~> 4.1.0"
gem "sinatra_auth_github", "~>1.2.0"

0 comments on commit 790c361

Please sign in to comment.