From f2b8f8db28c5f440eb2c7de61b7bb726ec4f34ec Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 16 Aug 2018 16:51:21 +0200 Subject: [PATCH] suite --- Gemfile | 4 ++-- Gemfile.lock | 13 ++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 6f14e1a..53ddc9b 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem 'unicorn' gem 'haml-rails' -gem "therubyracer" +gem "therubyracer", group: :production group :development, :test do @@ -33,7 +33,7 @@ group :development, :test do #gem 'capistrano-rails' #gem "rvm-capistrano" - gem "capistrano", '2.15.5', group: :development, require: false + gem "capistrano", '2.15.9', group: :development, require: false gem "rvm-capistrano",'1.4.1', group: :development gem 'net-ssh', '~>2.7.0' diff --git a/Gemfile.lock b/Gemfile.lock index c9175d4..12f17ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,7 +48,7 @@ GEM columnize (~> 0.8) debugger-linecache (~> 1.2) slop (~> 3.6) - capistrano (2.15.5) + capistrano (2.15.9) highline net-scp (>= 1.0.0) net-sftp (>= 2.0.0) @@ -86,7 +86,7 @@ GEM haml (>= 3.1, < 5.0) html2haml (>= 1.0.1) railties (>= 4.0.1) - highline (1.7.2) + highline (2.0.0) hike (1.2.3) html2haml (2.0.0) erubis (~> 2.7.0) @@ -109,7 +109,7 @@ GEM kaminari (>= 0.13.0) rails kgio (2.9.3) - libv8 (3.16.14.7) + libv8 (3.16.14.19) loofah (2.0.1) nokogiri (>= 1.5.9) mail (2.6.3) @@ -124,7 +124,7 @@ GEM net-sftp (2.1.2) net-ssh (>= 2.6.5) net-ssh (2.7.0) - net-ssh-gateway (1.2.0) + net-ssh-gateway (1.3.0) net-ssh (>= 2.6.5) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) @@ -223,7 +223,7 @@ DEPENDENCIES acts_as_tree bcrypt (~> 3.1.7) byebug - capistrano (= 2.15.5) + capistrano (= 2.15.9) carrierwave coffee-rails (~> 4.1.0) formtastic (= 2.3.0) @@ -247,3 +247,6 @@ DEPENDENCIES uglifier (>= 1.3.0) unicorn web-console (~> 2.0) + +BUNDLED WITH + 1.14.6