Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
The rubyracer (or other JS enginer) is not required if node-js is ins…
Browse files Browse the repository at this point in the history
…talled.
  • Loading branch information
Mark Steckel committed Aug 19, 2013
1 parent 7d691e1 commit b320d62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ gem 'mysql2'
group :assets do group :assets do
gem 'sass-rails', '~> 3.2.3' gem 'sass-rails', '~> 3.2.3'
gem 'uglifier', '>= 1.0.3' gem 'uglifier', '>= 1.0.3'
gem 'therubyracer', :platforms => :ruby
gem 'anjlab-bootstrap-rails', '>= 2.2', :require => 'bootstrap-rails' gem 'anjlab-bootstrap-rails', '>= 2.2', :require => 'bootstrap-rails'
gem 'jquery-datatables-rails', :github => 'rweng/jquery-datatables-rails' gem 'jquery-datatables-rails', :github => 'rweng/jquery-datatables-rails'
gem 'jquery-ui-rails' gem 'jquery-ui-rails'
Expand Down
6 changes: 0 additions & 6 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ GEM
jslint_on_rails (1.1.1) jslint_on_rails (1.1.1)
json (1.7.7) json (1.7.7)
kgio (2.7.4) kgio (2.7.4)
libv8 (3.11.8.17)
mail (2.4.4) mail (2.4.4)
i18n (>= 0.4.0) i18n (>= 0.4.0)
mime-types (~> 1.16) mime-types (~> 1.16)
Expand Down Expand Up @@ -269,7 +268,6 @@ GEM
redis-store (~> 1.1.0) redis-store (~> 1.1.0)
redis-store (1.1.3) redis-store (1.1.3)
redis (>= 2.2.0) redis (>= 2.2.0)
ref (1.0.5)
rinku (1.7.2) rinku (1.7.2)
rspec (2.12.0) rspec (2.12.0)
rspec-core (~> 2.12.0) rspec-core (~> 2.12.0)
Expand Down Expand Up @@ -335,9 +333,6 @@ GEM
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
statsd-ruby (1.2.0) statsd-ruby (1.2.0)
temple (0.6.5) temple (0.6.5)
therubyracer (0.11.4)
libv8 (~> 3.11.8.12)
ref
thor (0.17.0) thor (0.17.0)
tilt (1.3.3) tilt (1.3.3)
timers (1.1.0) timers (1.1.0)
Expand Down Expand Up @@ -427,7 +422,6 @@ DEPENDENCIES
sinatra (>= 1.3.0) sinatra (>= 1.3.0)
slim (>= 1.1.0) slim (>= 1.1.0)
statsd-ruby statsd-ruby
therubyracer
truncate_html truncate_html
uglifier (>= 1.0.3) uglifier (>= 1.0.3)
unicorn unicorn
Expand Down

0 comments on commit b320d62

Please sign in to comment.