Skip to content

Commit

Permalink
Bump rubocop from 0.93.0 to 0.93.1
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.93.0 to 0.93.1.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.93.0...v0.93.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Oct 12, 2020
1 parent 010b39a commit 34ba676
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -11,6 +11,6 @@ group :development do
gem "mdl", "0.11.0"
gem "minitest", "~> 5.14"
gem "minitest-bisect", "~> 1.5"
gem "rubocop", "0.93.0"
gem "rubocop", "0.93.1"
gem "simplecov", "0.17.1"
end
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -58,9 +58,9 @@ GEM
public_suffix (4.0.3)
rainbow (3.0.0)
rake (13.0.1)
regexp_parser (1.8.1)
regexp_parser (1.8.2)
rexml (3.2.4)
rubocop (0.93.0)
rubocop (0.93.1)
parallel (~> 1.10)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
Expand Down Expand Up @@ -93,7 +93,7 @@ DEPENDENCIES
minitest-bisect (~> 1.5)
pry-byebug!
rake (~> 13.0)
rubocop (= 0.93.0)
rubocop (= 0.93.1)
simplecov (= 0.17.1)

BUNDLED WITH
Expand Down

0 comments on commit 34ba676

Please sign in to comment.