Skip to content

Commit bdef010

Browse files
authored
Merge pull request #304 from pact-foundation/snyk-fix-7ad1470a0bf12f0513a757bbd08d0cc5
[Snyk] Security upgrade sinatra from 3.0.6 to 4.0.0
2 parents 9f232ed + 4028087 commit bdef010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/animal-service/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ gem 'rake'
1010
gem 'rack', '~> 2.2', '>= 2.2.6.4'
1111
gem 'sqlite3'
1212
gem 'sequel'
13-
gem 'sinatra'
13+
gem 'sinatra', '>= 4.0.0'

0 commit comments

Comments
 (0)