Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentaro committed Mar 20, 2013
1 parent a6b7820 commit 1a17412
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 24 deletions.
7 changes: 4 additions & 3 deletions Gemfile
@@ -1,5 +1,6 @@
source "https://rubygems.org"

gem "knife-solo", "0.2.0"
gem "librarian", ">=0.0.26"
gem "vagrant", ">=1.0.7"
gem "knife-solo"
gem "librarian"
gem "vagrant", github: "mitchellh/vagrant"
gem "net-ssh"
47 changes: 26 additions & 21 deletions Gemfile.lock
@@ -1,17 +1,30 @@
GIT
remote: git://github.com/mitchellh/vagrant.git
revision: 6babeb41889c1f316130fb8da0f1b66d0a2e07aa
specs:
vagrant (1.1.3.dev)
childprocess (~> 0.3.7)
erubis (~> 2.7.0)
i18n (~> 0.6.0)
json (>= 1.5.1, < 1.8.0)
log4r (~> 1.1.9)
net-scp (~> 1.1.0)
net-ssh (~> 2.6.6)

GEM
remote: https://rubygems.org/
specs:
archive-tar-minitar (0.5.2)
chef (11.0.0)
chef (11.4.0)
erubis
highline (>= 1.6.9)
json (>= 1.4.4, <= 1.6.1)
json (>= 1.4.4, <= 1.7.7)
mixlib-authentication (>= 1.3.0)
mixlib-cli (~> 1.3.0)
mixlib-config (>= 1.1.2)
mixlib-log (>= 1.3.0)
mixlib-shellout
net-ssh (~> 2.2.2)
net-ssh (~> 2.6)
net-ssh-multi (~> 1.1.0)
ohai (>= 0.6.0)
rest-client (>= 1.0.4, < 1.7.0)
Expand All @@ -23,7 +36,7 @@ GEM
highline (1.6.16)
i18n (0.6.4)
ipaddress (0.8.0)
json (1.6.1)
json (1.7.7)
knife-solo (0.2.0)
chef (>= 10.12)
librarian (~> 0.0.20)
Expand All @@ -41,11 +54,11 @@ GEM
mixlib-config (1.1.2)
mixlib-log (1.4.1)
mixlib-shellout (1.1.0)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-ssh (2.2.2)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
net-scp (1.1.0)
net-ssh (>= 2.6.5)
net-ssh (2.6.6)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
net-ssh-multi (1.1)
net-ssh (>= 2.1.4)
net-ssh-gateway (>= 0.99.0)
Expand All @@ -61,21 +74,13 @@ GEM
mime-types (>= 1.16)
systemu (2.5.2)
thor (0.17.0)
vagrant (1.0.7)
archive-tar-minitar (= 0.5.2)
childprocess (~> 0.3.1)
erubis (~> 2.7.0)
i18n (~> 0.6.0)
json (>= 1.5.1, < 1.8.0)
log4r (~> 1.1.9)
net-scp (~> 1.0.4)
net-ssh (~> 2.2.2)
yajl-ruby (1.1.0)

PLATFORMS
ruby

DEPENDENCIES
knife-solo (= 0.2.0)
librarian (>= 0.0.26)
vagrant (>= 1.0.7)
knife-solo
librarian
net-ssh
vagrant!

0 comments on commit 1a17412

Please sign in to comment.