summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorRaffael Schmid <raffael@yux.ch>2013-01-19 12:29:58 +0100
committerRaffael Schmid <raffael@yux.ch>2013-01-19 12:29:58 +0100
commit8d5c985f7cf44c173317b83b36812589aaf7a35b (patch)
tree66587e14e9abd1cb6b2ce694eaebe9bf953d9009 /Gemfile.lock
parent823c2587d51f8b6b5d82389f08b5c901ab84e3a2 (diff)
configure rvm and add Gemfile for easier gem deps install
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock36
1 files changed, 36 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..9fce3f9
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,36 @@
+GEM
+ remote: http://rubygems.org/
+ specs:
+ diff-lcs (1.1.3)
+ facter (1.6.17)
+ hiera (1.0.0)
+ metaclass (0.0.1)
+ mocha (0.13.1)
+ metaclass (~> 0.0.1)
+ puppet (3.0.2)
+ facter (~> 1.6.11)
+ hiera (~> 1.0.0)
+ puppetlabs_spec_helper (0.4.0)
+ mocha (>= 0.10.5)
+ rake
+ rspec (>= 2.9.0)
+ rspec-puppet (>= 0.1.1)
+ rake (10.0.3)
+ rspec (2.12.0)
+ rspec-core (~> 2.12.0)
+ rspec-expectations (~> 2.12.0)
+ rspec-mocks (~> 2.12.0)
+ rspec-core (2.12.2)
+ rspec-expectations (2.12.1)
+ diff-lcs (~> 1.1.3)
+ rspec-mocks (2.12.1)
+ rspec-puppet (0.1.5)
+ rspec
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ puppet
+ puppetlabs_spec_helper
+ rspec-puppet