rubocop: 1.9.1 -> 1.10.0

https://github.com/rubocop-hq/rubocop/releases/tag/v1.10.0
This commit is contained in:
Mario Rodas 2021-02-15 04:20:00 +00:00
parent fbed952566
commit 1b7a422868
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ GEM
rainbow (3.0.0)
regexp_parser (2.0.3)
rexml (3.2.4)
rubocop (1.9.1)
rubocop (1.10.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)

View file

@ -66,10 +66,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "06npybjypxsrz09z8ivxqfcwzpbgif6z3hwpp0ls8znqlgp3m922";
sha256 = "1ncd6w4sc112j86j9j12ws7flxfi8dk8nal2kyxg7phdfr703qlz";
type = "gem";
};
version = "1.9.1";
version = "1.10.0";
};
rubocop-ast = {
dependencies = ["parser"];