From 9297699a79dab9e9191adf7a043d25114e95a7d3 Mon Sep 17 00:00:00 2001 From: Alexander Machehin Date: Fri, 25 Jan 2013 13:18:50 +0600 Subject: [PATCH] [refs #811] add Turbo Sprockets --- Gemfile | 1 + Gemfile.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 2670bcbcf..a99cf4ca7 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 6b9c5ee2c..ec0ba7dc8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)