From d0f293de6133751251644fcc1abd59bd7ab1a85c Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 30 Nov 2023 13:45:02 -0500 Subject: Need mysql for prod --- Gemfile.lock | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 86a8335..7a48f0f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,12 +77,29 @@ GEM tzinfo (~> 2.0) addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) + airbrussh (1.5.0) + sshkit (>= 1.6.1, != 1.7.0) base64 (0.2.0) bigdecimal (3.1.4) bindex (0.8.1) bootsnap (1.17.0) msgpack (~> 1.2) builder (3.2.4) + capistrano (3.18.0) + airbrussh (>= 1.0.0) + i18n + rake (>= 10.0.0) + sshkit (>= 1.9.0) + capistrano-bundler (2.1.0) + capistrano (~> 3.1) + capistrano-passenger (0.2.1) + capistrano (~> 3.0) + capistrano-rails (1.6.3) + capistrano (~> 3.1) + capistrano-bundler (>= 1.1, < 3) + capistrano-rvm (0.1.2) + capistrano (~> 3.0) + sshkit (~> 1.2) capybara (3.39.2) addressable matrix @@ -112,6 +129,7 @@ GEM temple (>= 0.8.2) thor tilt + highline (2.1.0) i18n (1.14.1) concurrent-ruby (~> 1.0) io-console (0.6.0) @@ -143,6 +161,7 @@ GEM minitest (5.20.0) msgpack (1.7.2) mutex_m (0.2.0) + mysql2 (0.5.5) net-imap (0.4.7) date net-protocol @@ -150,8 +169,11 @@ GEM net-protocol net-protocol (0.2.2) timeout + net-scp (4.0.0) + net-ssh (>= 2.6.5, < 8.0.0) net-smtp (0.4.0) net-protocol + net-ssh (7.2.0) nio4r (2.6.1) nokogiri (1.15.5-x86_64-darwin) racc (~> 1.4) @@ -233,6 +255,9 @@ GEM sprockets (>= 3.0.0) sqlite3 (1.6.9-x86_64-darwin) sqlite3 (1.6.9-x86_64-linux) + sshkit (1.21.6) + net-scp (>= 1.1.2) + net-ssh (>= 2.8.0) stringio (3.1.0) temple (0.10.3) terser (1.1.20) @@ -262,13 +287,20 @@ PLATFORMS DEPENDENCIES bootsnap + capistrano (~> 3.0) + capistrano-bundler + capistrano-passenger + capistrano-rails + capistrano-rvm capybara debug enumerize haml + highline jbuilder jquery-rails mini_racer + mysql2 puma (>= 5.0) rails (~> 7.1.2) rake-compiler -- cgit 1.4.1