Skip to content

Commit

Permalink
⬆️ Update dependency capistrano to 3.6.0, sshkit to 1.11.2, bundler t…
Browse files Browse the repository at this point in the history
…o 1.12.5, rake to 11.2.2
  • Loading branch information
apertureless committed Aug 23, 2016
1 parent 060572c commit 26241b5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
30 changes: 18 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,32 +1,38 @@
PATH
remote: .
specs:
capistrano-wpcli (0.1.1)
capistrano (~> 3.4.0)
sshkit (~> 1.7.0)
capistrano-wpcli (0.1.2)
capistrano (~> 3.6.0)
sshkit (~> 1.11.2)

GEM
remote: https://rubygems.org/
specs:
capistrano (3.4.0)
airbrussh (1.1.0)
sshkit (>= 1.6.1, != 1.7.0)
capistrano (3.6.0)
airbrussh (>= 1.0.0)
capistrano-harrow
i18n
rake (>= 10.0.0)
sshkit (~> 1.3)
colorize (0.7.7)
sshkit (>= 1.9.0)
capistrano-harrow (0.5.3)
i18n (0.7.0)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (3.0.1)
rake (10.4.2)
sshkit (1.7.1)
colorize (>= 0.7.0)
net-ssh (3.2.0)
rake (11.2.2)
sshkit (1.11.2)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.7.0)
bundler (~> 1.12.5)
capistrano-wpcli!
rake (~> 10.4.0)
rake (~> 11.2.2)

BUNDLED WITH
1.12.5
8 changes: 4 additions & 4 deletions capistrano-wpcli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency 'capistrano', '~> 3.4.0'
spec.add_dependency 'sshkit', '~> 1.7.0'
spec.add_dependency 'capistrano', '~> 3.6.0'
spec.add_dependency 'sshkit', '~> 1.11.2'

spec.add_development_dependency "bundler", "~> 1.7.0"
spec.add_development_dependency "rake", "~> 10.4.0"
spec.add_development_dependency "bundler", "~> 1.12.5"
spec.add_development_dependency "rake", "~> 11.2.2"

end

0 comments on commit 26241b5

Please sign in to comment.