Skip to content

Commit

Permalink
add rubyracer
Browse files Browse the repository at this point in the history
  • Loading branch information
despo committed Mar 30, 2012
1 parent 3aa1913 commit 4240c39
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 @@ -3,6 +3,7 @@ source :rubygems
gem 'sinatra'
gem 'haml'
gem 'coffee-script'
gem 'therubyracer'

group :development do
gem 'sinatra-reloader'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -25,6 +25,7 @@ GEM
rubyzip
launchy (2.1.0)
addressable (~> 2.2.6)
libv8 (3.3.10.4)
mime-types (1.18)
multi_json (1.1.0)
netrc (0.7.1)
Expand All @@ -49,6 +50,8 @@ GEM
tilt (~> 1.3)
sinatra-reloader (1.0)
sinatra-contrib
therubyracer (0.10.0)
libv8 (~> 3.3.10)
thor (0.14.6)
tilt (1.3.3)

Expand All @@ -62,3 +65,4 @@ DEPENDENCIES
heroku
sinatra
sinatra-reloader
therubyracer

0 comments on commit 4240c39

Please sign in to comment.