Commit d3e0dc1345c26b7cb2550960e52a4694a3b2965b
Exists in
master
and in
1 other branch
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
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 | ... | ... |