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

Commit 667107a

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] <[email protected]>
1 parent a0fa3e7 commit 667107a

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)
@@ -219,7 +219,6 @@ GEM
219219
mini_mime (0.1.3)
220220
mini_portile2 (2.3.0)
221221
minitest (5.10.2)
222-
multi_json (1.12.1)
223222
multi_xml (0.6.0)
224223
multipart-post (2.0.0)
225224
net-scp (1.2.1)
@@ -268,7 +267,7 @@ GEM
268267
nokogiri (~> 1.6)
269268
rails (>= 4.2.0, < 6.0)
270269
rdf
271-
rack (1.6.8)
270+
rack (1.6.10)
272271
rack-dev-mark (0.7.5)
273272
rack (>= 1.1)
274273
rack-test (0.6.3)
@@ -391,11 +390,9 @@ GEM
391390
nokogiri
392391
stomp
393392
xml-simple
394-
sprockets (2.12.4)
395-
hike (~> 1.2)
396-
multi_json (~> 1.0)
397-
rack (~> 1.0)
398-
tilt (~> 1.1, != 1.3.0)
393+
sprockets (3.7.2)
394+
concurrent-ruby (~> 1.0)
395+
rack (> 1, < 3)
399396
sprockets-rails (2.3.3)
400397
actionpack (>= 3.0)
401398
activesupport (>= 3.0)
@@ -411,7 +408,7 @@ GEM
411408
ref
412409
thor (0.19.4)
413410
thread_safe (0.3.6)
414-
tilt (1.4.1)
411+
tilt (2.0.8)
415412
tins (1.13.3)
416413
tzinfo (1.2.3)
417414
thread_safe (~> 0.1)
@@ -490,7 +487,7 @@ DEPENDENCIES
490487
sitemap_generator (~> 5.3.1)
491488
solrizer (~> 3.1.0)
492489
solrizer-fedora!
493-
sprockets (~> 2.12.4)
490+
sprockets (~> 3.7.2)
494491
therubyracer (~> 0.12.3)
495492
uglifier (~> 3.2.0)
496493
unicode (= 0.4.4.3)

0 commit comments

Comments
 (0)