Skip to content

Commit f11c7fb

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source 'https://rubygems.org' do
77
gem 'haml'
88
gem 'linguistics'
99
gem 'puma'
10-
gem 'rack', '>= 2.2.3.1'
10+
gem 'rack', '>= 3.0.0'
1111
gem 'sass'
1212
gem 'sinatra', '>= 2.2.3'
1313

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GEM
2424
powerpack (0.1.2)
2525
puma (5.6.4)
2626
nio4r (~> 2.0)
27-
rack (2.2.4)
27+
rack (3.0.0)
2828
rack-protection (2.2.3)
2929
rack
3030
rainbow (3.0.0)
@@ -63,7 +63,7 @@ DEPENDENCIES
6363
haml!
6464
linguistics!
6565
puma!
66-
rack (>= 2.2.3.1)!
66+
rack (>= 3.0.0)!
6767
rubocop!
6868
sass!
6969
sinatra (>= 2.2.3)!

0 commit comments

Comments
 (0)