Commit ddaedaef1ae90ccfa1146b816000a28b6503ace9

Authored by Dmitriy Zaporozhets
1 parent ea7e1636

Fix therubyracer dependencies

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
Gemfile.lock
... ... @@ -378,6 +378,7 @@ GEM
378 378 redis-store (~> 1.1.0)
379 379 redis-store (1.1.3)
380 380 redis (>= 2.2.0)
  381 + ref (1.0.4)
381 382 request_store (1.0.5)
382 383 rest-client (1.6.7)
383 384 mime-types (>= 1.16)
... ... @@ -463,7 +464,8 @@ GEM
463 464 terminal-table (1.4.5)
464 465 test_after_commit (0.0.1)
465 466 therubyracer (0.11.4)
466   - libv8 (>= 3.11.8.17)
  467 + libv8 (~> 3.11.8.12)
  468 + ref
467 469 thin (1.5.0)
468 470 daemons (>= 1.0.9)
469 471 eventmachine (>= 0.12.6)
... ...