summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/platform-ci/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/platform-ci/Gemfile b/tests/platform-ci/Gemfile
index 36f556e5..6ec76b2e 100644
--- a/tests/platform-ci/Gemfile
+++ b/tests/platform-ci/Gemfile
@@ -13,5 +13,5 @@ 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'
- gem "leap_cli", :git => 'https://leap.se/git/leap_cli.git', :branch => 'develop'
+ gem "leap_cli", :git => 'https://leap.se/git/leap_cli.git'
end