summaryrefslogtreecommitdiff
path: root/development/install_as_non_root.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'development/install_as_non_root.mdwn')
-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