Merge pull request #173447 from kira-bruneau/krane

krane: fix build by updating dependencies
main
Sandro 2 years ago committed by GitHub
commit b817574a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/applications/networking/cluster/krane/Gemfile.lock
  2. 8
      pkgs/applications/networking/cluster/krane/gemset.nix

@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.2.3)
activesupport (7.0.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
@ -60,7 +60,7 @@ GEM
ffi-compiler (>= 1.0, < 2.0)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
jsonpath (1.1.1)
jsonpath (1.1.2)
multi_json
jwt (2.3.0)
krane (2.4.6)

@ -5,10 +5,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1jpydd414j0fig3r0f6ci67mchclg6cq2qgqbq9zplrbg40pzfi8";
sha256 = "0z05zyc57f8ywvdvls6nx93vrhyyzzpgz729mwampz1qb8vvcspj";
type = "gem";
};
version = "7.0.2.3";
version = "7.0.3";
};
addressable = {
dependencies = ["public_suffix"];
@ -276,10 +276,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0slr38w21gwizkq4nk6c7l7lcqc2c733zfn5fq1pmbwy5bwiggad";
sha256 = "0fkdjic88hh0accp0sbx5mcrr9yaqwampf5c3214212d4i614138";
type = "gem";
};
version = "1.1.1";
version = "1.1.2";
};
jwt = {
groups = ["default"];

Loading…
Cancel
Save