Skip to content

Commit

Permalink
added the ruby racer
Browse files Browse the repository at this point in the history
  • Loading branch information
xecutioner committed Sep 12, 2011
1 parent 46d8675 commit 1b7d820
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ db/*.sqlite3
log/*.log
tmp/
.sass-cache/
.redcar/*
.Gemfile.lock
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'rails', '3.1.0'
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3'

gem 'therubyracer'

# Gems used only for assets and not required
# in production environments by default.
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ GEM
jquery-rails (1.0.14)
railties (~> 3.0)
thor (~> 0.14)
libv8 (3.3.10.2)
mail (2.3.0)
i18n (>= 0.4.0)
mime-types (~> 1.16)
Expand Down Expand Up @@ -92,6 +93,8 @@ GEM
rack (~> 1.0)
tilt (!= 1.3.0, ~> 1.1)
sqlite3 (1.3.4)
therubyracer (0.9.4)
libv8 (~> 3.3.10)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
Expand All @@ -113,5 +116,6 @@ DEPENDENCIES
rails (= 3.1.0)
sass-rails (~> 3.1.0)
sqlite3
therubyracer
turn
uglifier

0 comments on commit 1b7d820

Please sign in to comment.