nixpkgs/pkgs/development/tools/sqlint/Gemfile.lock
Steve Purcell dde94e3d83 defaultGemConfig.pg_query: 2.0.1 -> 2.0.2
pg_query 2.0.2 apparently has working ARM support.

This change also re-locks sqlint to use the newer version, and
generalises the platform spec to avoid being unnecessarily
restrictive.

As before, other packages which refer to pg_query are unaffected,
because they pin an older version of pg_query which is handled
separately in the gem-config expressions.

Follow-up to #116785
2021-04-02 21:02:54 +13:00

18 lines
234 B
Plaintext

GEM
remote: https://rubygems.org/
specs:
google-protobuf (3.15.6)
pg_query (2.0.2)
google-protobuf (~> 3.15.5)
sqlint (0.2.0)
pg_query (~> 2)
PLATFORMS
ruby
DEPENDENCIES
sqlint
BUNDLED WITH
2.1.4