Merge pull request #67647 from artemist/one_gadget

one_gadget: 1.6.2 → 1.7.2
This commit is contained in:
Marek Mahut 2019-08-30 10:25:27 +02:00 committed by GitHub
commit 2bcc36ee3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -2,10 +2,10 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
bindata (2.4.4) bindata (2.4.4)
elftools (1.0.2) elftools (1.1.0)
bindata (~> 2) bindata (~> 2)
one_gadget (1.6.2) one_gadget (1.7.2)
elftools (~> 1.0.2) elftools (>= 1.0.2, < 1.2.0)
PLATFORMS PLATFORMS
ruby ruby

View File

@ -15,10 +15,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1ajymn59fr9117dkwf5xl8vmr737h6xmrcf1033zjlj2l5qkxn4a"; sha256 = "0kdf0ck4rzxpd006y09rfwppdrqb3sxww4gzfpv2053yq4mkimbn";
type = "gem"; type = "gem";
}; };
version = "1.0.2"; version = "1.1.0";
}; };
one_gadget = { one_gadget = {
dependencies = ["elftools"]; dependencies = ["elftools"];
@ -26,9 +26,9 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0wacvysd7ddnbx2jl1vhzbkb28y974riyns7bpx889518zaa09z0"; sha256 = "07s2nigjw1yik895gliz3a7ps0m9j5nccq82zwdd30sv740jmf5b";
type = "gem"; type = "gem";
}; };
version = "1.6.2"; version = "1.7.2";
}; };
} }