Commit d3e0dc1345c26b7cb2550960e52a4694a3b2965b

Authored by Shuky Dvir
2 parents d3f91ed4 bbb18635
Exists in master and in 1 other branch production

Merge pull request #357 from khustochka/get-back-turbo-sprockets

Get turbo-sprockets-rails3 back
Showing 2 changed files with 6 additions and 1 deletions   Show diff stats
Gemfile
... ... @@ -107,4 +107,5 @@ group :assets do
107 107 gem 'therubyracer', :platform => :ruby # C Ruby (MRI) or Rubinius, but NOT Windows
108 108 gem 'uglifier', '>= 1.0.3'
109 109 gem 'underscore-rails'
110   -end
111 110 \ No newline at end of file
  111 + gem 'turbo-sprockets-rails3'
  112 +end
... ...
Gemfile.lock
... ... @@ -303,6 +303,9 @@ GEM
303 303 treetop (1.4.12)
304 304 polyglot
305 305 polyglot (>= 0.3.1)
  306 + turbo-sprockets-rails3 (0.3.6)
  307 + railties (> 3.2.8, < 4.0.0)
  308 + sprockets (>= 2.0.0)
306 309 tzinfo (0.3.35)
307 310 uglifier (1.2.7)
308 311 execjs (>= 0.3.0)
... ... @@ -372,6 +375,7 @@ DEPENDENCIES
372 375 therubyracer
373 376 thin
374 377 timecop
  378 + turbo-sprockets-rails3
375 379 uglifier (>= 1.0.3)
376 380 underscore-rails
377 381 unicorn
... ...