Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Don't do bundle install --local
Browse files Browse the repository at this point in the history
  • Loading branch information
rodjek committed Dec 6, 2013
1 parent 1a7f163 commit d6cb638
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>=

gem 'puppet-lint'
gem 'rspec-puppet'
gem 'puppetlabs_spec_helper'
gem 'puppet', puppetversion
6 changes: 0 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ GEM
hiera (~> 1.0)
rgen (~> 0.6)
puppet-lint (0.3.2)
puppetlabs_spec_helper (0.4.1)
mocha (>= 0.10.5)
rake
rspec (>= 2.9.0)
rspec-puppet (>= 0.1.1)
rake (10.0.4)
rgen (0.6.2)
rspec (2.14.1)
Expand All @@ -38,5 +33,4 @@ PLATFORMS
DEPENDENCIES
puppet (>= 3.2)
puppet-lint
puppetlabs_spec_helper
rspec-puppet
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env sh

bundle install --path vendor/gems --local
bundle install --path vendor/gems

0 comments on commit d6cb638

Please sign in to comment.