[refs #811] add Turbo Sprockets
This commit is contained in:
parent
e65a00e622
commit
9297699a79
1
Gemfile
1
Gemfile
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue