commit f643412f0f466d93ec0ce00b1283824951989600
parent c7e5fdde22fbb0371d0123d8efc76238e69372c8
Author: Dan Callaghan <djc@djc.id.au>
Date: Mon, 1 Jan 2024 16:16:31 +1100
gpgme: 2.0.20 → 2.0.23
This fixes some "undefining the allocator of T_DATA class" warnings:
https://github.com/ueno/ruby-gpgme/commit/ac92f1428ed692e08a297ba3d0624d1edecb6245
Diffstat:
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/contrib/nix/Gemfile.lock b/contrib/nix/Gemfile.lock
@@ -4,8 +4,8 @@ GEM
ast (2.4.2)
chronic (0.10.2)
coderay (1.1.3)
- gpgme (2.0.20)
- mini_portile2 (~> 2.3)
+ gpgme (2.0.23)
+ mini_portile2 (~> 2.7)
highline (2.0.3)
json (2.6.2)
locale (2.1.3)
@@ -14,7 +14,7 @@ GEM
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
- mini_portile2 (2.8.0)
+ mini_portile2 (2.8.5)
minitest (5.16.2)
ncursesw (1.4.10)
optimist (3.0.1)
diff --git a/contrib/nix/gemset.nix b/contrib/nix/gemset.nix
@@ -35,10 +35,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0xbgh9d8nbvsvyzqnd0mzhz0nr9hx4qn025kmz6d837lry4lc6gw";
+ sha256 = "010wr6nnifi952bx4v5c49q25yx1g8lhib5wiv2sg7bip3yvlyy8";
type = "gem";
};
- version = "2.0.20";
+ version = "2.0.23";
};
highline = {
groups = ["default"];
@@ -116,10 +116,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0rapl1sfmfi3bfr68da4ca16yhc0pp93vjwkj7y3rdqrzy3b41hy";
+ sha256 = "1kl9c3kdchjabrihdqfmcplk3lq4cw1rr9f378y6q22qwy5dndvs";
type = "gem";
};
- version = "2.8.0";
+ version = "2.8.5";
};
minitest = {
groups = ["default"];