Skip to content

Commit a337cd2

Browse files
committed
fix: Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-SINATRA-6483832
1 parent 33059cf commit a337cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44

55
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
66

7-
gem "sinatra", "2.0.1"
7+
gem "sinatra", "4.1.0"
88
gem "puma", "4.2.1"
99
gem 'puma-metrics'
1010

0 commit comments

Comments
 (0)