Skip to content

Commit

Permalink
Merge pull request #312 from pact-foundation/snyk-fix-489277ea9526e82…
Browse files Browse the repository at this point in the history
…86554e979419c6720

[Snyk] Security upgrade rack from 3.1.4 to 3.1.5
  • Loading branch information
YOU54F committed Aug 6, 2024
2 parents c9c451e + 97e309a commit d512570
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/animal-service/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group :development, :test do
end

gem 'rake'
gem 'rack', '>= 3.0.0'
gem 'rack', '>= 3.1.5'
gem 'sqlite3'
gem 'sequel'
gem 'sinatra', '>= 4.0.0'
4 changes: 2 additions & 2 deletions example/animal-service/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.8.0)
rack (3.1.4)
rack (3.1.7)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
Expand Down Expand Up @@ -107,7 +107,7 @@ PLATFORMS
DEPENDENCIES
pact!
pry
rack (>= 3.0.0)
rack (>= 3.1.5)
rake
rspec
sequel
Expand Down
2 changes: 1 addition & 1 deletion example/zoo-app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ end

gem 'rake'

gem 'rack', '>= 3.0.0'
gem 'rack', '>= 3.1.5'
gem 'httparty', '>= 0.21.0'
4 changes: 2 additions & 2 deletions example/zoo-app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.8.0)
rack (3.1.4)
rack (3.1.7)
rack-test (2.1.0)
rack (>= 1.3)
rackup (2.1.0)
Expand Down Expand Up @@ -107,7 +107,7 @@ DEPENDENCIES
pact!
pact_broker-client
pry
rack (>= 3.0.0)
rack (>= 3.1.5)
rake
rspec

Expand Down

0 comments on commit d512570

Please sign in to comment.