Skip to content

Commit

Permalink
Update dependency capistrano-rails to '~> 1.6.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent 1ce8abd commit de7ce50
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 @@ -62,7 +62,7 @@ end
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
gem 'capistrano-rails', '~> 1.6.3', group: :development
gem 'capistrano-rvm', '~> 0.1.2', group: :development
gem 'capistrano-yarn', '~> 2.0.2'

Expand Down
2 changes: 1 addition & 1 deletion api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ DEPENDENCIES
bootsnap
capistrano (~> 3.18)
capistrano-passenger (~> 0.2.1)
capistrano-rails (~> 1.6.2)
capistrano-rails (~> 1.6.3)
capistrano-rvm (~> 0.1.2)
capistrano-yarn (~> 2.0.2)
capistrano3-delayed-job (~> 1.7.6)
Expand Down

0 comments on commit de7ce50

Please sign in to comment.