diff --git a/Gemfile b/Gemfile index a410b3d..57811d8 100644 --- a/Gemfile +++ b/Gemfile @@ -107,4 +107,5 @@ group :assets do gem 'therubyracer', :platform => :ruby # C Ruby (MRI) or Rubinius, but NOT Windows gem 'uglifier', '>= 1.0.3' gem 'underscore-rails' -end \ No newline at end of file + gem 'turbo-sprockets-rails3' +end diff --git a/Gemfile.lock b/Gemfile.lock index 17f8a2a..24cbebe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -303,6 +303,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) @@ -372,6 +375,7 @@ DEPENDENCIES therubyracer thin timecop + turbo-sprockets-rails3 uglifier (>= 1.0.3) underscore-rails unicorn -- libgit2 0.21.2