File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ gem 'rake', '~> 13.2'
24
24
gem 'activerecord' , '~> 7.2'
25
25
gem 'otr-activerecord' , '~> 2.5.0'
26
26
gem 'sqlite3' , '~> 2.6'
27
- gem 'rubocop' , '~> 1.74.0 ' , require : false
27
+ gem 'rubocop' , '~> 1.75.1 ' , require : false
28
28
29
29
# Geolocation support
30
30
group :geoip do
Original file line number Diff line number Diff line change 24
24
ansi (1.5.0 )
25
25
archive-zip (0.12.0 )
26
26
io-like (~> 0.3.0 )
27
- ast (2.4.2 )
27
+ ast (2.4.3 )
28
28
async (1.32.1 )
29
29
console (~> 1.10 )
30
30
nio4r (~> 2.3 )
@@ -117,13 +117,14 @@ GEM
117
117
activerecord (>= 6.0 , < 8.1 )
118
118
parallel (1.26.3 )
119
119
parseconfig (1.1.2 )
120
- parser (3.3.7.1 )
120
+ parser (3.3.7.3 )
121
121
ast (~> 2.4.1 )
122
122
racc
123
123
power_assert (2.0.5 )
124
124
pp (0.6.2 )
125
125
prettyprint
126
126
prettyprint (0.2.0 )
127
+ prism (1.4.0 )
127
128
pry (0.14.2 )
128
129
coderay (~> 1.1 )
129
130
method_source (~> 1.0 )
@@ -172,19 +173,20 @@ GEM
172
173
diff-lcs (>= 1.2.0 , < 2.0 )
173
174
rspec-support (~> 3.13.0 )
174
175
rspec-support (3.13.2 )
175
- rubocop (1.74.0 )
176
+ rubocop (1.75.1 )
176
177
json (~> 2.3 )
177
178
language_server-protocol (~> 3.17.0.2 )
178
179
lint_roller (~> 1.1.0 )
179
180
parallel (~> 1.10 )
180
181
parser (>= 3.3.0.2 )
181
182
rainbow (>= 2.2.2 , < 4.0 )
182
183
regexp_parser (>= 2.9.3 , < 3.0 )
183
- rubocop-ast (>= 1.38 .0 , < 2.0 )
184
+ rubocop-ast (>= 1.43 .0 , < 2.0 )
184
185
ruby-progressbar (~> 1.7 )
185
186
unicode-display_width (>= 2.4.0 , < 4.0 )
186
- rubocop-ast (1.38.1 )
187
- parser (>= 3.3.1.0 )
187
+ rubocop-ast (1.43.0 )
188
+ parser (>= 3.3.7.2 )
189
+ prism (~> 1.4 )
188
190
ruby-progressbar (1.13.0 )
189
191
ruby2_keywords (0.0.5 )
190
192
rubyzip (2.4.1 )
@@ -286,7 +288,7 @@ DEPENDENCIES
286
288
rdoc (~> 6.12 )
287
289
rest-client (~> 2.1.0 )
288
290
rspec (~> 3.13 )
289
- rubocop (~> 1.74.0 )
291
+ rubocop (~> 1.75.1 )
290
292
rubyzip (~> 2.4 )
291
293
rushover (~> 0.3.0 )
292
294
selenium-webdriver (~> 4.29 )
You can’t perform that action at this time.
0 commit comments