Skip to content

Commit

Permalink
Update Rack dependency to 2.0.8 for security issue (#162)
Browse files Browse the repository at this point in the history
* Update Rack dependency to 2.0.8 for security issue
  • Loading branch information
mrotondo authored Jan 13, 2020
1 parent 8790bac commit 763ed62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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

0 comments on commit 763ed62

Please sign in to comment.