Skip to content

Commit b21fa4b

Browse files
Update rubocop requirement from ~> 1.8.0 to ~> 1.9.0 (#48)
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@v1.8.1...v1.9.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 4c796a3 commit b21fa4b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
ast (2.4.1)
11+
ast (2.4.2)
1212
coveralls (0.8.23)
1313
json (>= 1.8, < 3)
1414
simplecov (~> 0.16.1)
@@ -39,7 +39,7 @@ GEM
3939
diff-lcs (>= 1.2.0, < 2.0)
4040
rspec-support (~> 3.10.0)
4141
rspec-support (3.10.0)
42-
rubocop (1.8.1)
42+
rubocop (1.9.0)
4343
parallel (~> 1.10)
4444
parser (>= 3.0.0.0)
4545
rainbow (>= 2.2.2, < 4.0)
@@ -48,7 +48,7 @@ GEM
4848
rubocop-ast (>= 1.2.0, < 2.0)
4949
ruby-progressbar (~> 1.7)
5050
unicode-display_width (>= 1.4.0, < 3.0)
51-
rubocop-ast (1.4.0)
51+
rubocop-ast (1.4.1)
5252
parser (>= 2.7.1.5)
5353
ruby-progressbar (1.11.0)
5454
simplecov (0.16.1)
@@ -74,7 +74,7 @@ DEPENDENCIES
7474
coveralls (~> 0.8.23)
7575
rake (~> 13.0.1)
7676
rspec-sonarqube-formatter!
77-
rubocop (~> 1.8.0)
77+
rubocop (~> 1.9.0)
7878
simplecov (~> 0.16.1)
7979
simplecov-json (~> 0.2.0)
8080

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.2.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', '~> 1.8.0'
42+
spec.add_development_dependency 'rubocop', '~> 1.9.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)