summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock32
1 files changed, 32 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index d499c57..e29108f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -62,13 +62,31 @@ GEM
zeitwerk (~> 2.3)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
+ airbrussh (1.4.0)
+ sshkit (>= 1.6.1, != 1.7.0)
ast (2.4.2)
bcrypt (3.1.16)
+ bcrypt_pbkdf (1.1.0)
bindex (0.8.1)
bootsnap (1.7.5)
msgpack (~> 1.0)
builder (3.2.4)
byebug (11.1.3)
+ capistrano (3.16.0)
+ airbrussh (>= 1.0.0)
+ i18n
+ rake (>= 10.0.0)
+ sshkit (>= 1.9.0)
+ capistrano-bundler (2.0.1)
+ capistrano (~> 3.1)
+ capistrano-puma (0.2.3)
+ capistrano (>= 3.0)
+ capistrano-rails (1.6.1)
+ capistrano (~> 3.1)
+ capistrano-bundler (>= 1.1, < 3)
+ capistrano-rvm (0.1.2)
+ capistrano (~> 3.0)
+ sshkit (~> 1.2)
capybara (3.35.3)
addressable
mini_mime (>= 0.1.3)
@@ -86,6 +104,7 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
+ ed25519 (1.2.4)
erubi (1.10.0)
ffi (1.15.1)
globalid (0.4.2)
@@ -108,6 +127,9 @@ GEM
mini_portile2 (2.5.1)
minitest (5.14.4)
msgpack (1.4.2)
+ net-scp (3.0.0)
+ net-ssh (>= 2.6.5, < 7.0.0)
+ net-ssh (6.1.0)
nio4r (2.5.7)
nokogiri (1.11.5)
mini_portile2 (~> 2.5.0)
@@ -209,6 +231,9 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
+ sshkit (1.21.2)
+ net-scp (>= 1.1.2)
+ net-ssh (>= 2.8.0)
thor (1.1.0)
tilt (2.0.10)
turbolinks (5.2.1)
@@ -244,10 +269,17 @@ PLATFORMS
ruby
DEPENDENCIES
+ bcrypt_pbkdf (>= 1.0, < 2.0)
bootsnap (>= 1.4.4)
byebug
+ capistrano
+ capistrano-bundler
+ capistrano-puma
+ capistrano-rails
+ capistrano-rvm
capybara (>= 3.26)
devise
+ ed25519 (>= 1.2, < 2.0)
jbuilder (~> 2.7)
listen (~> 3.3)
pg (~> 1.1)