3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #145364 from Artturin/puppetlintupdate

puppet-lint: 2.3.6 -> 2.5.2
This commit is contained in:
Thiago Kenji Okada 2021-11-10 18:33:18 -03:00 committed by GitHub
commit 4420685e85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
puppet-lint (2.3.6)
puppet-lint (2.5.2)
PLATFORMS
ruby
@ -10,4 +10,4 @@ DEPENDENCIES
puppet-lint
BUNDLED WITH
2.1.4
2.2.24

View file

@ -1,10 +1,12 @@
{
puppet-lint = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1wyk2l440d96ps3x127r52n51kqpqi2nzb3xlg92qn6aksqhnkis";
sha256 = "1rcj3cb6lf90g6vvhh3c9p8yn7pgibglf9k5878bzd6pn5ag0h9v";
type = "gem";
};
version = "2.3.6";
version = "2.5.2";
};
}