Update sprockets-rails to version 3.0.0

This commit is contained in:
Erik Michaels-Ober 2015-12-18 02:08:41 -05:00
parent 9ac1aae666
commit bb2b1909a4
1 changed files with 4 additions and 4 deletions

View File

@ -197,10 +197,10 @@ GEM
sprockets (3.5.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (2.3.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sprockets-rails (3.0.0)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.11)
term-ansicolor (1.3.2)
tins (~> 1.0)