Skip to content

Commit 42c231c

Browse files
Bump rubocop from 1.69.2 to 1.71.1 (#126)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Кирилл Леонов <[email protected]>
1 parent c2234ec commit 42c231c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
2424

2525
group :development do
2626
gem 'dotenv', '~> 3.1'
27-
gem 'rubocop', '~> 1.69'
27+
gem 'rubocop', '~> 1.71'
2828
gem 'rubocop-rake', '~> 0.6.0'
2929
gem 'rubocop-rspec', '~> 3.2'
3030
gem 'super_diff', '~> 0.13.0'

Gemfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ GEM
3636
json-schema (5.1.1)
3737
addressable (~> 2.8)
3838
bigdecimal (~> 3.1)
39-
language_server-protocol (3.17.0.3)
39+
language_server-protocol (3.17.0.4)
4040
listen (3.9.0)
4141
rb-fsevent (~> 0.10, >= 0.10.3)
4242
rb-inotify (~> 0.9, >= 0.9.10)
@@ -51,7 +51,7 @@ GEM
5151
optimist (3.2.0)
5252
ostruct (0.6.1)
5353
parallel (1.26.3)
54-
parser (3.3.6.0)
54+
parser (3.3.7.0)
5555
ast (~> 2.4.1)
5656
racc
5757
patience_diff (1.2.0)
@@ -101,17 +101,17 @@ GEM
101101
diff-lcs (>= 1.2.0, < 2.0)
102102
rspec-support (~> 3.13.0)
103103
rspec-support (3.13.2)
104-
rubocop (1.69.2)
104+
rubocop (1.71.1)
105105
json (~> 2.3)
106106
language_server-protocol (>= 3.17.0)
107107
parallel (~> 1.10)
108108
parser (>= 3.3.0.2)
109109
rainbow (>= 2.2.2, < 4.0)
110110
regexp_parser (>= 2.9.3, < 3.0)
111-
rubocop-ast (>= 1.36.2, < 2.0)
111+
rubocop-ast (>= 1.38.0, < 2.0)
112112
ruby-progressbar (~> 1.7)
113113
unicode-display_width (>= 2.4.0, < 4.0)
114-
rubocop-ast (1.37.0)
114+
rubocop-ast (1.38.0)
115115
parser (>= 3.3.1.0)
116116
rubocop-rake (0.6.0)
117117
rubocop (~> 1.0)
@@ -151,7 +151,7 @@ GEM
151151
patience_diff
152152
tilt (2.4.0)
153153
timecop (0.9.10)
154-
unicode-display_width (3.1.3)
154+
unicode-display_width (3.1.4)
155155
unicode-emoji (~> 4.0, >= 4.0.4)
156156
unicode-emoji (4.0.4)
157157
uri (1.0.2)
@@ -181,7 +181,7 @@ DEPENDENCIES
181181
rerun (~> 0.14.0)
182182
rqrcode (~> 2.0)
183183
rspec (~> 3.13)
184-
rubocop (~> 1.69)
184+
rubocop (~> 1.71)
185185
rubocop-rake (~> 0.6.0)
186186
rubocop-rspec (~> 3.2)
187187
ruby-units (~> 4.1)

0 commit comments

Comments
 (0)