Skip to content

Commit

Permalink
I needed to add therubyracer to make the tests run.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanvda committed Jan 24, 2012
1 parent faaf76d commit da1a6e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -24,4 +24,5 @@ group :test do
gem "mocha", ">= 0.9.12"
gem "turn", ">= 0.8.2"
gem "minitest"
gem 'therubyracer', :platforms => :ruby
end
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -48,6 +48,7 @@ GEM
railties (>= 3.2.0.beta, < 5.0)
thor (~> 0.14)
json (1.6.5)
libv8 (3.3.10.4)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
mail (2.4.1)
Expand Down Expand Up @@ -102,6 +103,8 @@ GEM
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.5)
therubyracer (0.9.9)
libv8 (~> 3.3.10)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
Expand All @@ -127,5 +130,6 @@ DEPENDENCIES
ruby-debug19
sass
sqlite3
therubyracer
turn (>= 0.8.2)
uglifier

0 comments on commit da1a6e8

Please sign in to comment.