Skip to content

Commit

Permalink
Update dependency capistrano from v3.17.3 to '~> 3.18.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 5, 2023
1 parent b6de2e5 commit bb18be7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ gem 'responders', '~> 3.0'
gem 'pundit'

group :development do
gem 'capistrano', '~> 3.17.0'
gem 'capistrano', '~> 3.18.0'
gem 'capistrano-ext'
gem 'guard'
gem 'guard-rspec'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ GEM
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
aes_key_wrap (1.1.0)
airbrussh (1.4.2)
airbrussh (1.5.0)
sshkit (>= 1.6.1, != 1.7.0)
ast (2.4.2)
astrolabe (1.3.1)
Expand All @@ -219,7 +219,7 @@ GEM
builder (3.2.4)
calendar_helper (0.2.6)
open4
capistrano (3.17.3)
capistrano (3.18.0)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
Expand Down Expand Up @@ -359,7 +359,7 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.13.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
inherited_resources (1.13.1)
actionpack (>= 5.2, < 7.1)
Expand Down Expand Up @@ -442,7 +442,7 @@ GEM
net-ssh (>= 2.6.5)
net-smtp (0.3.3)
net-protocol
net-ssh (7.0.1)
net-ssh (7.2.0)
netrc (0.11.0)
newrelic_rpm (8.16.0)
nio4r (2.5.9)
Expand Down Expand Up @@ -564,7 +564,7 @@ GEM
thor (~> 1.0)
rainbow (2.2.2)
rake
rake (13.0.6)
rake (13.1.0)
ransack (2.6.0)
activerecord (>= 6.0.4)
activesupport (>= 6.0.4)
Expand Down Expand Up @@ -723,7 +723,7 @@ DEPENDENCIES
breadcrumbs_on_rails
bundler (~> 2.3.22)
calendar_helper (= 0.2.6)
capistrano (~> 3.17.0)
capistrano (~> 3.18.0)
capistrano-ext
capybara (~> 3.39.0)
chouette-projects-i18n!
Expand Down

0 comments on commit bb18be7

Please sign in to comment.