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

Commit

Permalink
Bump rubocop from 0.91.1 to 0.92.0 (#9)
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.91.1 to 0.92.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.91.1...v0.92.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 29, 2020
1 parent ddf0e9a commit 9bb0f80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'capybara', '~> 3.33'
gem 'ffi', platforms: %i[mingw x64_mingw mswin]
gem 'rake', '~> 13.0', '>= 13.0.1'
gem 'rspec', '~> 3.9'
gem 'rubocop', '~> 0.91.1', require: false
gem 'rubocop', '~> 0.92.0', require: false
gem 'selenium-webdriver', '~> 3.142', '>= 3.142.7'
gem 'site_prism', '~> 3.4', '>= 3.4.2'
gem 'webdrivers', '~> 4.4'
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GEM
nokogiri (1.10.9-x86-mingw32)
mini_portile2 (~> 2.4.0)
parallel (1.19.2)
parser (2.7.1.4)
parser (2.7.1.5)
ast (~> 2.4.1)
public_suffix (4.0.5)
rack (2.2.3)
Expand All @@ -49,17 +49,17 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rubocop (0.91.1)
rubocop (0.92.0)
parallel (~> 1.10)
parser (>= 2.7.1.1)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.4.0, < 1.0)
rubocop-ast (>= 0.5.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.4.2)
parser (>= 2.7.1.4)
rubocop-ast (0.6.0)
parser (>= 2.7.1.5)
ruby-progressbar (1.10.1)
rubyzip (2.3.0)
selenium-webdriver (3.142.7)
Expand Down Expand Up @@ -89,7 +89,7 @@ DEPENDENCIES
ffi
rake (~> 13.0, >= 13.0.1)
rspec (~> 3.9)
rubocop (~> 0.91.1)
rubocop (~> 0.92.0)
selenium-webdriver (~> 3.142, >= 3.142.7)
site_prism (~> 3.4, >= 3.4.2)
webdrivers (~> 4.4)
Expand Down

0 comments on commit 9bb0f80

Please sign in to comment.