Skip to content

Commit

Permalink
staging seems to need libv8
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegee committed Dec 19, 2012
1 parent 5fe16e4 commit 4a54702
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ group :test do
gem 'factory_girl_rails'
end

group :staging, :production do
gem 'libv8'
end

group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ GEM
json (1.7.5)
jwt (0.1.5)
multi_json (>= 1.0)
libv8 (3.11.8.4)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
Expand Down Expand Up @@ -189,6 +190,7 @@ DEPENDENCIES
factory_girl_rails
jquery-rails
json
libv8
mysql2
oauth-plugin (~> 0.4.0)
oauth2
Expand Down

0 comments on commit 4a54702

Please sign in to comment.