Skip to content

Commit

Permalink
Merge pull request #117550 from marsam/update-rubocop
Browse files Browse the repository at this point in the history
rubocop: 1.11.0 -> 1.12.0
  • Loading branch information
SuperSandro2000 committed Mar 25, 2021
2 parents 10836fa + d45bf41 commit a981d29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/tools/rubocop/Gemfile.lock
Expand Up @@ -8,7 +8,7 @@ GEM
rainbow (3.0.0)
regexp_parser (2.1.1)
rexml (3.2.4)
rubocop (1.11.0)
rubocop (1.12.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/tools/rubocop/gemset.nix
Expand Up @@ -66,10 +66,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0zrzsgx35mcr81c51gyx63s7yngcfgk33dbkx5j0npkaks4fcm7r";
sha256 = "1i3y0h6awywx4rdmjdan908jmnyk589pndbjypxkfbkqvjx514fw";
type = "gem";
};
version = "1.11.0";
version = "1.12.0";
};
rubocop-ast = {
dependencies = ["parser"];
Expand Down

0 comments on commit a981d29

Please sign in to comment.