Skip to content

Commit b674d8d

Browse files
jufemaizsnyk-bot
andauthored
fix: Gemfile to reduce vulnerabilities (#34)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-SINATRA-6483832 Co-authored-by: snyk-bot <[email protected]>
1 parent f11c7fb commit b674d8d

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
@@ -9,7 +9,7 @@ source 'https://rubygems.org' do
99
gem 'puma'
1010
gem 'rack', '>= 3.0.0'
1111
gem 'sass'
12-
gem 'sinatra', '>= 2.2.3'
12+
gem 'sinatra', '>= 4.1.0'
1313

1414
group :development do
1515
gem 'rubocop'

0 commit comments

Comments
 (0)