Skip to content

Commit

Permalink
the ruby racer reinstalled
Browse files Browse the repository at this point in the history
  • Loading branch information
kisonecat committed Feb 8, 2016
1 parent 11c3737 commit 23719ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ group :test do
end

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

group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'

# gem 'therubyracer'
gem 'therubyracer'

gem 'uglifier', '>= 1.0.3'
gem 'turbo-sprockets-rails3'
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ GEM
less-rails (2.2.6)
actionpack (>= 3.1)
less (~> 2.2.0)
libv8 (3.16.14.13)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
Expand Down Expand Up @@ -155,6 +156,7 @@ GEM
rake (10.0.3)
rdoc (3.12.1)
json (~> 1.4)
ref (2.0.0)
ruby-openid (2.2.3)
rvm-capistrano (1.2.7)
capistrano (>= 2.0.0)
Expand All @@ -169,6 +171,9 @@ GEM
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.7)
therubyracer (0.12.2)
libv8 (~> 3.16.14.0)
ref
thin (1.5.0)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
Expand Down Expand Up @@ -207,6 +212,7 @@ DEPENDENCIES
jquery-rails
json
less-rails
libv8
merit
mysql2
nokogiri
Expand All @@ -219,6 +225,7 @@ DEPENDENCIES
rvm-capistrano
sass-rails (~> 3.2.3)
sqlite3
therubyracer
thin
tokenifier (~> 0.1)
turbo-sprockets-rails3
Expand Down

0 comments on commit 23719ea

Please sign in to comment.