Skip to content

Commit

Permalink
Bump rubocop from 0.93.1 to 1.0.0 (publiclab#8664)
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.93.1 to 1.0.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.93.1...v1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored and reginaalyssa committed Oct 16, 2021
1 parent d183b24 commit 55262c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ gem 'rb-readline'
gem 'rdiscount', '~> 2.2'
gem "recaptcha", require: "recaptcha/rails"
gem 'responders', '~> 3.0'
gem 'rubocop', '~> 0.93.1', require: false
gem 'rubocop', '~> 1.0.0', require: false
gem "ruby-openid", :require => "openid"
gem 'sanitize'
gem 'sentry-raven'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
rubocop (0.93.1)
rubocop (1.0.0)
parallel (~> 1.10)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -465,7 +465,7 @@ GEM
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.7.1)
rubocop-ast (1.0.0)
parser (>= 2.7.1.5)
ruby-openid (2.9.2)
ruby-progressbar (1.10.1)
Expand Down Expand Up @@ -661,7 +661,7 @@ DEPENDENCIES
rest-client
reverse_markdown
rspec
rubocop (~> 0.93.1)
rubocop (~> 1.0.0)
ruby-openid
sanitize
sassc-rails
Expand Down

0 comments on commit 55262c8

Please sign in to comment.