diff --git a/Gemfile.lock b/Gemfile.lock index 2556ae5..8301ce8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,6 +40,8 @@ GEM tzinfo (~> 1.1) addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) + airbrussh (1.4.0) + sshkit (>= 1.6.1, != 1.7.0) arel (8.0.0) bcrypt (3.1.12) bindex (0.5.0) @@ -48,6 +50,21 @@ GEM brakeman (4.3.1) builder (3.2.3) byebug (10.0.2) + capistrano (3.14.0) + airbrussh (>= 1.0.0) + i18n + rake (>= 10.0.0) + sshkit (>= 1.9.0) + capistrano-bundler (1.6.0) + capistrano (~> 3.1) + capistrano-passenger (0.2.0) + capistrano (~> 3.0) + capistrano-rails (1.5.0) + capistrano (~> 3.1) + capistrano-bundler (~> 1.1) + capistrano-rbenv (2.1.6) + capistrano (~> 3.1) + sshkit (~> 1.3) capybara (2.18.0) addressable mini_mime (>= 0.1.3) @@ -125,6 +142,10 @@ GEM multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.0.0) + mysql2 (0.5.3) + net-scp (3.0.0) + net-ssh (>= 2.6.5, < 7.0.0) + net-ssh (6.0.2) nio4r (2.3.1) nokogiri (1.8.5) mini_portile2 (~> 2.3.0) @@ -146,9 +167,7 @@ GEM omniauth-oauth2 (1.3.1) oauth2 (~> 1.0) omniauth (~> 1.2) - pg (1.1.3) public_suffix (3.0.3) - puma (3.12.0) rack (2.0.6) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -212,6 +231,9 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + sshkit (1.21.0) + net-scp (>= 1.1.2) + net-ssh (>= 2.8.0) temple (0.8.0) thor (0.20.3) thread_safe (0.3.6) @@ -230,7 +252,7 @@ GEM railties (>= 5.0) websocket-driver (0.6.5) websocket-extensions (>= 0.1.0) - websocket-extensions (0.1.3) + websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) @@ -242,6 +264,10 @@ DEPENDENCIES bootstrap-sass (~> 2.3.2) brakeman byebug + capistrano (~> 3.7, >= 3.7.1) + capistrano-passenger (~> 0.2.0) + capistrano-rails (~> 1.2) + capistrano-rbenv capybara (~> 2.13) carrierwave (~> 0.9) coffee-rails (~> 4.2) @@ -250,9 +276,8 @@ DEPENDENCIES hpricot jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) + mysql2 omniauth-google-oauth2 (~> 0.2.1) - pg - puma (~> 3.7) rails (~> 5.1.6) recaptcha sass-rails (~> 5.0)