[refs #811] add Turbo Sprockets

This commit is contained in:
Alexander Machehin 2013-01-25 13:18:50 +06:00
parent e65a00e622
commit 9297699a79
2 changed files with 5 additions and 0 deletions

View File

@ -65,6 +65,7 @@ group :assets do
gem 'uglifier', '~> 1.2.4'
gem 'therubyracer', '~> 0.10.2', :platforms => [:mri, :rbx]
gem 'therubyrhino', '~> 1.73.1', :platforms => :jruby
gem 'turbo-sprockets-rails3'
end
group :production do

View File

@ -354,6 +354,9 @@ GEM
treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)
turbo-sprockets-rails3 (0.3.6)
railties (> 3.2.8, < 4.0.0)
sprockets (>= 2.0.0)
tzinfo (0.3.35)
uglifier (1.2.7)
execjs (>= 0.3.0)
@ -439,6 +442,7 @@ DEPENDENCIES
therubyracer (~> 0.10.2)
therubyrhino (~> 1.73.1)
trinidad (~> 1.0.2)
turbo-sprockets-rails3
uglifier (~> 1.2.4)
unicorn (~> 4.3.1)
whenever (~> 0.7.3)