Merge pull request #62461 from marsam/update-sqlint

sqlint: 0.1.7 -> 0.1.9
This commit is contained in:
Maximilian Bosch 2019-06-02 11:04:39 +02:00 committed by GitHub
commit 3bfa5d4077
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 20 deletions

View file

@ -1,11 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
json (2.1.0)
pg_query (1.0.0)
json (>= 1.8, < 3)
sqlint (0.1.7)
pg_query (~> 0.13.5)
pg_query (1.1.0)
sqlint (0.1.9)
pg_query (~> 1)
PLATFORMS
ruby
@ -14,4 +12,4 @@ DEPENDENCIES
sqlint
BUNDLED WITH
1.14.6
1.17.2

View file

@ -1,28 +1,23 @@
{
json = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "01v6jjpvh3gnq6sgllpfqahlgxzj50ailwhj9b3cd20hi2dx0vxp";
type = "gem";
};
version = "2.1.0";
};
pg_query = {
dependencies = ["json"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0zgwnrf5mkpkxfh49r2pvh2djivrbqd19350g8hxapmkya9w3qpi";
sha256 = "070iy9jdj0snfl42my5n6i2svcnn87cbffcjvvq5068hw0b0296w";
type = "gem";
};
version = "1.0.0";
version = "1.1.0";
};
sqlint = {
dependencies = ["pg_query"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1wm81dgdmgc16b97bz73vm0wjd2m1ra1b40h0kwfd9wgrh9ig2al";
sha256 = "1pg9c00w520mw1mzq8kls8whwgqva1alksdsv536bh9nq7m2hnky";
type = "gem";
};
version = "0.1.7";
version = "0.1.9";
};
}
}