Skip to content

Commit

Permalink
Merge pull request #1743 from chef/GH1742-upgrade-sprockets-gem
Browse files Browse the repository at this point in the history
Upgrade Sprockets [CVE-2018-3760]
  • Loading branch information
robbkidd authored Jul 1, 2018
2 parents 8403f4f + 950923c commit 590f7f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/fieri/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ GEM
method_source (~> 0.8.1)
slop (~> 3.4)
public_suffix (2.0.5)
rack (2.0.4)
rack (2.0.5)
rack-protection (2.0.1)
rack
rack-test (0.6.3)
Expand Down Expand Up @@ -198,7 +198,7 @@ GEM
rack-protection (>= 1.5.0)
redis (~> 3.2, >= 3.2.1)
slop (3.6.0)
sprockets (3.7.1)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
Expand Down
4 changes: 2 additions & 2 deletions src/supermarket/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ GEM
public_suffix (2.0.5)
pundit (1.1.0)
activesupport (>= 3.0.0)
rack (2.0.4)
rack (2.0.5)
rack-protection (2.0.1)
rack
rack-test (0.6.3)
Expand Down Expand Up @@ -555,7 +555,7 @@ GEM
activesupport (>= 4.2)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
sprockets (3.7.1)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.0)
Expand Down

0 comments on commit 590f7f8

Please sign in to comment.