chore: update gem dependencies

- Upgrade parser gem from 3.3.6.0 to 3.3.7.0
- Upgrade rubocop gem from 1.69.2 to 1.70.0
- Upgrade unicode-display_width gem from 3.1.3 to 3.1.4

This commit updates several gem dependencies to their latest
versions to ensure security and access to new features. The
new versions may include bug fixes and improvements.
No breaking changes have been introduced in these updates.
This commit is contained in:
songtianlun 2025-01-18 14:33:56 +08:00
parent 28191fd829
commit 127820dfc0
2 changed files with 4 additions and 4 deletions

View File

@ -240,7 +240,7 @@ GEM
shellany (~> 0.0) shellany (~> 0.0)
ostruct (0.6.1) ostruct (0.6.1)
parallel (1.26.3) parallel (1.26.3)
parser (3.3.6.0) parser (3.3.7.0)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
pg (1.5.9) pg (1.5.9)
@ -312,7 +312,7 @@ GEM
reline (0.6.0) reline (0.6.0)
io-console (~> 0.5) io-console (~> 0.5)
rexml (3.4.0) rexml (3.4.0)
rubocop (1.69.2) rubocop (1.70.0)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
parallel (~> 1.10) parallel (~> 1.10)
@ -403,7 +403,7 @@ GEM
railties (>= 6.0.0) railties (>= 6.0.0)
tzinfo (2.0.6) tzinfo (2.0.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
unicode-display_width (3.1.3) unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4) unicode-emoji (4.0.4)
uri (1.0.2) uri (1.0.2)

View File

@ -72,7 +72,7 @@ Rails.application.configure do
authentication: "plain", authentication: "plain",
enable_starttls_auto: true, enable_starttls_auto: true,
open_timeout: 5, open_timeout: 5,
read_timeout: 5, read_timeout: 5
} }
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to # Enable locale fallbacks for I18n (makes lookups for any locale fall back to