Skip to content

Commit

Permalink
Update dependency capistrano to '~> 3.19', '>= 3.19.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 19eb688 commit ed1162d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ group :development do
end

# Use Capistrano for deployment
gem 'capistrano', '~> 3.19', '>= 3.19.1', group: :development
gem 'capistrano', '~> 3.19', '>= 3.19.2', group: :development
gem 'capistrano3-delayed-job', '~> 1.7.6'
gem 'capistrano-passenger', '~> 0.2.1', group: :development
gem 'capistrano-rails', '~> 1.6.3', group: :development
Expand Down
4 changes: 2 additions & 2 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ GEM
i18n (>= 1.8.11, < 2)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.0)
irb (1.14.3)
Expand Down Expand Up @@ -316,7 +316,7 @@ DEPENDENCIES
annotate (~> 3.2)
bcrypt_pbkdf
bootsnap
capistrano (~> 3.19, >= 3.19.1)
capistrano (~> 3.19, >= 3.19.2)
capistrano-passenger (~> 0.2.1)
capistrano-rails (~> 1.6.3)
capistrano-rvm (~> 0.1.2)
Expand Down

0 comments on commit ed1162d

Please sign in to comment.