diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/platform-ci/Gemfile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/platform-ci/Gemfile b/tests/platform-ci/Gemfile index 6ec76b2e..51e2c17b 100644 --- a/tests/platform-ci/Gemfile +++ b/tests/platform-ci/Gemfile @@ -12,6 +12,6 @@ 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 "puppet-catalog-test", :git => 'https://github.com/invadersmustdie/puppet-catalog-test.git', :ref => 'ac386793c2c456d2071dd0adda716224128f0bb3'    gem "leap_cli", :git => 'https://leap.se/git/leap_cli.git'  end | 
