Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit 761d2ef

Browse files
Bump capistrano-rails from 1.2.3 to 1.4.0
Bumps [capistrano-rails](https://github.com/capistrano/rails) from 1.2.3 to 1.4.0. - [Release notes](https://github.com/capistrano/rails/releases) - [Changelog](https://github.com/capistrano/rails/blob/master/CHANGELOG.md) - [Commits](capistrano/rails@v1.2.3...v1.4.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1c0625 commit 761d2ef

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gem 'rack-dev-mark', '~> 0.7.5'
3131

3232
# Deploy with Capistrano
3333
gem 'capistrano', '~> 3.8.1'
34-
gem 'capistrano-rails', '~> 1.2.3'
34+
gem 'capistrano-rails', '~> 1.4.0'
3535
gem 'capistrano-rbenv', '~> 2.1.1'
3636
gem 'capistrano-bundler', '~> 1.2.0'
3737

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ GEM
6868
thread_safe (~> 0.3, >= 0.3.4)
6969
tzinfo (~> 1.1)
7070
addressable (2.4.0)
71-
airbrussh (1.2.0)
71+
airbrussh (1.3.0)
7272
sshkit (>= 1.6.1, != 1.7.0)
7373
arel (6.0.4)
7474
ast (2.4.0)
@@ -93,15 +93,15 @@ GEM
9393
bower-rails (0.11.0)
9494
builder (3.2.3)
9595
cancan (1.6.10)
96-
capistrano (3.8.1)
96+
capistrano (3.8.2)
9797
airbrussh (>= 1.0.0)
9898
i18n
9999
rake (>= 10.0.0)
100100
sshkit (>= 1.9.0)
101101
capistrano-bundler (1.2.0)
102102
capistrano (~> 3.1)
103103
sshkit (~> 1.2)
104-
capistrano-rails (1.2.3)
104+
capistrano-rails (1.4.0)
105105
capistrano (~> 3.1)
106106
capistrano-bundler (~> 1.1)
107107
capistrano-rbenv (2.1.1)
@@ -181,7 +181,7 @@ GEM
181181
hydra-access-controls (= 6.5.2)
182182
hydra-core (= 6.5.2)
183183
rails (>= 3.2.6)
184-
i18n (0.8.1)
184+
i18n (0.8.6)
185185
jaro_winkler (1.5.1)
186186
jettywrapper (2.0.3)
187187
activesupport (>= 3.0.0)
@@ -224,7 +224,7 @@ GEM
224224
multipart-post (2.0.0)
225225
net-scp (1.2.1)
226226
net-ssh (>= 2.6.5)
227-
net-ssh (4.1.0)
227+
net-ssh (5.0.2)
228228
netrc (0.10.3)
229229
newrelic_rpm (5.3.0.346)
230230
nokogiri (1.8.4)
@@ -399,7 +399,7 @@ GEM
399399
actionpack (>= 3.0)
400400
activesupport (>= 3.0)
401401
sprockets (>= 2.8, < 4.0)
402-
sshkit (1.13.1)
402+
sshkit (1.17.0)
403403
net-scp (>= 1.1.2)
404404
net-ssh (>= 2.8.0)
405405
stomp (1.3.4)
@@ -443,7 +443,7 @@ DEPENDENCIES
443443
bower-rails (~> 0.11.0)
444444
capistrano (~> 3.8.1)
445445
capistrano-bundler (~> 1.2.0)
446-
capistrano-rails (~> 1.2.3)
446+
capistrano-rails (~> 1.4.0)
447447
capistrano-rbenv (~> 2.1.1)
448448
capybara (~> 2.14.0)
449449
coffee-rails (~> 4.2.1)

0 commit comments

Comments
 (0)