Skip to content

Commit

Permalink
Update rubocop requirement from = 1.61.0 to = 1.62.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.61.0...v1.62.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 11, 2024
1 parent 0143c53 commit 4eb636a
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 @@ -67,18 +67,18 @@ GEM
rake (13.1.0)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.61.0)
rubocop (1.62.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.1)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-github (0.20.0)
rubocop (>= 1.37)
Expand Down Expand Up @@ -107,7 +107,7 @@ DEPENDENCIES
minitest (~> 5.22.2)
mocha (~> 2.1.0)
rake (~> 13.1.0)
rubocop (= 1.61.0)
rubocop (= 1.62.0)
rubocop-github (~> 0.20.0)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion erblint-github.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "mocha", "~> 2.1.0"
s.add_development_dependency "rake", "~> 13.1.0"

s.add_development_dependency "rubocop", "= 1.61.0"
s.add_development_dependency "rubocop", "= 1.62.0"
s.add_development_dependency "rubocop-github", "~> 0.20.0"
s.metadata["rubygems_mfa_required"] = "true"

Expand Down

0 comments on commit 4eb636a

Please sign in to comment.