Skip to content

Commit

Permalink
Merge pull request #2884 from consul/dependabot/bundler/capistrano-ra…
Browse files Browse the repository at this point in the history
…ils-1.4.0

Bump capistrano-rails from 1.3.1 to 1.4.0
  • Loading branch information
voodoorai2000 committed Sep 17, 2018
2 parents 14edf4b + 2166729 commit 3458944
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ end
group :development do
gem 'capistrano', '~> 3.10.1', require: false
gem 'capistrano-bundler', '~> 1.2', require: false
gem 'capistrano-rails', '~> 1.3.1', require: false
gem 'capistrano-rails', '~> 1.4.0', require: false
gem 'capistrano3-delayed-job', '~> 1.7.3'
gem 'mdl', '~> 0.5.0', require: false
gem 'rubocop', '~> 0.54.0', require: false
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GEM
capistrano-bundler (1.3.0)
capistrano (~> 3.1)
sshkit (~> 1.2)
capistrano-rails (1.3.1)
capistrano-rails (1.4.0)
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
capistrano3-delayed-job (1.7.5)
Expand Down Expand Up @@ -272,7 +272,7 @@ GEM
multipart-post (2.0.0)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (4.2.0)
net-ssh (5.0.2)
newrelic_rpm (4.1.0.333)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
Expand Down Expand Up @@ -449,7 +449,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sshkit (1.15.1)
sshkit (1.17.0)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
term-ansicolor (1.6.0)
Expand Down Expand Up @@ -509,7 +509,7 @@ DEPENDENCIES
cancancan (~> 2.1.2)
capistrano (~> 3.10.1)
capistrano-bundler (~> 1.2)
capistrano-rails (~> 1.3.1)
capistrano-rails (~> 1.4.0)
capistrano3-delayed-job (~> 1.7.3)
capybara (~> 2.17.0)
ckeditor (~> 4.2.3)
Expand Down

0 comments on commit 3458944

Please sign in to comment.