Skip to content

Commit

Permalink
Merge pull request #882 from michaelabon/dependabot/bundler/rubocop-a…
Browse files Browse the repository at this point in the history
…625320228

Bump the rubocop group with 2 updates
  • Loading branch information
michaelabon authored Dec 17, 2024
2 parents 9bd7542 + 2466e69 commit 92a5084
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ group :development, :test do
gem 'colored', require: false
gem 'pry-byebug', platform: :mri
gem 'rake'
gem 'rubocop', '~> 1.69.1', require: false
gem 'rubocop', '~> 1.69.2', require: false
end

group :test do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.69.1)
rubocop (1.69.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -268,7 +268,7 @@ GEM
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
securerandom (0.4.1)
Expand Down Expand Up @@ -352,7 +352,7 @@ DEPENDENCIES
rspec
rspec-expectations
rspec-rails
rubocop (~> 1.69.1)
rubocop (~> 1.69.2)
shoulda-matchers
solargraph
spring
Expand Down

0 comments on commit 92a5084

Please sign in to comment.