diff options
-rw-r--r-- | Gemfile | 3 | ||||
-rw-r--r-- | Gemfile.lock | 10 |
2 files changed, 10 insertions, 3 deletions
@@ -13,7 +13,8 @@ end group :test do gem "rake" gem "puppet", ENV['PUPPET_VERSION'] || '~> 3.7.0' - gem "puppet-lint" + gem "puppet-lint", github: 'rodjek/puppet-lint', + ref: '2546fed6be894bbcff15c3f48d4b6f6bc15d94d1' # Pin for 1.8.7 compatibility for now gem "rspec", '< 3.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 64ee253..1cd94b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,10 @@ +GIT + remote: git://github.com/rodjek/puppet-lint.git + revision: 2546fed6be894bbcff15c3f48d4b6f6bc15d94d1 + ref: 2546fed6be894bbcff15c3f48d4b6f6bc15d94d1 + specs: + puppet-lint (1.1.0) + GEM remote: https://rubygems.org/ specs: @@ -230,7 +237,6 @@ GEM puppet-blacksmith (3.3.1) puppet (>= 2.7.16) rest-client - puppet-lint (1.1.0) puppet-syntax (2.0.0) rake puppetlabs_spec_helper (1.0.1) @@ -307,7 +313,7 @@ DEPENDENCIES pry puppet (~> 3.7.0) puppet-blacksmith - puppet-lint + puppet-lint! puppet-syntax puppetlabs_spec_helper rake |