Skip to content

Commit

Permalink
Merge pull request #3443 from ualbertalib/dependabot/bundler/master/r…
Browse files Browse the repository at this point in the history
…ubocop-1.63.2

Bump rubocop from 1.63.1 to 1.63.2
  • Loading branch information
murny authored Apr 17, 2024
2 parents 2424149 + 5897f0c commit d389620
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem 'debug', platforms: [:mri, :mingw, :x64_mingw]

gem 'rubocop', '~> 1.63.1', require: false
gem 'rubocop', '~> 1.63.2', require: false
gem 'rubocop-minitest', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ GEM
rsolr (2.6.0)
builder (>= 2.1.2)
faraday (>= 0.9, < 3, != 2.0.0)
rubocop (1.63.1)
rubocop (1.63.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -678,7 +678,7 @@ DEPENDENCIES
redis (~> 4.8)
rollbar
rsolr
rubocop (~> 1.63.1)
rubocop (~> 1.63.2)
rubocop-minitest
rubocop-performance
rubocop-rails
Expand Down

0 comments on commit d389620

Please sign in to comment.