aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAdam Jahn <ajjahn@gmail.com>2015-12-07 18:40:41 -0500
committerAdam Jahn <ajjahn@gmail.com>2015-12-07 18:40:41 -0500
commit9d63e4ba0ab98e49eea4b0d7541ce8416d98c04e (patch)
treed8609b026cc13a62723e3639539f192edbcaf6d8 /Gemfile
parent35e26a24ece88652f07ee0caa026329ea0acb5a4 (diff)
downloadpuppet-samba-9d63e4ba0ab98e49eea4b0d7541ce8416d98c04e.tar.gz
puppet-samba-9d63e4ba0ab98e49eea4b0d7541ce8416d98c04e.tar.bz2
hash uses rocket in 1.8.7, duh.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 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