sqlint: 0.1.10 -> 0.2.0

- Updates libpg_query to 2.0.0 in gem config, used by pg_query gem 2.0.1
- Continue to support older gem with older libpg_query, for gitlab
- Remove redundant gem config override in sqlint expression
- Add myself as a maintainer
This commit is contained in:
Steve Purcell
2021-04-02 00:28:17 -04:00
committed by tomberek
parent 54c1e44240
commit b092bdccfa
4 changed files with 34 additions and 29 deletions
+5 -3
View File
@@ -1,9 +1,11 @@
GEM
remote: https://rubygems.org/
specs:
pg_query (1.2.0)
sqlint (0.1.10)
pg_query (~> 1)
google-protobuf (3.15.6)
pg_query (2.0.1)
google-protobuf (~> 3.15.5)
sqlint (0.2.0)
pg_query (~> 2)
PLATFORMS
ruby