sqlint: 0.1.9 -> 0.1.10

This commit is contained in:
Mario Rodas 2020-04-08 04:20:00 -05:00
parent d92cc0f25b
commit f396fe6627
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027
2 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
GEM
remote: https://rubygems.org/
specs:
pg_query (1.1.0)
sqlint (0.1.9)
pg_query (1.2.0)
sqlint (0.1.10)
pg_query (~> 1)
PLATFORMS

View File

@ -4,10 +4,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "070iy9jdj0snfl42my5n6i2svcnn87cbffcjvvq5068hw0b0296w";
sha256 = "0p9s6znavm6v5dwk1hxg9a8h2lrrwh9l0rlk0sy8cx4sq2mq82m1";
type = "gem";
};
version = "1.1.0";
version = "1.2.0";
};
sqlint = {
dependencies = ["pg_query"];
@ -15,9 +15,9 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1pg9c00w520mw1mzq8kls8whwgqva1alksdsv536bh9nq7m2hnky";
sha256 = "0ds7qsaqi745fda8nliy15is36l1bkfbfkr43q6smpy103xbk44c";
type = "gem";
};
version = "0.1.9";
version = "0.1.10";
};
}