File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
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.4.0'
26
26
gem 'sqlite3' , '~> 2.2'
27
- gem 'rubocop' , '~> 1.68.0 ' , require : false
27
+ gem 'rubocop' , '~> 1.69.2 ' , require : false
28
28
29
29
# Geolocation support
30
30
group :geoip do
Original file line number Diff line number Diff line change 128
128
hashie-forbidden_attributes (~> 0.1 )
129
129
parallel (1.26.3 )
130
130
parseconfig (1.1.2 )
131
- parser (3.3.5.1 )
131
+ parser (3.3.6.0 )
132
132
ast (~> 2.4.1 )
133
133
racc
134
134
power_assert (2.0.4 )
155
155
rake (13.2.1 )
156
156
rdoc (6.8.1 )
157
157
psych (>= 4.0.0 )
158
- regexp_parser (2.9.2 )
158
+ regexp_parser (2.9.3 )
159
159
reline (0.5.10 )
160
160
io-console (~> 0.5 )
161
161
rest-client (2.1.0 )
@@ -179,17 +179,17 @@ GEM
179
179
diff-lcs (>= 1.2.0 , < 2.0 )
180
180
rspec-support (~> 3.13.0 )
181
181
rspec-support (3.13.1 )
182
- rubocop (1.68.0 )
182
+ rubocop (1.69.2 )
183
183
json (~> 2.3 )
184
184
language_server-protocol (>= 3.17.0 )
185
185
parallel (~> 1.10 )
186
186
parser (>= 3.3.0.2 )
187
187
rainbow (>= 2.2.2 , < 4.0 )
188
- regexp_parser (>= 2.4 , < 3.0 )
189
- rubocop-ast (>= 1.32 .2 , < 2.0 )
188
+ regexp_parser (>= 2.9.3 , < 3.0 )
189
+ rubocop-ast (>= 1.36 .2 , < 2.0 )
190
190
ruby-progressbar (~> 1.7 )
191
- unicode-display_width (>= 2.4.0 , < 3 .0 )
192
- rubocop-ast (1.33.1 )
191
+ unicode-display_width (>= 2.4.0 , < 4 .0 )
192
+ rubocop-ast (1.37.0 )
193
193
parser (>= 3.3.1.0 )
194
194
ruby-progressbar (1.13.0 )
195
195
ruby2_keywords (0.0.5 )
251
251
concurrent-ruby (~> 1.0 )
252
252
uglifier (4.2.1 )
253
253
execjs (>= 0.3.0 , < 3 )
254
- unicode-display_width (2.6.0 )
254
+ unicode-display_width (3.1.2 )
255
+ unicode-emoji (~> 4.0 , >= 4.0.4 )
256
+ unicode-emoji (4.0.4 )
255
257
webrick (1.9.0 )
256
258
websocket (1.2.11 )
257
259
websocket-client-simple (0.6.1 )
@@ -300,7 +302,7 @@ DEPENDENCIES
300
302
rdoc (~> 6.8 )
301
303
rest-client (~> 2.1.0 )
302
304
rspec (~> 3.13 )
303
- rubocop (~> 1.68.0 )
305
+ rubocop (~> 1.69.2 )
304
306
rubyzip (~> 2.3 )
305
307
rushover (~> 0.3.0 )
306
308
selenium-webdriver (~> 4.27 )
You can’t perform that action at this time.
0 commit comments