From 11c3737cf9d70e7bc226daf3a8af4b7bca141fdf Mon Sep 17 00:00:00 2001 From: Jim Fowler Date: Mon, 8 Feb 2016 10:36:33 -0500 Subject: [PATCH] bundle installed --- Gemfile | 4 ++-- Gemfile.lock | 21 +++++++++------------ 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index 456a494..26a155a 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ group :test do end group :staging, :production do - gem 'libv8' + # gem 'libv8' gem 'piwik_analytics', '~> 1.0.1' end @@ -44,7 +44,7 @@ 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' diff --git a/Gemfile.lock b/Gemfile.lock index 7098a74..80bb6f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,7 +32,7 @@ GEM arel (3.0.2) bcrypt-ruby (3.0.1) builder (3.0.4) - capistrano (2.14.1) + capistrano (2.15.7) highline net-scp (>= 1.0.0) net-sftp (>= 2.0.0) @@ -66,7 +66,7 @@ GEM gibberish (1.2.2) gravatar_image_tag (1.1.3) hashie (1.2.0) - highline (1.6.15) + highline (1.7.8) hike (1.2.1) httpauth (0.2.0) i18n (0.6.1) @@ -82,7 +82,6 @@ GEM less-rails (2.2.6) actionpack (>= 3.1) less (~> 2.2.0) - libv8 (3.11.8.12) mail (2.4.4) i18n (>= 0.4.0) mime-types (~> 1.16) @@ -93,11 +92,11 @@ GEM multi_json (1.6.0) multipart-post (1.1.5) mysql2 (0.3.11) - net-scp (1.1.0) + net-scp (1.2.1) net-ssh (>= 2.6.5) - net-sftp (2.1.1) + net-sftp (2.1.2) net-ssh (>= 2.6.5) - net-ssh (2.6.5) + net-ssh (3.0.2) net-ssh-gateway (1.2.0) net-ssh (>= 2.6.5) nokogiri (1.5.6) @@ -156,7 +155,6 @@ GEM rake (10.0.3) 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) @@ -171,8 +169,6 @@ GEM rack (~> 1.0) tilt (~> 1.1, != 1.3.0) sqlite3 (1.3.7) - therubyracer (0.11.3) - ref thin (1.5.0) daemons (>= 1.0.9) eventmachine (>= 0.12.6) @@ -203,7 +199,7 @@ PLATFORMS DEPENDENCIES ambry - capistrano + capistrano (~> 2.15.5) coffee-rails (~> 3.2.1) devise factory_girl_rails @@ -211,7 +207,6 @@ DEPENDENCIES jquery-rails json less-rails - libv8 merit mysql2 nokogiri @@ -224,9 +219,11 @@ DEPENDENCIES rvm-capistrano sass-rails (~> 3.2.3) sqlite3 - therubyracer thin tokenifier (~> 0.1) turbo-sprockets-rails3 twitter-bootstrap-rails uglifier (>= 1.0.3) + +BUNDLED WITH + 1.10.6