Skip to content

Commit

Permalink
Merge pull request #1290 from dodona-edu/renovate/capistrano-3.x
Browse files Browse the repository at this point in the history
Update dependency capistrano to '~> 3.18'
  • Loading branch information
rien authored Oct 26, 2023
2 parents 0cd6efa + 381db0a commit d70cdc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ group :development do
end

# Use Capistrano for deployment
gem 'capistrano', '~> 3.10', group: :development
gem 'capistrano', '~> 3.18', group: :development
gem 'capistrano3-delayed-job', '~> 1.7.6'
gem 'capistrano-passenger', '~> 0.2.1', group: :development
gem 'capistrano-rails', '~> 1.6.2', group: :development
Expand Down
2 changes: 1 addition & 1 deletion api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ DEPENDENCIES
annotate (~> 3.2)
bcrypt_pbkdf
bootsnap
capistrano (~> 3.10)
capistrano (~> 3.18)
capistrano-passenger (~> 0.2.1)
capistrano-rails (~> 1.6.2)
capistrano-rvm (~> 0.1.2)
Expand Down

0 comments on commit d70cdc4

Please sign in to comment.