diff options
Diffstat (limited to 'tests/platform-ci/Gemfile')
-rw-r--r-- | tests/platform-ci/Gemfile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/platform-ci/Gemfile b/tests/platform-ci/Gemfile new file mode 100644 index 00000000..aea88237 --- /dev/null +++ b/tests/platform-ci/Gemfile @@ -0,0 +1,15 @@ +source "https://rubygems.org" + +group :test do + gem "rake" + gem "rspec", '< 3.2.0' + gem "puppet", ENV['PUPPET_VERSION'] || ENV['GEM_PUPPET_VERSION'] || ENV['PUPPET_GEM_VERSION'] || '~> 3.8' + gem "facter", ENV['FACTER_VERSION'] || ENV['GEM_FACTER_VERSION'] || ENV['FACTER_GEM_VERSION'] || '~> 2.2.0' + gem "rspec-puppet" + gem "puppetlabs_spec_helper" + gem "metadata-json-lint" + gem "rspec-puppet-facts" + gem "mocha" + gem "puppet-catalog-test" + gem "leap_cli", :git => 'https://leap.se/git/leap_cli.git', :branch => 'develop' +end |