Unverified Commit 70459aee authored by Emily Trau's avatar Emily Trau Committed by GitHub
Browse files

Merge pull request #305666 from emilytrau/onegadget-1.9.0

one_gadget: 1.8.1 -> 1.9.0
parents a77f1016 f1459c34
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
GEM
  remote: https://rubygems.org/
  specs:
    bindata (2.4.15)
    bindata (2.5.0)
    elftools (1.1.3)
      bindata (~> 2)
    one_gadget (1.8.1)
    one_gadget (1.9.0)
      elftools (>= 1.0.2, < 1.2.0)

PLATFORMS
@@ -14,4 +14,4 @@ DEPENDENCIES
  one_gadget

BUNDLED WITH
   2.4.19
   2.5.7
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ bundlerApp {
    homepage    = "https://github.com/david942j/one_gadget";
    license     = licenses.mit;
    maintainers = with maintainers; [ artemist nicknovitski ];
    mainProgram = "one_gadget";
    platforms   = platforms.unix;
  };
}
+4 −4
Original line number Diff line number Diff line
@@ -4,10 +4,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "04y4zgh4bbcb8wmkxwfqg4saky1d1f3xw8z6yk543q13h8ky8rz5";
      sha256 = "08r67nglsqnxrbn803szf5bdnqhchhq8kf2by94f37fcl65wpp19";
      type = "gem";
    };
    version = "2.4.15";
    version = "2.5.0";
  };
  elftools = {
    dependencies = ["bindata"];
@@ -26,9 +26,9 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0dwsmjhr9i8gwwbbpiyddbhcx74cvqqk90a5l8zbsjhjfs679irc";
      sha256 = "1j9478h929jm5hq2fs3v8y37a7y2hhpli90mbps7yvka4ykci7mw";
      type = "gem";
    };
    version = "1.8.1";
    version = "1.9.0";
  };
}