Skip to content

Commit

Permalink
Bump rubocop from 0.87.1 to 0.88.0 (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Jul 14, 2020
1 parent f14ac27 commit 31ae68e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -11,7 +11,7 @@ group :development do
gem "pry", "0.13.1"
gem "rake", "~> 13.0"
gem "rake-compiler", "~> 1.0"
gem "rubocop", "0.87.1"
gem "rubocop", "0.88.0"
gem "rubocop-performance", "~> 1.3"
gem "simplecov", "0.18.5"
gem "yard", "0.9.25"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -48,7 +48,7 @@ GEM
rake
regexp_parser (1.7.1)
rexml (3.2.4)
rubocop (0.87.1)
rubocop (0.88.0)
parallel (~> 1.10)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
Expand Down Expand Up @@ -85,7 +85,7 @@ DEPENDENCIES
pry (= 0.13.1)
rake (~> 13.0)
rake-compiler (~> 1.0)
rubocop (= 0.87.1)
rubocop (= 0.88.0)
rubocop-performance (~> 1.3)
simplecov (= 0.18.5)
yard (= 0.9.25)
Expand Down

0 comments on commit 31ae68e

Please sign in to comment.