Commit 75dc87e7 authored by Steve Purcell's avatar Steve Purcell
Browse files

sqlint: 0.2.1 -> 0.3.0

parent 045472e0
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
GEM
  remote: https://rubygems.org/
  specs:
    google-protobuf (3.21.2)
    pg_query (2.1.3)
      google-protobuf (>= 3.19.2)
    sqlint (0.2.1)
      pg_query (~> 2)
    google-protobuf (3.25.0)
    pg_query (4.2.3)
      google-protobuf (>= 3.22.3)
    sqlint (0.3.0)
      pg_query (>= 1)

PLATFORMS
  ruby
@@ -14,4 +14,4 @@ DEPENDENCIES
  sqlint

BUNDLED WITH
   2.3.9
   2.4.20
+6 −6
Original line number Diff line number Diff line
@@ -4,10 +4,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1i5g23mjc4fiwymrfkvgcmsym50rapw7vm988fm46rlpg3zijgl1";
      sha256 = "18d1w5j7vjaza3v1ig9j7zyis04kxqdkb1272vbgncxn03ck45mm";
      type = "gem";
    };
    version = "3.21.2";
    version = "3.25.0";
  };
  pg_query = {
    dependencies = ["google-protobuf"];
@@ -15,10 +15,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "00bhwkhjy6bkp04313m5il7vd165i3fz0x4jissflf66i164ppgk";
      sha256 = "15ynrzqsmmbmxib8ri8n9k6z3l6rwd91j7y1mghm33nfgdf9bj8w";
      type = "gem";
    };
    version = "2.1.3";
    version = "4.2.3";
  };
  sqlint = {
    dependencies = ["pg_query"];
@@ -26,9 +26,9 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1wbsi0ivashmpgavz7j22qns3zcya8j6sd2f9y8hk8bnqx7i3ak0";
      sha256 = "06gljzjhbfvxs85699jr1p7y2j8hhi629kfarad7yjqy7ssl541n";
      type = "gem";
    };
    version = "0.2.1";
    version = "0.3.0";
  };
}