Skip to content

Commit

Permalink
Update dependency capistrano from v3.17.2 to v3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 4, 2023
1 parent f86f7d6 commit 8e5ff98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ GIT
GEM
remote: https://rails-assets.org/
specs:
matrix (0.3.1)
rails-assets-bootstrap (3.1.1)
rails-assets-jquery (>= 1.9.0)
rails-assets-bootstrap-sass-official (3.3.7)
Expand Down Expand Up @@ -198,7 +197,7 @@ GEM
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
aes_key_wrap (1.1.0)
airbrussh (1.4.1)
airbrussh (1.5.0)
sshkit (>= 1.6.1, != 1.7.0)
ast (2.4.2)
astrolabe (1.3.1)
Expand All @@ -220,7 +219,7 @@ GEM
builder (3.2.4)
calendar_helper (0.2.6)
open4
capistrano (3.17.2)
capistrano (3.18.0)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
Expand Down Expand Up @@ -360,7 +359,7 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
inherited_resources (1.13.1)
actionpack (>= 5.2, < 7.1)
Expand Down Expand Up @@ -414,6 +413,7 @@ GEM
net-smtp
map_layers (0.0.5)
marcel (1.0.2)
matrix (0.3.1)
method_source (1.0.0)
migration_data (0.6.0)
mime-types (3.4.1)
Expand All @@ -440,7 +440,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 @@ -562,7 +562,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 @@ -663,7 +663,7 @@ GEM
sprockets (>= 3.0.0)
sqlite3 (1.6.2)
mini_portile2 (~> 2.8.0)
sshkit (1.21.4)
sshkit (1.21.6)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
swd (1.3.0)
Expand Down Expand Up @@ -725,7 +725,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 8e5ff98

Please sign in to comment.