Skip to content

Commit

Permalink
build(deps-dev): bump rubocop from 1.67.0 to 1.68.0
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.67.0 to 1.68.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.67.0...v1.68.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 51516c0 commit cb9eb0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ end

group :development, :test do
gem 'byebug', '~> 11.0', platforms: [:mri, :mingw, :x64_mingw]
gem 'rubocop', '~> 1.67', require: false
gem 'rubocop', '~> 1.68', require: false
gem 'rubocop-rails', '~> 2.27', require: false
end

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ GEM
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.4)
json (2.7.6)
jwt (2.8.2)
base64
kamal (2.3.0)
Expand Down Expand Up @@ -183,7 +183,7 @@ GEM
openssl (> 2.0)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.5.0)
parser (3.3.5.1)
ast (~> 2.4.1)
racc
psych (5.1.2)
Expand Down Expand Up @@ -240,7 +240,7 @@ GEM
io-console (~> 0.5)
rexml (3.3.9)
rollbar (3.6.0)
rubocop (1.67.0)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -250,7 +250,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
rubocop-ast (1.33.1)
parser (>= 3.3.1.0)
rubocop-rails (2.27.0)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -342,7 +342,7 @@ DEPENDENCIES
rack-mini-profiler (~> 3.3)
rails (~> 7.1.4)
rollbar (~> 3.6)
rubocop (~> 1.67)
rubocop (~> 1.68)
rubocop-rails (~> 2.27)
sassc-rails (~> 2.0)
selenium-webdriver (~> 4.26)
Expand Down

0 comments on commit cb9eb0a

Please sign in to comment.