diff --git a/Gemfile b/Gemfile index 1758fc9..9810ccf 100644 --- a/Gemfile +++ b/Gemfile @@ -100,3 +100,5 @@ group :assets do gem 'therubyracer', :platform => :ruby # C Ruby (MRI) or Rubinius, but NOT Windows gem 'uglifier', '>= 1.0.3' end + +gem 'turbo-sprockets-rails3' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 7735b77..1576fdd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -284,6 +284,9 @@ GEM treetop (1.4.10) polyglot polyglot (>= 0.3.1) + turbo-sprockets-rails3 (0.1.10) + railties (>= 3.1.0) + sprockets (>= 2.0.0) tzinfo (0.3.33) uglifier (1.2.7) execjs (>= 0.3.0) @@ -352,6 +355,7 @@ DEPENDENCIES therubyracer thin timecop + turbo-sprockets-rails3 uglifier (>= 1.0.3) unicorn useragent (~> 0.3.1) -- libgit2 0.21.2