]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/aviator/Gemfile
add aimonb/aviator to 3rdparty
[dsa-puppet.git] / 3rdparty / modules / aviator / Gemfile
diff --git a/3rdparty/modules/aviator/Gemfile b/3rdparty/modules/aviator/Gemfile
new file mode 100644 (file)
index 0000000..483cfd0
--- /dev/null
@@ -0,0 +1,17 @@
+# A sample Gemfile
+source "https://rubygems.org"
+
+gem 'ci_reporter'
+gem 'simplecov'
+gem 'simplecov-rcov'
+gem "rspec", '~> 2.0'
+gem "mocha"
+gem 'puppet',       '= 3.5.1'
+gem 'puppet-lint'
+gem 'facter',       '>= 1.6.10'
+gem 'rspec-puppet', :git => 'https://github.com/rodjek/rspec-puppet.git', :branch => 'master'
+gem 'rake',         '>= 0.9.2'
+gem 'puppetlabs_spec_helper', '0.3.0'
+gem 'test-unit'
+gem 'rspec_junit_formatter'
+gem 'rspec-puppet-utils'