Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ end

group :development do
# Capistrano for deployment (per https://capistranorb.com/documentation/getting-started/installation/)
gem "capistrano", "~> 3.19.2", require: false
gem "capistrano", "~> 3.20.0", require: false
gem "capistrano-cul", require: false # common set of tasks shared across cul apps
gem "capistrano-rails", "~> 1.4", require: false # for compiling rails assets
gem "capistrano-passenger", "~> 0.1", require: false # allows restart passenger workers
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
airbrussh (1.5.3)
airbrussh (1.6.0)
sshkit (>= 1.6.1, != 1.7.0)
ast (2.4.3)
base64 (0.3.0)
Expand All @@ -96,7 +96,7 @@ GEM
brakeman (7.1.1)
racc
builder (3.3.0)
capistrano (3.19.2)
capistrano (3.20.0)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
Expand Down Expand Up @@ -386,7 +386,7 @@ GEM
sqlite3 (2.8.1-x86_64-darwin)
sqlite3 (2.8.1-x86_64-linux-gnu)
sqlite3 (2.8.1-x86_64-linux-musl)
sshkit (1.24.0)
sshkit (1.25.0)
base64
logger
net-scp (>= 1.1.2)
Expand Down Expand Up @@ -431,7 +431,7 @@ PLATFORMS
DEPENDENCIES
bootsnap
brakeman
capistrano (~> 3.19.2)
capistrano (~> 3.20.0)
capistrano-cul
capistrano-passenger (~> 0.1)
capistrano-rails (~> 1.4)
Expand Down