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

[Security] Bump sprockets from 2.12.4 to 3.7.2 #465

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem 'equivalent-xml', '~> 0.6.0'
gem 'jquery-rails', '~> 4.3.1'
gem 'rails_autolink', '~> 1.1.6'
gem 'qa', '~> 1.1.0'
gem 'sprockets', '~> 2.12.4' # locked
gem 'sprockets', '~> 3.7.2' # locked

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Layout/ExtraSpacing: Unnecessary spacing detected.

gem 'rack-dev-mark', '~> 0.7.5'

# Deploy with Capistrano
Expand Down
15 changes: 6 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.10.0)
concurrent-ruby (1.0.5)
coveralls (0.8.21)
json (>= 1.8, < 3)
simplecov (~> 0.14.1)
Expand Down Expand Up @@ -156,7 +157,6 @@ GEM
globalid (0.4.1)
activesupport (>= 4.2.0)
hashie (3.5.6)
hike (1.2.3)
hooks (0.3.6)
uber (~> 0.0.4)
http-cookie (1.0.2)
Expand Down Expand Up @@ -220,7 +220,6 @@ GEM
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.10.3)
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
net-scp (1.2.1)
Expand Down Expand Up @@ -391,11 +390,9 @@ GEM
nokogiri
stomp
xml-simple
sprockets (2.12.5)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (2.3.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
Expand All @@ -408,7 +405,7 @@ GEM
tins (~> 1.0)
thor (0.19.4)
thread_safe (0.3.6)
tilt (1.4.1)
tilt (2.0.8)
tins (1.13.3)
tzinfo (1.2.5)
thread_safe (~> 0.1)
Expand Down Expand Up @@ -486,7 +483,7 @@ DEPENDENCIES
sitemap_generator (~> 5.3.1)
solrizer (~> 3.1.0)
solrizer-fedora!
sprockets (~> 2.12.4)
sprockets (~> 3.7.2)
uglifier (~> 3.2.0)
unicorn (~> 5.3.0)

Expand Down