summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJeff McCune <jeff@puppetlabs.com>2013-02-25 14:11:07 -0800
committerJeff McCune <jeff@puppetlabs.com>2013-02-25 14:11:07 -0800
commit4fdefd07617a23797ada6aa0eb1a5dadd5b9bd43 (patch)
treeb7c7efda1bd54d5a27fb6633332a44934183d074 /Gemfile
parentd2e0c53243060a158e2fde18d8b05718397e0ded (diff)
parent03c5c4a434c2290c021034dbfed82cb0f97e0e87 (diff)
downloadpuppet-stdlib-4fdefd07617a23797ada6aa0eb1a5dadd5b9bd43.tar.gz
puppet-stdlib-4fdefd07617a23797ada6aa0eb1a5dadd5b9bd43.tar.bz2
Merge branch 'maint/3.x/ruby_two_travis' into 3.x
* maint/3.x/ruby_two_travis: (maint) Add Ruby 2.0.0 to Travis build matrix
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..3ddc07e
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,8 @@
+source "https://rubygems.org"
+
+if puppetversion = ENV['PUPPET_VERSION']
+ gem 'puppet', puppetversion
+else
+ gem 'puppet'
+end
+gem 'puppetlabs_spec_helper', '>= 0.1.0'