Skip to content

Commit

Permalink
Update rubocop requirement from = 1.64.0 to = 1.64.1
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.

Updates `rubocop` from 1.64.0 to 1.64.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.64.0...v1.64.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent e88cbb0 commit bea977e
Show file tree
Hide file tree
Showing 6 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 @@ -55,7 +55,7 @@ GEM
sawyer (~> 0.9)
optimist (3.0.0)
parallel (1.24.0)
parser (3.3.1.0)
parser (3.3.2.0)
ast (~> 2.4.1)
racc
public_suffix (5.0.5)
Expand All @@ -79,7 +79,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.64.0)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -136,7 +136,7 @@ DEPENDENCIES
rake (= 13.2.1)
rspec (= 3.13.0)
rspec-core (= 3.13.0)
rubocop (= 1.64.0)
rubocop (= 1.64.1)
rubocop-github (= 0.20.0)
rubocop-performance (= 1.21.0)
rugged (~> 1.7, >= 1.7.2)
Expand Down
2 changes: 1 addition & 1 deletion entitlements-gitrepo-auditor-plugin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake", "= 13.2.1"
s.add_development_dependency "rspec", "= 3.13.0"
s.add_development_dependency "rspec-core", "= 3.13.0"
s.add_development_dependency "rubocop", "= 1.64.0"
s.add_development_dependency "rubocop", "= 1.64.1"
s.add_development_dependency "rubocop-github", "= 0.20.0"
s.add_development_dependency "rubocop-performance", "= 1.21.0"
s.add_development_dependency "rugged", "~> 1.7", ">= 1.7.2"
Expand Down
Binary file removed vendor/cache/parser-3.3.1.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.64.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.64.1.gem
Binary file not shown.

0 comments on commit bea977e

Please sign in to comment.