Skip to content

Commit

Permalink
Bump Capistrano
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed May 26, 2024
1 parent 61087e0 commit ed5f575
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 16 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ group :development do
gem "spring", "~> 3.0"

# Deployment
gem "capistrano", "~> 3.16"
gem "capistrano-passenger", "~> 0.2.1"
gem "capistrano-rails", "~> 1.6"
gem "capistrano-rbenv", "~> 2.2"
gem "capistrano-rvm", "~> 0.1.2"
gem "capistrano"
gem "capistrano-passenger"
gem "capistrano-rails"
gem "capistrano-rbenv"
gem "capistrano-rvm"

# Linting
gem "rubocop", "~> 1.30"
Expand Down
29 changes: 18 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,13 @@ GEM
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
airbrussh (1.4.0)
airbrussh (1.5.2)
sshkit (>= 1.6.1, != 1.7.0)
annotate (3.2.0)
activerecord (>= 3.2, < 8.0)
rake (>= 10.4, < 14.0)
ast (2.4.2)
base64 (0.2.0)
bcrypt (3.1.17)
bcrypt_pbkdf (1.1.0)
bigdecimal (3.1.8)
Expand All @@ -78,7 +79,7 @@ GEM
sassc (~> 2.0)
byebug (11.1.3)
cancancan (3.3.0)
capistrano (3.17.0)
capistrano (3.18.1)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
Expand Down Expand Up @@ -176,14 +177,17 @@ GEM
msgpack (1.5.1)
multi_json (1.15.0)
multi_xml (0.6.0)
mutex_m (0.2.0)
mysql2 (0.5.4)
net-protocol (0.2.2)
timeout
net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0)
net-scp (4.0.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.0)
net-protocol
net-ssh (6.1.0)
net-ssh (7.2.3)
nio4r (2.7.3)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
Expand Down Expand Up @@ -338,8 +342,11 @@ GEM
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sshkit (1.21.2)
sshkit (1.22.2)
base64
mutex_m
net-scp (>= 1.1.2)
net-sftp (>= 2.1.2)
net-ssh (>= 2.8.0)
stackprof (0.2.26)
stringio (3.1.0)
Expand Down Expand Up @@ -385,11 +392,11 @@ DEPENDENCIES
bulma-rails (~> 0.9.1)
byebug
cancancan (~> 3.3)
capistrano (~> 3.16)
capistrano-passenger (~> 0.2.1)
capistrano-rails (~> 1.6)
capistrano-rbenv (~> 2.2)
capistrano-rvm (~> 0.1.2)
capistrano
capistrano-passenger
capistrano-rails
capistrano-rbenv
capistrano-rvm
chartkick (~> 4.0)
daemons (~> 1.4)
delayed_job (~> 4.1)
Expand Down

0 comments on commit ed5f575

Please sign in to comment.