Skip to content

Commit

Permalink
downgrade knife-solo version
Browse files Browse the repository at this point in the history
  • Loading branch information
maukoquiroga committed Sep 28, 2012
1 parent cfcacfb commit 8925044
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
source :rubygems source :rubygems


gem 'knife-solo' gem 'knife-solo', '0.0.13'
gem 'chef', '10.14.2' gem 'chef', '10.14.2'
gem 'librarian' gem 'librarian'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GEM
highline (1.6.15) highline (1.6.15)
ipaddress (0.8.0) ipaddress (0.8.0)
json (1.6.1) json (1.6.1)
knife-solo (0.0.14) knife-solo (0.0.13)
chef (>= 0.10.10) chef (>= 0.10.10)
librarian (~> 0.0.20) librarian (~> 0.0.20)
net-ssh (>= 2.1.3, < 2.3.0) net-ssh (>= 2.1.3, < 2.3.0)
Expand Down Expand Up @@ -71,5 +71,5 @@ PLATFORMS


DEPENDENCIES DEPENDENCIES
chef (= 10.14.2) chef (= 10.14.2)
knife-solo knife-solo (= 0.0.13)
librarian librarian

0 comments on commit 8925044

Please sign in to comment.