diff options
author | Adam Jahn <ajjahn@gmail.com> | 2015-12-07 18:35:39 -0500 |
---|---|---|
committer | Adam Jahn <ajjahn@gmail.com> | 2015-12-07 18:35:39 -0500 |
commit | 35e26a24ece88652f07ee0caa026329ea0acb5a4 (patch) | |
tree | 163344c7428228ba096dcac49b2f6c411521fe19 /Gemfile | |
parent | 41660aec9c7e8a43f029b31d6f1ef9374487dac9 (diff) | |
download | puppet-samba-35e26a24ece88652f07ee0caa026329ea0acb5a4.tar.gz puppet-samba-35e26a24ece88652f07ee0caa026329ea0acb5a4.tar.bz2 |
fix syntax Gemfile for 1.8.7
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |