Skip to content

Commit

Permalink
Using v8 and therubyracer
Browse files Browse the repository at this point in the history
  • Loading branch information
kisonecat committed Jun 28, 2013
1 parent da7726f commit b6ca69c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ group :test do
end

group :staging, :production do
# gem 'libv8'
gem 'libv8'
gem 'piwik_analytics', '~> 1.0.1'
end

Expand Down
10 changes: 8 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ GEM
net-ssh (2.6.5)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
newrelic_rpm (3.5.6.46)
nokogiri (1.5.6)
oauth (0.4.7)
oauth-plugin (0.4.1)
Expand All @@ -120,6 +119,9 @@ GEM
omniauth-oauth (1.0.1)
oauth
omniauth (~> 1.0)
omniauth-openid (1.0.1)
omniauth (~> 1.0)
rack-openid (~> 1.3.1)
orm_adapter (0.4.0)
piwik_analytics (1.0.2)
actionpack
Expand All @@ -129,6 +131,9 @@ GEM
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
rack-openid (1.3.1)
rack (>= 1.1.0)
ruby-openid (>= 2.1.8)
rack-ssl (1.3.3)
rack
rack-test (0.6.2)
Expand All @@ -152,6 +157,7 @@ GEM
rdoc (3.12.1)
json (~> 1.4)
ref (1.0.2)
ruby-openid (2.2.3)
rvm-capistrano (1.2.7)
capistrano (>= 2.0.0)
sass (3.2.5)
Expand Down Expand Up @@ -208,11 +214,11 @@ DEPENDENCIES
libv8
merit
mysql2
newrelic_rpm
nokogiri
oauth-plugin (~> 0.4.0)
omniauth
omniauth-oauth
omniauth-openid
piwik_analytics (~> 1.0.1)
rails
rvm-capistrano
Expand Down

0 comments on commit b6ca69c

Please sign in to comment.