summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-06-29 15:30:52 +0200
committerVarac <varac@leap.se>2017-06-30 17:30:30 +0200
commit30a4bc4eba4654de8e5bd56a083a78b474a2a6ff (patch)
tree8714dd1cae3291f25b9ef22fa4d4bc9236d85c79 /tests
parentacf491a42ba2cd48669ae12021f2ecfe9b181ef2 (diff)
[CI] Pin leap_cli so fog-aws is installed
Diffstat (limited to 'tests')
-rw-r--r--tests/platform-ci/Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/platform-ci/Gemfile b/tests/platform-ci/Gemfile
index 51e2c17b..44a8637d 100644
--- a/tests/platform-ci/Gemfile
+++ b/tests/platform-ci/Gemfile
@@ -13,5 +13,7 @@ group :test do
# 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', :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