Skip to content

Commit

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

Bump rubocop from 1.60.2 to 1.61.0
  • Loading branch information
murny authored Feb 29, 2024
2 parents 19041bf + ec26308 commit 995a5d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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.60.2', require: false
gem 'rubocop', '~> 1.61.0', require: false
gem 'rubocop-minitest', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.5)
prism (0.24.0)
psych (5.1.0)
stringio
public_suffix (5.0.4)
Expand Down Expand Up @@ -465,7 +466,7 @@ GEM
rsolr (2.5.0)
builder (>= 2.1.2)
faraday (>= 0.9, < 3, != 2.0.0)
rubocop (1.60.2)
rubocop (1.61.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -476,8 +477,9 @@ GEM
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-ast (1.31.0)
parser (>= 3.3.0.4)
prism (>= 0.24.0)
rubocop-minitest (0.34.5)
rubocop (>= 1.39, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
Expand Down Expand Up @@ -661,7 +663,7 @@ DEPENDENCIES
redis (~> 4.8)
rollbar
rsolr
rubocop (~> 1.60.2)
rubocop (~> 1.61.0)
rubocop-minitest
rubocop-performance
rubocop-rails
Expand Down

0 comments on commit 995a5d4

Please sign in to comment.