Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit 9fb6465

Browse files
[Security] Bump sprockets from 2.12.4 to 3.7.2
Bumps [sprockets](http://getsprockets.org/) from 2.12.4 to 3.7.2. **This update includes security fixes.** Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 7f74f34 commit 9fb6465

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gem 'equivalent-xml', '~> 0.6.0'
2626
gem 'jquery-rails', '~> 4.3.1'
2727
gem 'rails_autolink', '~> 1.1.6'
2828
gem 'qa', '~> 1.1.0'
29-
gem 'sprockets', '~> 2.12.4' # locked
29+
gem 'sprockets', '~> 3.7.2' # locked
3030
gem 'rack-dev-mark', '~> 0.7.5'
3131

3232
# Deploy with Capistrano

Gemfile.lock

+7-10
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ GEM
125125
coffee-script-source
126126
execjs
127127
coffee-script-source (1.10.0)
128+
concurrent-ruby (1.0.5)
128129
coveralls (0.8.21)
129130
json (>= 1.8, < 3)
130131
simplecov (~> 0.14.1)
@@ -156,7 +157,6 @@ GEM
156157
globalid (0.3.7)
157158
activesupport (>= 4.1.0)
158159
hashie (3.5.6)
159-
hike (1.2.3)
160160
hooks (0.3.6)
161161
uber (~> 0.0.4)
162162
http-cookie (1.0.2)
@@ -218,7 +218,6 @@ GEM
218218
mini_mime (0.1.3)
219219
mini_portile2 (2.3.0)
220220
minitest (5.10.2)
221-
multi_json (1.12.1)
222221
multi_xml (0.6.0)
223222
multipart-post (2.0.0)
224223
net-scp (1.2.1)
@@ -267,7 +266,7 @@ GEM
267266
nokogiri (~> 1.6)
268267
rails (>= 4.2.0, < 6.0)
269268
rdf
270-
rack (1.6.8)
269+
rack (1.6.10)
271270
rack-dev-mark (0.7.5)
272271
rack (>= 1.1)
273272
rack-test (0.6.3)
@@ -389,11 +388,9 @@ GEM
389388
nokogiri
390389
stomp
391390
xml-simple
392-
sprockets (2.12.4)
393-
hike (~> 1.2)
394-
multi_json (~> 1.0)
395-
rack (~> 1.0)
396-
tilt (~> 1.1, != 1.3.0)
391+
sprockets (3.7.2)
392+
concurrent-ruby (~> 1.0)
393+
rack (> 1, < 3)
397394
sprockets-rails (2.3.3)
398395
actionpack (>= 3.0)
399396
activesupport (>= 3.0)
@@ -406,7 +403,7 @@ GEM
406403
tins (~> 1.0)
407404
thor (0.19.4)
408405
thread_safe (0.3.6)
409-
tilt (1.4.1)
406+
tilt (2.0.8)
410407
tins (1.13.3)
411408
tzinfo (1.2.3)
412409
thread_safe (~> 0.1)
@@ -484,7 +481,7 @@ DEPENDENCIES
484481
sitemap_generator (~> 5.3.1)
485482
solrizer (~> 3.1.0)
486483
solrizer-fedora!
487-
sprockets (~> 2.12.4)
484+
sprockets (~> 3.7.2)
488485
uglifier (~> 3.2.0)
489486
unicorn (~> 5.3.0)
490487

0 commit comments

Comments
 (0)