Skip to content

Commit

Permalink
chore(deps-dev): bump rubocop from 1.66.1 to 1.68.0 (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 2, 2024
1 parent 6237c55 commit f596339
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ group :development, :test do
end

group :development do
gem "rubocop", "~> 1.66", require: false
gem "rubocop", "~> 1.68", require: false
gem "rubocop-ast", require: false
gem "rubocop-performance", require: false
gem "rubocop-rails", require: false
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ GEM
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.4)
json (2.7.5)
jsonapi-resources (0.10.7)
activerecord (>= 4.1)
concurrent-ruby
Expand Down Expand Up @@ -143,7 +143,7 @@ GEM
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.5.0)
parser (3.3.5.1)
ast (~> 2.4.1)
racc
pg (1.5.8)
Expand Down Expand Up @@ -213,7 +213,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.66.1)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -275,7 +275,7 @@ DEPENDENCIES
pg (~> 1.5)
puma (>= 5.0)
rspec-rails (~> 7.0)
rubocop (~> 1.66)
rubocop (~> 1.68)
rubocop-ast
rubocop-performance
rubocop-rails
Expand Down

0 comments on commit f596339

Please sign in to comment.