Upgrade sprockets to (hopefully) fix intermittent CI failures

element
Marcin Kulik 9 years ago
parent 2e3fd29287
commit 246263fcf8

@ -139,7 +139,7 @@ GEM
method_source (0.8.2)
mime-types (2.6.1)
minitest (5.7.0)
multi_json (1.11.1)
multi_json (1.11.2)
multi_xml (0.5.5)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
@ -230,10 +230,10 @@ GEM
rspec-support (3.0.4)
ruby-hmac (0.4.0)
sass (3.2.19)
sass-rails (4.0.3)
sass-rails (4.0.5)
railties (>= 4.0.0, < 5.0)
sass (~> 3.2.0)
sprockets (~> 2.8, <= 2.11.0)
sass (~> 3.2.2)
sprockets (~> 2.8, < 3.0)
sprockets-rails (~> 2.0)
shoulda-matchers (2.6.2)
activesupport (>= 3.0.0)
@ -264,12 +264,12 @@ GEM
spring (1.0.0)
spring-commands-rspec (1.0.1)
spring (>= 0.9.1)
sprockets (2.11.0)
sprockets (2.12.4)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.3.1)
sprockets-rails (2.3.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)

Loading…
Cancel
Save