Skip to content

Commit 18cf6de

Browse files
build(deps-dev): bump rubocop in the all-gems group
Bumps the all-gems group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.77.0 to 1.78.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.77.0...v1.78.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.78.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-gems ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 15dfd16 commit 18cf6de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ end
1919

2020
group :development, :test do
2121
gem 'byebug', '~> 12.0', platforms: [:mri, :mingw, :x64_mingw]
22-
gem 'rubocop', '~> 1.77', require: false
22+
gem 'rubocop', '~> 1.78', require: false
2323
gem 'rubocop-rails', '~> 2.32', require: false
2424
end
2525

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ GEM
238238
io-console (~> 0.5)
239239
rexml (3.4.1)
240240
rollbar (3.6.2)
241-
rubocop (1.77.0)
241+
rubocop (1.78.0)
242242
json (~> 2.3)
243243
language_server-protocol (~> 3.17.0.2)
244244
lint_roller (~> 1.1.0)
@@ -348,7 +348,7 @@ DEPENDENCIES
348348
rack-mini-profiler (~> 4.0)
349349
rails (~> 8.0.1)
350350
rollbar (~> 3.6)
351-
rubocop (~> 1.77)
351+
rubocop (~> 1.78)
352352
rubocop-rails (~> 2.32)
353353
sassc-rails (~> 2.0)
354354
selenium-webdriver (~> 4.34)

0 commit comments

Comments
 (0)