diff options
author | Robert Speicher <rspeicher@gmail.com> | 2018-06-22 11:10:15 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2018-06-22 11:10:15 -0500 |
commit | fce42cbc8ac47285c24cc60de82d7a2dd25c1184 (patch) | |
tree | 01422b9bef80bac758ea995ae63f02eacafce25e /Gemfile.lock | |
parent | 69a7a9f91728836c3bc84e0c507db930566178b8 (diff) | |
download | gitlab-ce-fce42cbc8ac47285c24cc60de82d7a2dd25c1184.tar.gz |
Bump sprockets to 3.7.2 to address CVE-2018-3760
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 3c619b2e534..fdc8f54e9c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -867,7 +867,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.1) |