Skip to content

Commit

Permalink
Bump rubocop from 1.62.1 to 1.63.1
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.62.1 to 1.63.1.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.62.1...v1.63.1)

---
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 Apr 10, 2024
1 parent f37cfe4 commit 5f06453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -27,7 +27,7 @@ group :development do

gem "factory_bot", "~> 6.4.6"
gem "rspec", "~> 3.13.0"
gem "rubocop", "~> 1.62.1"
gem "rubocop", "~> 1.63.1"
gem "rubocop-rspec", "~> 2.29.1"
gem "webmock", "~> 3.23.0"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -121,7 +121,7 @@ GEM
rspec-support (3.13.0)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.62.1)
rubocop (1.63.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -189,7 +189,7 @@ DEPENDENCIES
rake
rspec (~> 3.13.0)
rspec_junit_formatter (= 0.6.0)
rubocop (~> 1.62.1)
rubocop (~> 1.63.1)
rubocop-rspec (~> 2.29.1)
rufus-scheduler (~> 3.9.1)
sentry-raven (~> 3.1.2)
Expand Down

0 comments on commit 5f06453

Please sign in to comment.