]> gitweb.fluxo.info Git - puppet-samba.git/commitdiff
update puppet lint to fix whitespace bug
authorAdam Jahn <ajjahn@gmail.com>
Mon, 7 Dec 2015 22:34:26 +0000 (17:34 -0500)
committerAdam Jahn <ajjahn@gmail.com>
Mon, 7 Dec 2015 22:34:26 +0000 (17:34 -0500)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index b6cc8a63f8b6ad0f5e535502a424a7adddd4b071..aface555b488f9671704fd4151b857d4d07f43d4 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -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'
index 64ee2538e954f4587431eee5b5f9bd72e6931717..1cd94b15fe0d8f620991c01b6edac41ca38fb12f 100644 (file)
@@ -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