Commit 3ad5b986 authored by Kira Bruneau's avatar Kira Bruneau
Browse files

krane: 3.7.4 -> 3.8.1

parent d5faa841
Loading
Loading
Loading
Loading
+21 −22
Original line number Diff line number Diff line
GEM
  remote: https://rubygems.org/
  specs:
    activesupport (8.0.2)
    activesupport (8.1.0)
      base64
      benchmark (>= 0.3)
      bigdecimal
      concurrent-ruby (~> 1.0, >= 1.3.1)
      connection_pool (>= 2.2.5)
      drb
      i18n (>= 1.6, < 2)
      json
      logger (>= 1.4.2)
      minitest (>= 5.1)
      securerandom (>= 0.3)
@@ -17,15 +17,14 @@ GEM
    addressable (2.8.7)
      public_suffix (>= 2.0.2, < 7.0)
    base64 (0.3.0)
    benchmark (0.4.1)
    bigdecimal (3.2.2)
    bigdecimal (3.3.1)
    colorize (0.8.1)
    concurrent-ruby (1.3.5)
    connection_pool (2.5.3)
    connection_pool (2.5.4)
    domain_name (0.6.20240107)
    drb (2.2.3)
    ejson (1.5.3)
    faraday (2.13.2)
    faraday (2.14.0)
      faraday-net_http (>= 2.0, < 3.5)
      json
      logger
@@ -39,11 +38,11 @@ GEM
      base64 (~> 0.2)
      faraday (>= 1.0, < 3.a)
    google-logging-utils (0.2.0)
    googleauth (1.14.0)
    googleauth (1.15.1)
      faraday (>= 1.0, < 3.a)
      google-cloud-env (~> 2.2)
      google-logging-utils (~> 0.1)
      jwt (>= 1.4, < 3.0)
      jwt (>= 1.4, < 4.0)
      multi_json (~> 1.11)
      os (>= 0.9, < 2.0)
      signet (>= 0.16, < 2.a)
@@ -53,17 +52,17 @@ GEM
      http-form_data (~> 2.2)
      llhttp-ffi (~> 0.5.0)
    http-accept (1.7.0)
    http-cookie (1.0.8)
    http-cookie (1.1.0)
      domain_name (~> 0.5)
    http-form_data (2.3.0)
    i18n (1.14.7)
      concurrent-ruby (~> 1.0)
    json (2.12.2)
    json (2.15.1)
    jsonpath (1.1.5)
      multi_json
    jwt (2.10.2)
    jwt (3.1.2)
      base64
    krane (3.7.4)
    krane (3.8.1)
      activesupport (>= 5.0)
      colorize (~> 0.8)
      concurrent-ruby (~> 1.1)
@@ -74,7 +73,7 @@ GEM
      multi_json
      statsd-instrument (>= 2.8, < 3.9)
      thor (>= 1.0, < 2.0)
    kubeclient (4.12.0)
    kubeclient (4.13.0)
      http (>= 3.0, < 6.0)
      jsonpath (~> 1.0)
      recursive-open-struct (~> 1.1, >= 1.1.1)
@@ -86,14 +85,14 @@ GEM
    mime-types (3.7.0)
      logger
      mime-types-data (~> 3.2025, >= 3.2025.0507)
    mime-types-data (3.2025.0708)
    minitest (5.25.5)
    multi_json (1.16.0)
    mime-types-data (3.2025.0924)
    minitest (5.26.0)
    multi_json (1.17.0)
    net-http (0.6.0)
      uri
    netrc (0.11.0)
    os (1.1.4)
    ostruct (0.6.2)
    ostruct (0.6.3)
    public_suffix (6.0.2)
    rake (13.3.0)
    recursive-open-struct (1.3.1)
@@ -104,16 +103,16 @@ GEM
      mime-types (>= 1.16, < 4.0)
      netrc (~> 0.8)
    securerandom (0.4.1)
    signet (0.20.0)
    signet (0.21.0)
      addressable (~> 2.8)
      faraday (>= 0.17.5, < 3.a)
      jwt (>= 1.5, < 3.0)
      jwt (>= 1.5, < 4.0)
      multi_json (~> 1.10)
    statsd-instrument (3.8.0)
    thor (1.3.2)
    thor (1.4.0)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    uri (1.0.3)
    uri (1.0.4)

PLATFORMS
  ruby
@@ -122,4 +121,4 @@ DEPENDENCIES
  krane

BUNDLED WITH
   2.6.9
   2.7.1
+35 −45
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@
  activesupport = {
    dependencies = [
      "base64"
      "benchmark"
      "bigdecimal"
      "concurrent-ruby"
      "connection_pool"
      "drb"
      "i18n"
      "json"
      "logger"
      "minitest"
      "securerandom"
@@ -18,10 +18,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "0pm40y64wfc50a9sj87kxvil2102rmpdcbv82zf0r40vlgdwsrc5";
      sha256 = "02h73s0cimsfx81vgkaw1jx4cnhp3gs6qslk2qmbqyxy4l3z9bfl";
      type = "gem";
    };
    version = "8.0.2";
    version = "8.1.0";
  };
  addressable = {
    dependencies = [ "public_suffix" ];
@@ -44,25 +44,15 @@
    };
    version = "0.3.0";
  };
  benchmark = {
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "1kicilpma5l0lwayqjb5577bm0hbjndj2gh150xz09xsgc1l1vyl";
      type = "gem";
    };
    version = "0.4.1";
  };
  bigdecimal = {
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "1p2szbr4jdvmwaaj2kxlbv1rp0m6ycbgfyp0kjkkkswmniv5y21r";
      sha256 = "0612spks81fvpv2zrrv3371lbs6mwd7w6g5zafglyk75ici1x87a";
      type = "gem";
    };
    version = "3.2.2";
    version = "3.3.1";
  };
  colorize = {
    groups = [ "default" ];
@@ -89,10 +79,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "0nrhsk7b3sjqbyl1cah6ibf1kvi3v93a7wf4637d355hp614mmyg";
      sha256 = "02p7l47gvchbvnbag6kb4x2hg8n28r25ybslyvrr2q214wir5qg9";
      type = "gem";
    };
    version = "2.5.3";
    version = "2.5.4";
  };
  domain_name = {
    groups = [ "default" ];
@@ -134,10 +124,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "06ia9z1wxydn0nmddinnjr93qdv856gi3i87h0fycy5y7cp7c6aw";
      sha256 = "1ka175ci0q9ylpcy651pjj580diplkaskycn4n7jcmbyv7jwz6c6";
      type = "gem";
    };
    version = "2.13.2";
    version = "2.14.0";
  };
  faraday-net_http = {
    dependencies = [ "net-http" ];
@@ -212,10 +202,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "0jai8xv2rmhz8nb6vxg4whq6aldmkbyjsn3hvk9w740qg48xxrv2";
      sha256 = "096bsg1z4yyqxrdmnxdbb45g94dr2fb8hf2av40kcmqd7n4n06fn";
      type = "gem";
    };
    version = "1.14.0";
    version = "1.15.1";
  };
  http = {
    dependencies = [
@@ -249,10 +239,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "19hsskzk5zpv14mnf07pq71hfk1fsjwfjcw616pgjjzjbi2f0kxi";
      sha256 = "06dvmngd4hwrr6k774i1h6c50h2l8nww9f1id0wvrvi72l6yd99q";
      type = "gem";
    };
    version = "1.0.8";
    version = "1.1.0";
  };
  http-form_data = {
    groups = [ "default" ];
@@ -280,10 +270,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "1x5b8ipv6g0z44wgc45039k04smsyf95h2m5m67mqq35sa5a955s";
      sha256 = "128bp3mihh175l9wm7hgg9sdisp6hd3kf36fw01iksqnq7kv5hdi";
      type = "gem";
    };
    version = "2.12.2";
    version = "2.15.1";
  };
  jsonpath = {
    dependencies = [ "multi_json" ];
@@ -302,10 +292,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "1x64l31nkqjwfv51s2vsm0yqq4cwzrlnji12wvaq761myx3fxq9i";
      sha256 = "0dfm4bhl4fzn076igh0bmh2v1vphcrxdv6ldc46hdd3bkbqr2sdg";
      type = "gem";
    };
    version = "2.10.2";
    version = "3.1.2";
  };
  krane = {
    dependencies = [
@@ -324,10 +314,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "0pf71cvx3c57znasj2mr5fvia47iz6zhviy1yjz1wiqnd39bv85j";
      sha256 = "0mgim57lx8dqdygzzy4qlmq2rmrh0hf8cz1ihx1zqm5477ywg4wj";
      type = "gem";
    };
    version = "3.7.4";
    version = "3.8.1";
  };
  kubeclient = {
    dependencies = [
@@ -340,10 +330,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "1g89qd1hhf111zy9djlzblzz06pnv59zmamh6fk06wvnih7vj446";
      sha256 = "14q6vsfrlmz1ja3p4qh58a5m2ljd24hmn33750rr7qb18jqndxji";
      type = "gem";
    };
    version = "4.12.0";
    version = "4.13.0";
  };
  llhttp-ffi = {
    dependencies = [
@@ -388,30 +378,30 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "1nxrxm1g02a049zcjv859pzjbkwy22ljlz97r6jd5n42scvb92ch";
      sha256 = "0a27k4jcrx7pvb0p59fn1frh14iy087c2aygrdkmgwsrbshvqxpj";
      type = "gem";
    };
    version = "3.2025.0708";
    version = "3.2025.0924";
  };
  minitest = {
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "0mn7q9yzrwinvfvkyjiz548a4rmcwbmz2fn9nyzh4j1snin6q6rr";
      sha256 = "0c1c9lr7h0bnf48xj5sylg2cs2awrb0hfxwimiz4yfl6kz87m0gm";
      type = "gem";
    };
    version = "5.25.5";
    version = "5.26.0";
  };
  multi_json = {
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "0dknzbz2awgwp09gkvbw0423r53bc8ziwchrg2g852crnqh327qi";
      sha256 = "06sabsvnw0x1aqdcswc6bqrqz6705548bfd8z22jxgxfjrn1yn3n";
      type = "gem";
    };
    version = "1.16.0";
    version = "1.17.0";
  };
  net-http = {
    dependencies = [ "uri" ];
@@ -449,10 +439,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "1h6gazp5837xbz1aqvq9x0a5ffpw32nhvknn931a4074k6i04wvd";
      sha256 = "04nrir9wdpc4izqwqbysxyly8y7hsfr4fsv69rw91lfi9d5fv8lm";
      type = "gem";
    };
    version = "0.6.2";
    version = "0.6.3";
  };
  public_suffix = {
    groups = [ "default" ];
@@ -522,10 +512,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "18s7xiclzajp9w9cmq8k28iy5ig1zpx1zv1mrm416cb2c0m0wrmw";
      sha256 = "0nydm087m5c3j85gvzvz30w1qb9pl2lzpznw746jha29ybxyj5yn";
      type = "gem";
    };
    version = "0.20.0";
    version = "0.21.0";
  };
  statsd-instrument = {
    groups = [ "default" ];
@@ -542,10 +532,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "1nmymd86a0vb39pzj2cwv57avdrl6pl3lf5bsz58q594kqxjkw7f";
      sha256 = "0gcarlmpfbmqnjvwfz44gdjhcmm634di7plcx2zdgwdhrhifhqw7";
      type = "gem";
    };
    version = "1.3.2";
    version = "1.4.0";
  };
  tzinfo = {
    dependencies = [ "concurrent-ruby" ];
@@ -563,9 +553,9 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "04bhfvc25b07jaiaf62yrach7khhr5jlr5bx6nygg8pf11329wp9";
      sha256 = "0jrl2vkdvc5aq8q3qvjmmrgjxfm784w8h7fal19qg7q7gh9msj1l";
      type = "gem";
    };
    version = "1.0.3";
    version = "1.0.4";
  };
}