summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-10-22 18:51:11 +0200
committerGuido Günther <agx@sigxcpu.org>2015-10-22 18:51:11 +0200
commit514061e4f07ea95e1b54f3ffe97b8f98cc2d6cc0 (patch)
tree31f3d69611cbdb950a8fdecf1658ba40c13a48ea
parentb58db14ff19f4c80cbf79b4c022e298a6b3ad1f1 (diff)
Add missing source
-rw-r--r--development/install_as_non_root.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/development/install_as_non_root.mdwn b/development/install_as_non_root.mdwn
index eb33096..d991f9d 100644
--- a/development/install_as_non_root.mdwn
+++ b/development/install_as_non_root.mdwn
@@ -24,6 +24,8 @@ the libraries into a location where other tools can setp on it
Use bundler to pull Gems from [rubygems.org](http://rubygems.org). The *Gemfile*
describes what you want to pull in:
+ source 'https://rubygems.org'
+
group :development, :test do
gem 'puppetlabs_spec_helper', :require => false
gem 'puppet-lint', :require => false