about summary refs log tree commit diff
path: root/pkgs/development/tools/sqlint
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-06-01 21:59:20 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-06-01 21:59:20 -0500
commit93420d9633ad1c7dbdba8812cf4e9efee43dd4c4 (patch)
treecfa9235a7051b5b892c83360ac91c7e38c336e21 /pkgs/development/tools/sqlint
parent6b1e29d42728a5ec28147c1e59bbb193c7014f3f (diff)
downloadnixlib-93420d9633ad1c7dbdba8812cf4e9efee43dd4c4.tar
nixlib-93420d9633ad1c7dbdba8812cf4e9efee43dd4c4.tar.gz
nixlib-93420d9633ad1c7dbdba8812cf4e9efee43dd4c4.tar.bz2
nixlib-93420d9633ad1c7dbdba8812cf4e9efee43dd4c4.tar.lz
nixlib-93420d9633ad1c7dbdba8812cf4e9efee43dd4c4.tar.xz
nixlib-93420d9633ad1c7dbdba8812cf4e9efee43dd4c4.tar.zst
nixlib-93420d9633ad1c7dbdba8812cf4e9efee43dd4c4.zip
sqlint: 0.1.7 -> 0.1.9
Diffstat (limited to 'pkgs/development/tools/sqlint')
-rw-r--r--pkgs/development/tools/sqlint/Gemfile.lock10
-rw-r--r--pkgs/development/tools/sqlint/gemset.nix23
2 files changed, 13 insertions, 20 deletions
diff --git a/pkgs/development/tools/sqlint/Gemfile.lock b/pkgs/development/tools/sqlint/Gemfile.lock
index 1fd44e97b998..6fc638615fbf 100644
--- a/pkgs/development/tools/sqlint/Gemfile.lock
+++ b/pkgs/development/tools/sqlint/Gemfile.lock
@@ -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
diff --git a/pkgs/development/tools/sqlint/gemset.nix b/pkgs/development/tools/sqlint/gemset.nix
index d2802a91703a..b10a56c4c923 100644
--- a/pkgs/development/tools/sqlint/gemset.nix
+++ b/pkgs/development/tools/sqlint/gemset.nix
@@ -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";
   };
-}
+}
\ No newline at end of file