Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

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

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] committed Feb 19, 2021
1 parent 17d2677 commit e9aa03a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ gem 'dotenv', '~> 2.7.6'
gem 'sequel', '~> 5.21.0'
gem 'pg', '~> 1.1'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 0.72', require: false
gem 'rubocop', '~> 1.10', require: false
29 changes: 17 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
ast (2.4.0)
ast (2.4.2)
discordrb (3.3.0)
discordrb-webhooks (~> 3.3.0)
ffi (>= 1.9.24)
Expand All @@ -19,39 +19,44 @@ GEM
http-accept (1.7.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
jaro_winkler (1.5.3)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
netrc (0.11.0)
opus-ruby (1.0.1)
ffi
parallel (1.17.0)
parser (2.6.3.0)
ast (~> 2.4.0)
parallel (1.20.1)
parser (3.0.0.0)
ast (~> 2.4.1)
pg (1.1.4)
rainbow (3.0.0)
rake (13.0.3)
rbnacl (3.4.0)
ffi
regexp_parser (2.0.3)
rest-client (2.1.0.rc1)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rubocop (0.72.0)
jaro_winkler (~> 1.5.1)
rexml (3.2.4)
rubocop (1.10.0)
parallel (~> 1.10)
parser (>= 2.6)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
ruby-progressbar (1.11.0)
sequel (5.21.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.6)
unicode-display_width (1.6.0)
unicode-display_width (2.0.0)
websocket (1.2.8)
websocket-client-simple (0.3.0)
event_emitter
Expand All @@ -65,7 +70,7 @@ DEPENDENCIES
dotenv (~> 2.7.6)
pg (~> 1.1)
rake (~> 13.0)
rubocop (~> 0.72)
rubocop (~> 1.10)
sequel (~> 5.21.0)

BUNDLED WITH
Expand Down

0 comments on commit e9aa03a

Please sign in to comment.