Skip to content

Commit

Permalink
Update dependency rubocop to v1.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent a03fc2f commit f0222c7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 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.2.1', require: false
gem 'relative_time', '1.1.0'
gem 'rerun', '0.14.0', require: false
gem 'rspec-rails', '7.0.0', require: false
gem 'rubocop', '1.61.0', require: false
gem 'rubocop', '1.69.0', require: false
gem 'rubocop-rspec', '3.0.3', require: false
gem 'sass', '3.7.4'
gem 'sentry-raven', '3.1.2'
Expand Down
25 changes: 11 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
iri (0.8.0)
json (2.7.2)
json (2.8.2)
language_server-protocol (3.17.0.3)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand All @@ -114,8 +114,8 @@ GEM
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
openssl (3.2.0)
parallel (1.25.1)
parser (3.3.4.0)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pg (1.5.7)
Expand Down Expand Up @@ -170,8 +170,7 @@ GEM
io-console (~> 0.5)
rerun (0.14.0)
listen (~> 3.0)
rexml (3.3.1)
strscan
rexml (3.3.9)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.2)
Expand All @@ -189,18 +188,17 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.61.0)
rubocop (1.69.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.36.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.1)
parser (>= 3.3.1.0)
rubocop-rspec (3.0.3)
rubocop (~> 1.61)
Expand Down Expand Up @@ -240,7 +238,6 @@ GEM
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
stringio (3.1.1)
strscan (3.1.0)
telebot (0.1.2)
faraday
faraday_middleware
Expand All @@ -251,7 +248,7 @@ GEM
tilt (2.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
useragent (0.16.10)
virtus (2.0.0)
axiom-types (~> 0.1)
Expand Down Expand Up @@ -287,7 +284,7 @@ DEPENDENCIES
relative_time (= 1.1.0)
rerun (= 0.14.0)
rspec-rails (= 7.0.0)
rubocop (= 1.61.0)
rubocop (= 1.69.0)
rubocop-rspec (= 3.0.3)
sass (= 3.7.4)
sentry-raven (= 3.1.2)
Expand Down

0 comments on commit f0222c7

Please sign in to comment.