Skip to content

Commit 652a258

Browse files
Update rubocop requirement from ~> 0.93.0 to ~> 1.0.0 (#27)
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent fc032f4 commit 652a258

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ GEM
3939
diff-lcs (>= 1.2.0, < 2.0)
4040
rspec-support (~> 3.9.0)
4141
rspec-support (3.9.0)
42-
rubocop (0.93.1)
42+
rubocop (1.0.0)
4343
parallel (~> 1.10)
4444
parser (>= 2.7.1.5)
4545
rainbow (>= 2.2.2, < 4.0)
@@ -48,7 +48,7 @@ GEM
4848
rubocop-ast (>= 0.6.0)
4949
ruby-progressbar (~> 1.7)
5050
unicode-display_width (>= 1.4.0, < 2.0)
51-
rubocop-ast (0.7.1)
51+
rubocop-ast (0.8.0)
5252
parser (>= 2.7.1.5)
5353
ruby-progressbar (1.10.1)
5454
simplecov (0.16.1)
@@ -73,7 +73,7 @@ DEPENDENCIES
7373
coveralls (~> 0.8.23)
7474
rake (~> 13.0.1)
7575
rspec-sonarqube-formatter!
76-
rubocop (~> 0.93.0)
76+
rubocop (~> 1.0.0)
7777
simplecov (~> 0.16.1)
7878
simplecov-json (~> 0.2.0)
7979

rspec-sonarqube-formatter.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
3939
spec.add_development_dependency 'bundler', '~> 2.1.0'
4040
spec.add_development_dependency 'coveralls', '~> 0.8.23'
4141
spec.add_development_dependency 'rake', '~> 13.0.1'
42-
spec.add_development_dependency 'rubocop', '~> 0.93.0'
42+
spec.add_development_dependency 'rubocop', '~> 1.0.0'
4343
spec.add_development_dependency 'simplecov', '~> 0.16.1'
4444
spec.add_development_dependency 'simplecov-json', '~> 0.2.0'
4545
end

0 commit comments

Comments
 (0)