Skip to content

Commit

Permalink
Bump capistrano from 3.17.1 to 3.17.3
Browse files Browse the repository at this point in the history
Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.17.1 to 3.17.3.
- [Release notes](https://github.com/capistrano/capistrano/releases)
- [Commits](capistrano/capistrano@v3.17.1...v3.17.3)

---
updated-dependencies:
- dependency-name: capistrano
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 29, 2023
1 parent 6b82f02 commit b2eec08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ group :test do
end

group :development do
gem "capistrano", "~> 3.17.1", require: false
gem "capistrano", "~> 3.17.3", require: false
gem "capistrano-bundler", "~> 2.1.0", require: false
gem "capistrano-rails", "~> 1.6.2", require: false
gem "capistrano3-delayed-job", "~> 1.7.6"
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GEM
airbrake-ruby (~> 6.0)
airbrake-ruby (6.2.0)
rbtree3 (~> 0.5)
airbrussh (1.4.1)
airbrussh (1.4.2)
sshkit (>= 1.6.1, != 1.7.0)
akami (1.3.1)
gyoku (>= 0.4.0)
Expand Down Expand Up @@ -108,7 +108,7 @@ GEM
uniform_notifier (~> 1.11)
byebug (11.1.3)
cancancan (3.4.0)
capistrano (3.17.1)
capistrano (3.17.3)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
Expand Down Expand Up @@ -365,9 +365,9 @@ GEM
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.2.3)
net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0)
net-ssh (6.1.0)
net-scp (4.0.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-ssh (7.2.0)
nio4r (2.5.8)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
Expand Down Expand Up @@ -611,7 +611,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sshkit (1.21.2)
sshkit (1.21.5)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
terminal-table (3.0.2)
Expand Down Expand Up @@ -681,7 +681,7 @@ DEPENDENCIES
bullet (~> 7.0.3)
byebug (~> 11.1.3)
cancancan (~> 3.4.0)
capistrano (~> 3.17.1)
capistrano (~> 3.17.3)
capistrano-bundler (~> 2.1.0)
capistrano-rails (~> 1.6.2)
capistrano3-delayed-job (~> 1.7.6)
Expand Down

0 comments on commit b2eec08

Please sign in to comment.