aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock2
2 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 237284d..b63df54 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", git: 'https://github.com/rodjek/puppet-lint.git',
+ gem "puppet-lint", :github => 'rodjek/puppet-lint',
ref: '2546fed6be894bbcff15c3f48d4b6f6bc15d94d1'
# Pin for 1.8.7 compatibility for now
diff --git a/Gemfile.lock b/Gemfile.lock
index 917a53c..1cd94b1 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,5 +1,5 @@
GIT
- remote: https://github.com/rodjek/puppet-lint.git
+ remote: git://github.com/rodjek/puppet-lint.git
revision: 2546fed6be894bbcff15c3f48d4b6f6bc15d94d1
ref: 2546fed6be894bbcff15c3f48d4b6f6bc15d94d1
specs: