Skip to content

Commit

Permalink
Merge pull request #1621 from dodona-edu/renovate/capistrano-3.x
Browse files Browse the repository at this point in the history
Update dependency capistrano to '~> 3.19', '>= 3.19.1'
  • Loading branch information
renovate[bot] authored Oct 23, 2024
2 parents 80eba02 + 32beda4 commit 814b6b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 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.18', '>= 3.18.1', group: :development
gem 'capistrano', '~> 3.19', '>= 3.19.1', 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
12 changes: 7 additions & 5 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
airbrussh (1.5.2)
airbrussh (1.5.3)
sshkit (>= 1.6.1, != 1.7.0)
annotate (3.2.0)
activerecord (>= 3.2, < 8.0)
Expand All @@ -97,7 +97,7 @@ GEM
bootsnap (1.18.3)
msgpack (~> 1.2)
builder (3.3.0)
capistrano (3.18.1)
capistrano (3.19.1)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
Expand Down Expand Up @@ -188,11 +188,12 @@ GEM
net-ssh (>= 5.0.0, < 8.0.0)
net-smtp (0.5.0)
net-protocol
net-ssh (7.2.3)
net-ssh (7.3.0)
nio4r (2.7.3)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -277,11 +278,12 @@ GEM
sentry-ruby (5.17.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
sshkit (1.23.0)
sshkit (1.23.2)
base64
net-scp (>= 1.1.2)
net-sftp (>= 2.1.2)
net-ssh (>= 2.8.0)
ostruct
stackprof (0.2.26)
stringio (3.1.1)
thor (1.3.1)
Expand All @@ -304,7 +306,7 @@ DEPENDENCIES
annotate (~> 3.2)
bcrypt_pbkdf
bootsnap
capistrano (~> 3.18, >= 3.18.1)
capistrano (~> 3.19, >= 3.19.1)
capistrano-passenger (~> 0.2.1)
capistrano-rails (~> 1.6.3)
capistrano-rvm (~> 0.1.2)
Expand Down

0 comments on commit 814b6b5

Please sign in to comment.