Skip to content

Commit

Permalink
Update rubocop requirement from ~> 1.39.0 to ~> 1.40.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.39.0...v1.40.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MrSerth committed Dec 9, 2022
1 parent f1f83b5 commit 4558f5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GEM
rspec (>= 2.99.0, < 4.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.2)
json (2.6.3)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -90,7 +90,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.39.0)
rubocop (1.40.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
Expand All @@ -100,7 +100,7 @@ GEM
rubocop-ast (>= 1.23.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.23.0)
rubocop-ast (1.24.0)
parser (>= 3.1.1.0)
rubocop-performance (1.15.1)
rubocop (>= 1.7.0, < 2.0)
Expand Down Expand Up @@ -135,7 +135,7 @@ DEPENDENCIES
rake (~> 13.0)
rspec (~> 3.0)
rspec-collection_matchers (~> 1.2.0)
rubocop (~> 1.39.0)
rubocop (~> 1.40.0)
rubocop-performance (~> 1.15.0)
rubocop-rspec (~> 2.15.0)
simplecov (~> 0.21.2)
Expand Down
2 changes: 1 addition & 1 deletion proforma.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rspec-collection_matchers', '~> 1.2.0'
spec.add_development_dependency 'rubocop', '~> 1.39.0'
spec.add_development_dependency 'rubocop', '~> 1.40.0'
spec.add_development_dependency 'rubocop-performance', '~> 1.15.0'
spec.add_development_dependency 'rubocop-rspec', '~> 2.15.0'
spec.add_development_dependency 'simplecov', '~> 0.21.2'
Expand Down

0 comments on commit 4558f5b

Please sign in to comment.