diff --git a/Gemfile b/Gemfile index 7221860b9..daa20f512 100644 --- a/Gemfile +++ b/Gemfile @@ -86,7 +86,7 @@ end group :development do gem "capistrano", "~> 3.19.1", require: false - gem "capistrano-bundler", "~> 2.1.0", require: false + gem "capistrano-bundler", "~> 2.1.1", require: false gem "capistrano-npm", "~> 1.0.3", require: false gem "capistrano-rails", "~> 1.6.3", require: false gem "capistrano3-delayed-job", "~> 1.7.6" diff --git a/Gemfile.lock b/Gemfile.lock index a5dd1c95a..3d01575b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM airbrake-ruby (~> 6.0) airbrake-ruby (6.2.2) rbtree3 (~> 0.6) - airbrussh (1.5.2) + airbrussh (1.5.3) sshkit (>= 1.6.1, != 1.7.0) akami (1.3.3) base64 @@ -115,7 +115,7 @@ GEM i18n rake (>= 10.0.0) sshkit (>= 1.9.0) - capistrano-bundler (2.1.0) + capistrano-bundler (2.1.1) capistrano (~> 3.1) capistrano-npm (1.0.3) capistrano (>= 3.0.0) @@ -370,7 +370,7 @@ GEM net-ssh (>= 5.0.0, < 8.0.0) net-smtp (0.5.0) net-protocol - net-ssh (7.2.3) + net-ssh (7.3.0) nio4r (2.7.3) nkf (0.2.0) nokogiri (1.16.7) @@ -413,6 +413,7 @@ GEM omniauth-oauth (~> 1.1) rack orm_adapter (0.5.0) + ostruct (0.6.0) parallel (1.26.3) paranoia (2.6.3) activerecord (>= 5.1, < 7.2) @@ -631,11 +632,12 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sshkit (1.23.0) + sshkit (1.23.1) base64 net-scp (>= 1.1.2) net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) + ostruct stringio (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -705,7 +707,7 @@ DEPENDENCIES bing_translator (~> 6.2.0) cancancan (~> 3.5.0) capistrano (~> 3.19.1) - capistrano-bundler (~> 2.1.0) + capistrano-bundler (~> 2.1.1) capistrano-npm (~> 1.0.3) capistrano-rails (~> 1.6.3) capistrano3-delayed-job (~> 1.7.6)