diff --git a/Gemfile b/Gemfile index fbb10ce..1ee6f77 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'rails', '3.2.9' # gem 'rails', :git => 'git://github.com/rails/rails.git' gem 'sqlite3' -gem 'mysql2' +#gem 'mysql2' # Gems used only for assets and not required @@ -44,6 +44,8 @@ gem 'nokogiri' gem "devise" +gem "therubyracer", group: :production + # To use ActiveModel has_secure_password # gem 'bcrypt-ruby', '~> 3.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 66d65d0..9d03532 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,8 @@ GEM jquery-rails (2.1.4) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) - json (1.7.5) + json (1.8.1) + libv8 (3.16.14.19) mail (2.4.4) i18n (>= 0.4.0) mime-types (~> 1.16) @@ -88,7 +89,6 @@ GEM compass (>= 0.11.5) sassy-math (>= 1.2) multi_json (1.5.0) - mysql2 (0.3.11) net-scp (1.0.4) net-ssh (>= 1.99.1) net-sftp (2.0.5) @@ -103,7 +103,7 @@ GEM pygments.rb (0.3.3) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) - rack (1.5.2) + rack (1.4.7) rack-cache (1.2) rack (>= 0.4) rack-ssl (1.3.2) @@ -129,6 +129,7 @@ GEM rdoc (3.12) json (~> 1.4) redcarpet (2.2.2) + ref (2.0.0) rmagick (2.13.4) rvm-capistrano (1.2.7) capistrano (>= 2.0.0) @@ -144,7 +145,10 @@ GEM multi_json (~> 1.0) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) - sqlite3 (1.3.6) + sqlite3 (1.3.13) + therubyracer (0.12.3) + libv8 (~> 3.16.14.15) + ref thor (0.16.0) tilt (1.3.3) treetop (1.4.12) @@ -175,7 +179,6 @@ DEPENDENCIES formtastic haml-rails jquery-rails - mysql2 nokogiri pygments.rb rails (= 3.2.9) @@ -184,5 +187,9 @@ DEPENDENCIES rvm-capistrano sass-rails (~> 3.2.3) sqlite3 + therubyracer uglifier (>= 1.0.3) zurb-foundation (>= 3.2) + +BUNDLED WITH + 1.16.1