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

Merge pull request #72286 from marsam/update-rubocop

rubocop: 0.75.0 -> 0.76.0
parents 73c71dd8 20ffb69c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3,11 +3,11 @@ GEM
  specs:
    ast (2.4.0)
    jaro_winkler (1.5.3)
    parallel (1.17.0)
    parser (2.6.4.1)
    parallel (1.18.0)
    parser (2.6.5.0)
      ast (~> 2.4.0)
    rainbow (3.0.0)
    rubocop (0.75.0)
    rubocop (0.76.0)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.6)
@@ -24,4 +24,4 @@ DEPENDENCIES
  rubocop

BUNDLED WITH
   1.17.2
   1.17.3
+6 −6
Original line number Diff line number Diff line
@@ -24,10 +24,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1x1gzgjrdlkm1aw0hfpyphsxcx90qgs3y4gmp9km3dvf4hc4qm8r";
      sha256 = "091p5zrzzyg3fg48jhdz9lzjf2r9r3akra2cd46yd4nza3xgxshz";
      type = "gem";
    };
    version = "1.17.0";
    version = "1.18.0";
  };
  parser = {
    dependencies = ["ast"];
@@ -35,10 +35,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1axig0czm40ydbnay9b9qzzavszx2p7knidbwim8lgcpfm4ynxdw";
      sha256 = "09davv4ld6caqlczw64vhwf8hr41apys3cj8v2h96yxs4qg1m2iw";
      type = "gem";
    };
    version = "2.6.4.1";
    version = "2.6.5.0";
  };
  rainbow = {
    groups = ["default"];
@@ -56,10 +56,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1x0hc3b9admal4684cfa1rh778khsydkv1dwf18cxyvb3v2h9rab";
      sha256 = "07x51ixlx76y194xsszh5lbkaqakz44ykbrjxg3qaggbs18790q0";
      type = "gem";
    };
    version = "0.75.0";
    version = "0.76.0";
  };
  ruby-progressbar = {
    groups = ["default"];