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

Commit cde8dcd

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 84da581 commit cde8dcd

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
@@ -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.9)
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.1)
394+
concurrent-ruby (~> 1.0)
395+
rack (> 1, < 3)
399396
sprockets-rails (2.3.3)
400397
actionpack (>= 3.0)
401398
activesupport (>= 3.0)
@@ -412,7 +409,7 @@ GEM
412409
ref
413410
thor (0.19.4)
414411
thread_safe (0.3.6)
415-
tilt (1.4.1)
412+
tilt (2.0.8)
416413
tins (1.13.3)
417414
tzinfo (1.2.3)
418415
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.1)
494491
sqlite3 (~> 1.3.13)
495492
therubyracer (~> 0.12.3)
496493
uglifier (~> 3.2.0)

0 commit comments

Comments
 (0)