summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorAaron Stone <aaron@serendipity.cx>2012-10-18 22:01:46 -0700
committerAaron Stone <aaron@serendipity.cx>2012-10-18 22:01:46 -0700
commitf373a8b78935b0ee1005df0ead235d76a79178c5 (patch)
tree23b18f1fa326265b49c503bd396a8a31f918ade2 /Gemfile.lock
parentcb791664568ba4093ab296de190ed470124d1f54 (diff)
Get the specs running under bundler.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock20
1 files changed, 20 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..210a2dd
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,20 @@
+GEM
+ remote: http://rubygems.org/
+ specs:
+ facter (1.6.13)
+ metaclass (0.0.1)
+ mocha (0.12.7)
+ metaclass (~> 0.0.1)
+ puppet (2.7.19)
+ facter (~> 1.5)
+ rake (0.8.7)
+ rspec (1.2.9)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ mocha (~> 0.12.7)
+ puppet (~> 2.7)
+ rake (~> 0.8.7)
+ rspec (~> 1.2.9)