Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade rack from 3.1.4 to 3.1.5 #312

Merged
merged 4 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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