update dependencies
This commit is contained in:
@@ -154,7 +154,13 @@ end
|
||||
gem 'puma', '>= 5.0'
|
||||
|
||||
# Deploy with Capistrano
|
||||
# gem 'capistrano'
|
||||
group :deploy do
|
||||
gem 'capistrano', require: false
|
||||
gem 'capistrano-rails', require: false
|
||||
gem 'capistrano-puma', require: false
|
||||
gem 'capistrano-rvm', require: false
|
||||
gem 'capistrano-bundler', require: false
|
||||
end
|
||||
|
||||
# To use debugger
|
||||
# gem 'debugger'
|
||||
|
||||
+36
-2
@@ -1,6 +1,6 @@
|
||||
GIT
|
||||
remote: https://github.com/bterkuile/cmtool.git
|
||||
revision: 54e295836f8843866a12aa84f1d4fa7125751fb8
|
||||
revision: 25f4fbebb73e87dc2ec679c6ab6c00f247fc319e
|
||||
branch: master
|
||||
specs:
|
||||
cmtool (2.0.0)
|
||||
@@ -41,7 +41,7 @@ GIT
|
||||
|
||||
GIT
|
||||
remote: https://github.com/langalex/couch_potato.git
|
||||
revision: 1ca5bfa39ff6d88f12f97c9ec2cae9d8cb5c2fe1
|
||||
revision: 0dc658df6d8a883a926ecf81f8395884b967cf46
|
||||
branch: main
|
||||
specs:
|
||||
couch_potato (1.7.1)
|
||||
@@ -132,6 +132,8 @@ GEM
|
||||
uri (>= 0.13.1)
|
||||
addressable (2.8.7)
|
||||
public_suffix (>= 2.0.2, < 7.0)
|
||||
airbrussh (1.5.3)
|
||||
sshkit (>= 1.6.1, != 1.7.0)
|
||||
base64 (0.2.0)
|
||||
bcrypt (3.1.20)
|
||||
benchmark (0.4.0)
|
||||
@@ -140,6 +142,21 @@ GEM
|
||||
thor (~> 1.0)
|
||||
builder (3.3.0)
|
||||
cancancan (3.6.1)
|
||||
capistrano (3.19.2)
|
||||
airbrussh (>= 1.0.0)
|
||||
i18n
|
||||
rake (>= 10.0.0)
|
||||
sshkit (>= 1.9.0)
|
||||
capistrano-bundler (2.1.1)
|
||||
capistrano (~> 3.1)
|
||||
capistrano-puma (0.2.3)
|
||||
capistrano (>= 3.0)
|
||||
capistrano-rails (1.7.0)
|
||||
capistrano (~> 3.1)
|
||||
capistrano-bundler (>= 1.1, < 3)
|
||||
capistrano-rvm (0.1.2)
|
||||
capistrano (~> 3.0)
|
||||
sshkit (~> 1.2)
|
||||
capybara (3.40.0)
|
||||
addressable
|
||||
matrix
|
||||
@@ -326,8 +343,13 @@ GEM
|
||||
net-protocol
|
||||
net-protocol (0.2.2)
|
||||
timeout
|
||||
net-scp (4.1.0)
|
||||
net-ssh (>= 2.6.5, < 8.0.0)
|
||||
net-sftp (4.0.0)
|
||||
net-ssh (>= 5.0.0, < 8.0.0)
|
||||
net-smtp (0.5.1)
|
||||
net-protocol
|
||||
net-ssh (7.3.0)
|
||||
nio4r (2.7.4)
|
||||
nokogiri (1.18.2-aarch64-linux-gnu)
|
||||
racc (~> 1.4)
|
||||
@@ -355,6 +377,7 @@ GEM
|
||||
oauth2 (>= 1.4, < 3)
|
||||
omniauth (>= 1.9, < 3)
|
||||
orm_adapter (0.5.0)
|
||||
ostruct (0.6.1)
|
||||
paperclip (6.1.0)
|
||||
activemodel (>= 4.2.0)
|
||||
activesupport (>= 4.2.0)
|
||||
@@ -502,6 +525,12 @@ GEM
|
||||
actionpack (>= 6.1)
|
||||
activesupport (>= 6.1)
|
||||
sprockets (>= 3.0.0)
|
||||
sshkit (1.23.2)
|
||||
base64
|
||||
net-scp (>= 1.1.2)
|
||||
net-sftp (>= 2.1.2)
|
||||
net-ssh (>= 2.8.0)
|
||||
ostruct
|
||||
stringio (3.1.2)
|
||||
sucker_punch (3.2.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
@@ -552,6 +581,11 @@ DEPENDENCIES
|
||||
active_attr
|
||||
active_decorator
|
||||
cancancan
|
||||
capistrano
|
||||
capistrano-bundler
|
||||
capistrano-puma
|
||||
capistrano-rails
|
||||
capistrano-rvm
|
||||
capybara-screenshot
|
||||
cmtool!
|
||||
coffee-rails (>= 5.0.0)
|
||||
|
||||
Reference in New Issue
Block a user