diff options
author | Daigo 3 Dango <zunda@users.noreply.github.com> | 2018-06-20 13:22:37 +0000 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-06-20 15:22:37 +0200 |
commit | cd1b90d22326972e31698c2cb9056a833995a08c (patch) | |
tree | e9ba7341909d48238ea8deb1ec5a95038bf759e3 | |
parent | 926bfce46565a9b33a627fa8e600c39d0140f8b3 (diff) |
Update sprockets gem (#7858)
https://blog.heroku.com/rails-asset-pipeline-vulnerability
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index a99575147..e1929a05c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -567,7 +567,7 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - sprockets (3.7.1) + sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.2.1) @@ -764,4 +764,4 @@ RUBY VERSION ruby 2.5.0p0 BUNDLED WITH - 1.16.1 + 1.16.2 |