Merge pull request #145364 from Artturin/puppetlintupdate

puppet-lint: 2.3.6 -> 2.5.2

authored by

Thiago Kenji Okada and committed by
GitHub
4420685e 274a3938

+6 -4
+2 -2
pkgs/development/tools/puppet/puppet-lint/Gemfile.lock
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 - puppet-lint (2.3.6) 5 6 PLATFORMS 7 ruby ··· 10 puppet-lint 11 12 BUNDLED WITH 13 - 2.1.4
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 + puppet-lint (2.5.2) 5 6 PLATFORMS 7 ruby ··· 10 puppet-lint 11 12 BUNDLED WITH 13 + 2.2.24
+4 -2
pkgs/development/tools/puppet/puppet-lint/gemset.nix
··· 1 { 2 puppet-lint = { 3 source = { 4 remotes = ["https://rubygems.org"]; 5 - sha256 = "1wyk2l440d96ps3x127r52n51kqpqi2nzb3xlg92qn6aksqhnkis"; 6 type = "gem"; 7 }; 8 - version = "2.3.6"; 9 }; 10 }
··· 1 { 2 puppet-lint = { 3 + groups = ["default"]; 4 + platforms = []; 5 source = { 6 remotes = ["https://rubygems.org"]; 7 + sha256 = "1rcj3cb6lf90g6vvhh3c9p8yn7pgibglf9k5878bzd6pn5ag0h9v"; 8 type = "gem"; 9 }; 10 + version = "2.5.2"; 11 }; 12 }