summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorGary Larizza <gary@puppetlabs.com>2012-10-30 17:40:13 -0700
committerGary Larizza <gary@puppetlabs.com>2012-10-30 17:40:13 -0700
commit8b0df4beccdb62a87e82ba2f25b8060882c07b93 (patch)
treea699ee9774122c4912c686dc041707a063e69a6d /Gemfile
parent109d181b8ec6130151b2e8144cdaecf986a96075 (diff)
parentb0f655163696aea40813db54fd830387bfc7e499 (diff)
Merge pull request #35 from sodabrew/dummy-provider
Add a dummy provider, remove 'defaultfor' from all other providers.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..cde1d14
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,5 @@
+source :rubygems
+gem 'rake', '~> 0.8.7'
+gem 'rspec', '~> 1.2.9'
+gem 'mocha', '~> 0.12.7', :require => false
+gem 'puppet', '~> 2.7'