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

Update Rack dependency to 2.0.8 for security issue #162

Merged
merged 2 commits into from
Jan 13, 2020
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: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

# Specify your gem's dependencies in cfa-styleguide.gemspec
gemspec

gem "rack", ">= 2.0.8"
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ GEM
byebug (~> 10.0)
pry (~> 0.10)
public_suffix (3.0.3)
rack (2.0.6)
rack (2.1.1)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.2.1)
Expand Down Expand Up @@ -263,6 +263,7 @@ DEPENDENCIES
github_changelog_generator
percy-capybara (~> 4.0.0.pre.beta2)
pry-byebug
rack (>= 2.0.8)
rails (>= 3.1)
rake (~> 10.0)
rspec
Expand Down