Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rubocop requirement from = 1.40.0 to = 1.41.0 #49

Merged
merged 1 commit into from
Dec 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update rubocop requirement from = 1.40.0 to = 1.41.0
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.40.0...v1.41.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2022
commit 5a3be5477d16251ec767724febc282b449b9a45f
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
boxt_rubocop (0.0.30)
rubocop (= 1.40.0)
rubocop (= 1.41.0)
rubocop-faker (= 1.1.0)
rubocop-rails (= 2.17.3)
rubocop-rake (= 0.6.0)
Expand Down Expand Up @@ -167,7 +167,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.40.0)
rubocop (1.41.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
Expand Down
2 changes: 1 addition & 1 deletion boxt_rubocop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
]

# Locking rubocop versions so we can control the pending cops
spec.add_dependency "rubocop", "1.40.0"
spec.add_dependency "rubocop", "1.41.0"
spec.add_dependency "rubocop-faker", "1.1.0"
spec.add_dependency "rubocop-rails", "2.17.3"
spec.add_dependency "rubocop-rake", "0.6.0"
Expand Down