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

Commit 6b1887a

Browse files
Bump sprockets from 2.12.4 to 3.7.1
Bumps [sprockets](https://github.com/rails/sprockets) from 2.12.4 to 3.7.1. - [Changelog](https://github.com/rails/sprockets/blob/master/CHANGELOG.md) - [Commits](rails/sprockets@v2.12.4...v3.7.1)
1 parent 7fff160 commit 6b1887a

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
@@ -25,7 +25,7 @@ gem 'equivalent-xml', '~> 0.6.0'
2525
gem 'jquery-rails', '~> 4.3.1'
2626
gem 'rails_autolink', '~> 1.1.6'
2727
gem 'qa', '~> 1.1.0'
28-
gem 'sprockets', '~> 2.12.4' # locked
28+
gem 'sprockets', '~> 3.7.1' # locked
2929
gem 'rack-dev-mark', '~> 0.7.5'
3030

3131
# Deploy with Capistrano

Gemfile.lock

+7-10
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ GEM
116116
coffee-script-source
117117
execjs
118118
coffee-script-source (1.10.0)
119+
concurrent-ruby (1.0.5)
119120
coveralls (0.8.21)
120121
json (>= 1.8, < 3)
121122
simplecov (~> 0.14.1)
@@ -147,7 +148,6 @@ GEM
147148
globalid (0.3.7)
148149
activesupport (>= 4.1.0)
149150
hashie (3.5.6)
150-
hike (1.2.3)
151151
hooks (0.3.6)
152152
uber (~> 0.0.4)
153153
http-cookie (1.0.2)
@@ -211,7 +211,6 @@ GEM
211211
mini_mime (0.1.3)
212212
mini_portile2 (2.3.0)
213213
minitest (5.10.2)
214-
multi_json (1.12.1)
215214
multi_xml (0.5.5)
216215
multipart-post (2.0.0)
217216
net-scp (1.2.1)
@@ -260,7 +259,7 @@ GEM
260259
nokogiri (~> 1.6)
261260
rails (>= 4.2.0, < 6.0)
262261
rdf
263-
rack (1.6.8)
262+
rack (1.6.9)
264263
rack-dev-mark (0.7.5)
265264
rack (>= 1.1)
266265
rack-test (0.6.3)
@@ -386,11 +385,9 @@ GEM
386385
nokogiri
387386
stomp
388387
xml-simple
389-
sprockets (2.12.4)
390-
hike (~> 1.2)
391-
multi_json (~> 1.0)
392-
rack (~> 1.0)
393-
tilt (~> 1.1, != 1.3.0)
388+
sprockets (3.7.1)
389+
concurrent-ruby (~> 1.0)
390+
rack (> 1, < 3)
394391
sprockets-rails (2.3.3)
395392
actionpack (>= 3.0)
396393
activesupport (>= 3.0)
@@ -407,7 +404,7 @@ GEM
407404
ref
408405
thor (0.19.4)
409406
thread_safe (0.3.6)
410-
tilt (1.4.1)
407+
tilt (2.0.8)
411408
tins (1.13.3)
412409
tzinfo (1.2.3)
413410
thread_safe (~> 0.1)
@@ -485,7 +482,7 @@ DEPENDENCIES
485482
sitemap_generator (~> 5.3.1)
486483
solrizer (~> 3.1.0)
487484
solrizer-fedora!
488-
sprockets (~> 2.12.4)
485+
sprockets (~> 3.7.1)
489486
sqlite3 (~> 1.3.13)
490487
therubyracer (~> 0.12.3)
491488
uglifier (~> 3.2.0)

0 commit comments

Comments
 (0)