From: Adam Jahn Date: Mon, 7 Dec 2015 23:35:39 +0000 (-0500) Subject: fix syntax Gemfile for 1.8.7 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=35e26a24ece88652f07ee0caa026329ea0acb5a4;p=puppet-samba.git fix syntax Gemfile for 1.8.7 --- diff --git a/Gemfile b/Gemfile index aface55..237284d 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ end group :test do gem "rake" gem "puppet", ENV['PUPPET_VERSION'] || '~> 3.7.0' - gem "puppet-lint", github: 'rodjek/puppet-lint', + gem "puppet-lint", git: 'https://github.com/rodjek/puppet-lint.git', ref: '2546fed6be894bbcff15c3f48d4b6f6bc15d94d1' # Pin for 1.8.7 compatibility for now diff --git a/Gemfile.lock b/Gemfile.lock index 1cd94b1..917a53c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,5 @@ GIT - remote: git://github.com/rodjek/puppet-lint.git + remote: https://github.com/rodjek/puppet-lint.git revision: 2546fed6be894bbcff15c3f48d4b6f6bc15d94d1 ref: 2546fed6be894bbcff15c3f48d4b6f6bc15d94d1 specs: