Skip to content

Commit

Permalink
Updates only librarian-chef not its dependencies
Browse files Browse the repository at this point in the history
Uses `bundle update --source=librarian-chef` which will only update the source
gem and required dependencies, not all dependencies.

Also updates the Cheffile site.
[#75083494]
  • Loading branch information
codeword committed Aug 20, 2014
1 parent debef8e commit 830f723
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cheffile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site 'http://community.opscode.com/api/v1'
site 'https://supermarket.getchef.com/api/v1'

cookbook 'sprout-rbenv', path: '.'
cookbook 'sprout-base', github: 'pivotal-sprout/sprout-base'
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
GEM
remote: https://rubygems.org/
specs:
archive-tar-minitar (0.5.2)
ast (1.1.0)
awesome_print (1.2.0)
chef (11.12.2)
Expand Down Expand Up @@ -46,12 +45,13 @@ GEM
librarian (0.1.2)
highline
thor (~> 0.15)
librarian-chef (0.0.2)
archive-tar-minitar (>= 0.5.2)
librarian-chef (0.0.4)
chef (>= 0.10)
librarian (~> 0.1.0)
minitar (>= 0.5.2)
method_source (0.8.2)
mime-types (1.25.1)
minitar (0.5.4)
mixlib-authentication (1.3.0)
mixlib-log
mixlib-cli (1.4.0)
Expand Down

0 comments on commit 830f723

Please sign in to comment.