Skip to content

Commit

Permalink
Build(deps): Bump rubocop from 1.65.0 to 1.65.1 in /spec
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.65.0 to 1.65.1.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.65.0...v1.65.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and hsinn0 committed Aug 7, 2024
1 parent 658ea44 commit 76a3efa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gem 'bosh-template'
gem 'rspec'
gem 'rubocop', '~> 1.65.0'
gem 'rubocop', '~> 1.65.1'
4 changes: 2 additions & 2 deletions spec/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.65.0)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -53,7 +53,7 @@ PLATFORMS
DEPENDENCIES
bosh-template
rspec
rubocop (~> 1.65.0)
rubocop (~> 1.65.1)

BUNDLED WITH
2.4.13

0 comments on commit 76a3efa

Please sign in to comment.