File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ gem 'rake', '~> 13.3'
2424gem 'activerecord' , '~> 8.1'
2525gem 'otr-activerecord' , '~> 2.6.0'
2626gem 'sqlite3' , '~> 2.9'
27- gem 'rubocop' , '~> 1.85.0 ' , require : false
27+ gem 'rubocop' , '~> 1.85.1 ' , require : false
2828
2929# Geolocation support
3030group :geoip do
Original file line number Diff line number Diff line change 2020 securerandom (>= 0.3 )
2121 tzinfo (~> 2.0 , >= 2.0.5 )
2222 uri (>= 0.13.1 )
23- addressable (2.8.7 )
24- public_suffix (>= 2.0.2 , < 7 .0 )
23+ addressable (2.8.9 )
24+ public_suffix (>= 2.0.2 , < 8 .0 )
2525 ansi (1.5.0 )
2626 archive-zip (0.13.1 )
2727 io-like (~> 0.4.0 )
9191 rdoc (>= 4.0.0 )
9292 reline (>= 0.4.2 )
9393 json (2.18.1 )
94- json-schema (6.1 .0 )
94+ json-schema (6.2 .0 )
9595 addressable (~> 2.8 )
9696 bigdecimal (>= 3.1 , < 5 )
9797 language_server-protocol (3.17.0.5 )
9898 lint_roller (1.1.0 )
9999 logger (1.7.0 )
100100 matrix (0.4.3 )
101101 maxmind-db (1.4.0 )
102- mcp (0.7.1 )
102+ mcp (0.8.0 )
103103 json-schema (>= 4.1 )
104104 method_source (1.1.0 )
105105 mime-types (3.7.0 )
159159 psych (5.3.1 )
160160 date
161161 stringio
162- public_suffix (6 .0.2 )
162+ public_suffix (7 .0.5 )
163163 qr4r (0.6.2 )
164164 mojo_magick (~> 0.6.5 )
165165 rqrcode_core (~> 1.0 )
204204 diff-lcs (>= 1.2.0 , < 2.0 )
205205 rspec-support (~> 3.13.0 )
206206 rspec-support (3.13.6 )
207- rubocop (1.85.0 )
207+ rubocop (1.85.1 )
208208 json (~> 2.3 )
209209 language_server-protocol (~> 3.17.0.2 )
210210 lint_roller (~> 1.1.0 )
216216 rubocop-ast (>= 1.49.0 , < 2.0 )
217217 ruby-progressbar (~> 1.7 )
218218 unicode-display_width (>= 2.4.0 , < 4.0 )
219- rubocop-ast (1.49.0 )
219+ rubocop-ast (1.49.1 )
220220 parser (>= 3.3.7.2 )
221221 prism (~> 1.7 )
222222 ruby-progressbar (1.13.0 )
@@ -345,7 +345,7 @@ DEPENDENCIES
345345 rdoc (~> 7.2 )
346346 rest-client (~> 2.1.0 )
347347 rspec (~> 3.13 )
348- rubocop (~> 1.85.0 )
348+ rubocop (~> 1.85.1 )
349349 rubyzip (~> 3.2 )
350350 rushover (~> 0.3.0 )
351351 selenium-webdriver (~> 4.41 )
You can’t perform that action at this time.
0 commit comments