bundler-audit: 0.9.0.1 -> 0.9.1

This commit is contained in:
Michael Weiss 2022-06-12 13:34:49 +02:00
parent d906563271
commit 172a1d9397
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83
2 changed files with 7 additions and 7 deletions

View file

@ -1,10 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
bundler-audit (0.9.0.1)
bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
thor (1.1.0)
thor (1.2.1)
PLATFORMS
ruby
@ -13,4 +13,4 @@ DEPENDENCIES
bundler-audit
BUNDLED WITH
2.2.20
2.3.9

View file

@ -5,19 +5,19 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "05k19l5388248rd74cn2lm2ksci7fzmga74n835v7k31m4kbzw8v";
sha256 = "0gdx0019vj04n1512shhdx7hwphzqmdpw4vva2k551nd47y1dixx";
type = "gem";
};
version = "0.9.0.1";
version = "0.9.1";
};
thor = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "18yhlvmfya23cs3pvhr1qy38y41b6mhr5q9vwv5lrgk16wmf3jna";
sha256 = "0inl77jh4ia03jw3iqm5ipr76ghal3hyjrd6r8zqsswwvi9j2xdi";
type = "gem";
};
version = "1.1.0";
version = "1.2.1";
};
}