summaryrefslogtreecommitdiff
path: root/tests/platform-ci/Gemfile
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-06-29 19:16:17 +0200
committerVarac <varac@leap.se>2017-06-29 19:21:39 +0200
commit696750cbc39b969be2c774e1cd2d05f193f63b91 (patch)
tree32b9c5ca93f6b1c8affc86cc77dd2ee439bde4c6 /tests/platform-ci/Gemfile
parent86bad1811b267d6458700864ec8535990e2f04bb (diff)
Use platform CI scripts from upgrade_tests branch
Diffstat (limited to 'tests/platform-ci/Gemfile')
-rw-r--r--tests/platform-ci/Gemfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/platform-ci/Gemfile b/tests/platform-ci/Gemfile
index 36f556e5..44a8637d 100644
--- a/tests/platform-ci/Gemfile
+++ b/tests/platform-ci/Gemfile
@@ -12,6 +12,8 @@ group :test do
gem "mocha"
# Use puppet-catalog-test from git because last released gem 0.4.2 gives a deprecation
# warning: "[DEPRECATION] `last_comment` is deprecated. Please use `last_description` instead."
- gem "puppet-catalog-test", :git => 'https://github.com/invadersmustdie/puppet-catalog-test.git'
- gem "leap_cli", :git => 'https://leap.se/git/leap_cli.git', :branch => 'develop'
+ gem "puppet-catalog-test", :git => 'https://github.com/invadersmustdie/puppet-catalog-test.git', :ref => 'ac386793c2c456d2071dd0adda716224128f0bb3'
+ # Install fog-aws because the gem dependency of leap_cli is now optional
+ gem "fog-aws"
+ gem "leap_cli", :git => 'https://leap.se/git/leap_cli.git'
end