Skip to content

Commit

Permalink
Update rubocop requirement from = 1.41.0 to = 1.41.1 (#2667)
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.41.0...v1.41.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2022
1 parent f6957ed commit 4e571bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GEM
rake (13.0.6)
regexp_parser (2.6.1)
rexml (3.2.5)
rubocop (1.41.0)
rubocop (1.41.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
Expand Down Expand Up @@ -66,7 +66,7 @@ DEPENDENCIES
minitest (= 5.16.3)
pry (= 0.14.1)
rake (= 13.0.6)
rubocop (= 1.41.0)
rubocop (= 1.41.1)
rubocop-minitest (= 0.25.0)
rubocop-rake (= 0.6.0)
simplecov (= 0.21.2)
Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('minitest', '5.16.3')
spec.add_development_dependency('pry', '0.14.1')
spec.add_development_dependency('rake', '13.0.6')
spec.add_development_dependency('rubocop', '1.41.0')
spec.add_development_dependency('rubocop', '1.41.1')
spec.add_development_dependency('rubocop-minitest', '0.25.0')
spec.add_development_dependency('rubocop-rake', '0.6.0')
spec.add_development_dependency('simplecov', '0.21.2')
Expand Down

0 comments on commit 4e571bb

Please sign in to comment.