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 @@ -46,7 +46,7 @@ group :development, :test do
# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
gem "rubocop-rails-omakase", require: false

gem "capistrano", "~> 3.19.2", require: false
gem "capistrano", "~> 3.20.0", require: false
gem "capistrano-passenger", require: false
gem "capistrano-rails", "~> 1.7.0", require: false
end
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GEM
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
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 @@ -120,7 +120,7 @@ GEM
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
cancancan (3.6.1)
capistrano (3.19.2)
capistrano (3.20.0)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
Expand Down Expand Up @@ -150,7 +150,7 @@ GEM
ssrf_filter (~> 1.0)
childprocess (5.1.0)
logger (~> 1.5)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.6)
connection_pool (2.5.4)
crass (1.0.6)
csv (3.3.5)
Expand Down Expand Up @@ -456,7 +456,7 @@ GEM
simplecov_json_formatter (0.1.4)
sitemap_generator (6.3.0)
builder (~> 3.0)
sshkit (1.24.0)
sshkit (1.25.0)
base64
logger
net-scp (>= 1.1.2)
Expand Down Expand Up @@ -524,7 +524,7 @@ DEPENDENCIES
bulma-rails (~> 1.0)
bundler-audit
cancancan (~> 3.6)
capistrano (~> 3.19.2)
capistrano (~> 3.20.0)
capistrano-passenger
capistrano-rails (~> 1.7.0)
capybara
Expand Down