Skip to content

Commit

Permalink
Update rubocop requirement from = 1.46.0 to = 1.47.0 (#69)
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.46.0...v1.47.0)

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

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 Mar 2, 2023
1 parent 201c258 commit d92068c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.36)
rubocop (= 1.46.0)
rubocop (= 1.47.0)
rubocop-faker (= 1.1.0)
rubocop-rails (= 2.18.0)
rubocop-rake (= 0.6.0)
Expand Down Expand Up @@ -169,7 +169,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.46.0)
rubocop (1.47.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
Expand All @@ -195,7 +195,7 @@ GEM
rubocop-rspec (2.18.1)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
ruby-progressbar (1.11.0)
ruby-progressbar (1.12.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
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.46.0"
spec.add_dependency "rubocop", "1.47.0"
spec.add_dependency "rubocop-faker", "1.1.0"
spec.add_dependency "rubocop-rails", "2.18.0"
spec.add_dependency "rubocop-rake", "0.6.0"
Expand Down

0 comments on commit d92068c

Please sign in to comment.