Unverified Commit a2c0d759 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #276323 from marsam/update-brakeman

brakeman: 6.0.0 -> 6.1.0
parents ec528fe7 f1ccca66
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
GEM
  remote: https://rubygems.org/
  specs:
    brakeman (6.0.0)
    brakeman (6.1.0)

PLATFORMS
  ruby
@@ -10,4 +10,4 @@ DEPENDENCIES
  brakeman

BUNDLED WITH
   2.4.13
   2.4.22
+2 −2
Original line number Diff line number Diff line
@@ -4,9 +4,9 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1l2584f7cm7lmwihm1l449rk6vl4wlx3s7x317cm2inapzjhiybg";
      sha256 = "00vlip5z1gc1npj1nxvcy2gvwya4fk01xzyhazkhz3ymdn9nch0d";
      type = "gem";
    };
    version = "6.0.0";
    version = "6.1.0";
  };
}