Skip to content

Commit

Permalink
[ADP-3368] Update gemset.nix (#4640)
Browse files Browse the repository at this point in the history
- [x] Update ruby dependencies to use cbor-0.5.9.8

ADP-3368
  • Loading branch information
paolino authored Jun 18, 2024
2 parents 121823a + 9afa6ab commit 15ca1da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/e2e/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GEM
cardano_wallet (0.4.2)
bip_mnemonic (= 0.0.4)
httparty (~> 0.21.0)
cbor (0.5.9.6)
cbor (0.5.9.8)
diff-lcs (1.5.0)
faraday (2.7.1)
faraday-net_http (>= 2.0, < 3.1)
Expand Down Expand Up @@ -49,7 +49,7 @@ DEPENDENCIES
blake2b (= 0.10.0)
buildkit (= 1.5)
cardano_wallet (~> 0.4.2)
cbor (= 0.5.9.6)
cbor (= 0.5.9.8)
mustache (= 1.1.1)
rake (= 12.3.3)
rspec (= 3.11.0)
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/gemset.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0511idr8xps9625nh3kxr68sdy6l3xy2kcz7r57g47fxb1v18jj3";
sha256 = "1dsf9gjc2cj79vrnz2vgq573biqjw7ad4b0idm05xg6rb3y9gq4y";
type = "gem";
};
version = "0.5.9.6";
version = "0.5.9.8";
};
diff-lcs = {
groups = ["default"];
Expand Down

0 comments on commit 15ca1da

Please sign in to comment.