overcommit: 0.59.1 -> 0.60.0

See https://github.com/sds/overcommit/releases/tag/v0.60.0
This commit is contained in:
Anthony Roussel 2023-08-16 20:41:39 +02:00
parent 3514001703
commit 7a726590f2
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
2 changed files with 7 additions and 7 deletions

View File

@ -3,11 +3,11 @@ GEM
specs:
childprocess (4.1.0)
iniparse (1.5.0)
overcommit (0.59.1)
overcommit (0.60.0)
childprocess (>= 0.6.3, < 5)
iniparse (~> 1.4)
rexml (~> 3.2)
rexml (3.2.5)
rexml (3.2.6)
PLATFORMS
ruby
@ -16,4 +16,4 @@ DEPENDENCIES
overcommit
BUNDLED WITH
2.3.22
2.4.17

View File

@ -25,19 +25,19 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0dbz2y98r351r218m9d871ris1zfb6bcwr1gdhb39g2r9pail79n";
sha256 = "0slqmsycbqx746liwq0qw0c81xrp4051iff8s574a4fmj941gkia";
type = "gem";
};
version = "0.59.1";
version = "0.60.0";
};
rexml = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "08ximcyfjy94pm1rhcx04ny1vx2sk0x4y185gzn86yfsbzwkng53";
sha256 = "05i8518ay14kjbma550mv0jm8a6di8yp5phzrd8rj44z9qnrlrp0";
type = "gem";
};
version = "3.2.5";
version = "3.2.6";
};
}