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 1.9.1 to 1.10.0 (#40)
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 1.9.1 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@v1.9.1...v1.10.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 Feb 17, 2021
1 parent 9ae13d6 commit 1928607
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.35'
gem 'ffi', platforms: %i[mingw x64_mingw mswin]
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.10'
gem 'rubocop', '~> 1.9.1', require: false
gem 'rubocop', '~> 1.10.0', require: false
gem 'selenium-webdriver', '~> 3.142', '>= 3.142.7'
gem 'site_prism', '~> 3.7'
gem 'webdrivers', '~> 4.5'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rubocop (1.9.1)
rubocop (1.10.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand Down Expand Up @@ -91,7 +91,7 @@ DEPENDENCIES
ffi
rake (~> 13.0)
rspec (~> 3.10)
rubocop (~> 1.9.1)
rubocop (~> 1.10.0)
selenium-webdriver (~> 3.142, >= 3.142.7)
site_prism (~> 3.7)
webdrivers (~> 4.5)
Expand Down

0 comments on commit 1928607

Please sign in to comment.