Skip to content

Commit

Permalink
Update dependency rubocop to v1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent 4cccb89 commit 788fe50
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 @@ -34,7 +34,7 @@ gem 'rake', '13.1.0', require: false
gem 'relative_time', '1.1.0'
gem 'rerun', '0.14.0', require: false
gem 'rspec-rails', '6.1.1', require: false
gem 'rubocop', '1.60.2', require: false
gem 'rubocop', '1.61.0', require: false
gem 'rubocop-rspec', '2.26.1', require: false
gem 'sass', '3.7.4'
gem 'sentry-raven', '3.1.2'
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ GEM
loog (~> 0.2)
pg (~> 1.1)
random-port (~> 0.3)
prism (0.24.0)
psych (5.1.2)
stringio
racc (1.7.3)
Expand Down Expand Up @@ -187,7 +188,7 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.13.0)
rubocop (1.60.2)
rubocop (1.61.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -198,8 +199,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-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
Expand Down Expand Up @@ -288,7 +290,7 @@ DEPENDENCIES
relative_time (= 1.1.0)
rerun (= 0.14.0)
rspec-rails (= 6.1.1)
rubocop (= 1.60.2)
rubocop (= 1.61.0)
rubocop-rspec (= 2.26.1)
sass (= 3.7.4)
sentry-raven (= 3.1.2)
Expand Down

0 comments on commit 788fe50

Please sign in to comment.