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

Commit 237ca76

Browse files
Bump capistrano-rails from 1.2.3 to 1.3.1
Bumps [capistrano-rails](https://github.com/capistrano/rails) from 1.2.3 to 1.3.1. - [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.3.1)
1 parent 7fff160 commit 237ca76

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
@@ -30,7 +30,7 @@ gem 'rack-dev-mark', '~> 0.7.5'
3030

3131
# Deploy with Capistrano
3232
gem 'capistrano', '~> 3.8.1'
33-
gem 'capistrano-rails', '~> 1.2.3'
33+
gem 'capistrano-rails', '~> 1.3.1'
3434
gem 'capistrano-rbenv', '~> 2.1.1'
3535
gem 'capistrano-bundler', '~> 1.2.0'
3636

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ GEM
5959
thread_safe (~> 0.3, >= 0.3.4)
6060
tzinfo (~> 1.1)
6161
addressable (2.4.0)
62-
airbrussh (1.2.0)
62+
airbrussh (1.3.0)
6363
sshkit (>= 1.6.1, != 1.7.0)
6464
arel (6.0.4)
6565
ast (2.3.0)
@@ -84,15 +84,15 @@ GEM
8484
bower-rails (0.11.0)
8585
builder (3.2.3)
8686
cancan (1.6.10)
87-
capistrano (3.8.1)
87+
capistrano (3.8.2)
8888
airbrussh (>= 1.0.0)
8989
i18n
9090
rake (>= 10.0.0)
9191
sshkit (>= 1.9.0)
9292
capistrano-bundler (1.2.0)
9393
capistrano (~> 3.1)
9494
sshkit (~> 1.2)
95-
capistrano-rails (1.2.3)
95+
capistrano-rails (1.3.1)
9696
capistrano (~> 3.1)
9797
capistrano-bundler (~> 1.1)
9898
capistrano-rbenv (2.1.1)
@@ -173,7 +173,7 @@ GEM
173173
hydra-access-controls (= 6.5.2)
174174
hydra-core (= 6.5.2)
175175
rails (>= 3.2.6)
176-
i18n (0.8.1)
176+
i18n (0.8.6)
177177
jettywrapper (2.0.3)
178178
activesupport (>= 3.0.0)
179179
childprocess
@@ -216,7 +216,7 @@ GEM
216216
multipart-post (2.0.0)
217217
net-scp (1.2.1)
218218
net-ssh (>= 2.6.5)
219-
net-ssh (4.1.0)
219+
net-ssh (4.2.0)
220220
netrc (0.10.3)
221221
newrelic_rpm (4.1.0.333)
222222
nokogiri (1.8.2)
@@ -396,7 +396,7 @@ GEM
396396
activesupport (>= 3.0)
397397
sprockets (>= 2.8, < 4.0)
398398
sqlite3 (1.3.13)
399-
sshkit (1.13.1)
399+
sshkit (1.16.0)
400400
net-scp (>= 1.1.2)
401401
net-ssh (>= 2.8.0)
402402
stomp (1.3.4)
@@ -444,7 +444,7 @@ DEPENDENCIES
444444
bower-rails (~> 0.11.0)
445445
capistrano (~> 3.8.1)
446446
capistrano-bundler (~> 1.2.0)
447-
capistrano-rails (~> 1.2.3)
447+
capistrano-rails (~> 1.3.1)
448448
capistrano-rbenv (~> 2.1.1)
449449
capybara (~> 2.14.0)
450450
coffee-rails (~> 4.2.1)

0 commit comments

Comments
 (0)