File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
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.5'
27
- gem 'rubocop' , '~> 1.69.2 ' , require : false
27
+ gem 'rubocop' , '~> 1.70.0 ' , require : false
28
28
29
29
# Geolocation support
30
30
group :geoip do
Original file line number Diff line number Diff line change 115
115
activerecord (>= 6.0 , < 8.1 )
116
116
parallel (1.26.3 )
117
117
parseconfig (1.1.2 )
118
- parser (3.3.6 .0 )
118
+ parser (3.3.7 .0 )
119
119
ast (~> 2.4.1 )
120
120
racc
121
121
power_assert (2.0.5 )
143
143
rake (13.2.1 )
144
144
rdoc (6.11.0 )
145
145
psych (>= 4.0.0 )
146
- regexp_parser (2.9.3 )
146
+ regexp_parser (2.10.0 )
147
147
reline (0.6.0 )
148
148
io-console (~> 0.5 )
149
149
rest-client (2.1.0 )
167
167
diff-lcs (>= 1.2.0 , < 2.0 )
168
168
rspec-support (~> 3.13.0 )
169
169
rspec-support (3.13.2 )
170
- rubocop (1.69.2 )
170
+ rubocop (1.70.0 )
171
171
json (~> 2.3 )
172
172
language_server-protocol (>= 3.17.0 )
173
173
parallel (~> 1.10 )
234
234
concurrent-ruby (~> 1.0 )
235
235
uglifier (4.2.1 )
236
236
execjs (>= 0.3.0 , < 3 )
237
- unicode-display_width (3.1.2 )
237
+ unicode-display_width (3.1.4 )
238
238
unicode-emoji (~> 4.0 , >= 4.0.4 )
239
239
unicode-emoji (4.0.4 )
240
240
webrick (1.9.1 )
@@ -280,7 +280,7 @@ DEPENDENCIES
280
280
rdoc (~> 6.11 )
281
281
rest-client (~> 2.1.0 )
282
282
rspec (~> 3.13 )
283
- rubocop (~> 1.69.2 )
283
+ rubocop (~> 1.70.0 )
284
284
rubyzip (~> 2.4 )
285
285
rushover (~> 0.3.0 )
286
286
selenium-webdriver (~> 4.27 )
You can’t perform that action at this time.
0 commit comments