Commit ca9cffab23e3d1edc5703998b8f91bec3ce16eca

Authored by renansoares
1 parent 220e8cfb
Exists in master and in 1 other branch v2

update all files to rails 2.1.1

Showing 2 changed files with 5 additions and 1 deletions   Show diff stats
Gemfile
... ... @@ -91,3 +91,6 @@ group :test do
91 91 gem 'launchy'
92 92 gem 'selenium-webdriver'
93 93 end
  94 +
  95 +gem 'libv8', '~>3.16.14.3'
  96 +
... ...
Gemfile.lock
... ... @@ -379,7 +379,7 @@ GEM
379 379 net-scp (>= 1.1.2)
380 380 net-ssh (>= 2.8.0)
381 381 therubyracer (0.12.1)
382   - libv8 (~> 3.16.14.0)
  382 + libv8 (~> 3.16.14.3)
383 383 ref
384 384 thin (1.6.2)
385 385 daemons (>= 1.0.9)
... ... @@ -456,6 +456,7 @@ DEPENDENCIES
456 456 kaminari-bootstrap (~> 0.1.3)
457 457 launchy
458 458 less-rails
  459 + libv8 (~> 3.16.14.3)
459 460 mysql2
460 461 pry-debugger
461 462 pry-rails
... ...