Update sprockets to version 3.3.2

This commit is contained in:
Erik Michaels-Ober 2015-08-20 05:19:42 +02:00
parent 9a37cf7d9c
commit 8e352bbaaa
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -6,6 +6,8 @@
# Ignore bundler config. # Ignore bundler config.
/.bundle /.bundle
# Ignore bundle
/vendor/bundle /vendor/bundle
# Ignore SimpleCov directory. # Ignore SimpleCov directory.

View File

@ -199,7 +199,7 @@ GEM
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
slop (3.6.0) slop (3.6.0)
spring (1.3.6) spring (1.3.6)
sprockets (3.3.1) sprockets (3.3.2)
rack (~> 1.0) rack (~> 1.0)
sprockets-rails (2.3.2) sprockets-rails (2.3.2)
actionpack (>= 3.0) actionpack (>= 3.0)