Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency capistrano from v3.17.3 to '~> 3.18.0' #243

Open
wants to merge 1 commit into
base: rutebanken_develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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