From 127820dfc0c4de4cab4bc61e7aa26b6282d12cc0 Mon Sep 17 00:00:00 2001 From: songtianlun Date: Sat, 18 Jan 2025 14:33:56 +0800 Subject: [PATCH] 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. --- Gemfile.lock | 6 +++--- config/environments/production.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f3dd077..2fab53b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -240,7 +240,7 @@ GEM shellany (~> 0.0) ostruct (0.6.1) parallel (1.26.3) - parser (3.3.6.0) + parser (3.3.7.0) ast (~> 2.4.1) racc pg (1.5.9) @@ -312,7 +312,7 @@ GEM reline (0.6.0) io-console (~> 0.5) rexml (3.4.0) - rubocop (1.69.2) + rubocop (1.70.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -403,7 +403,7 @@ GEM railties (>= 6.0.0) tzinfo (2.0.6) 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) uri (1.0.2) diff --git a/config/environments/production.rb b/config/environments/production.rb index 5c5ad01..e5b0d03 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -72,7 +72,7 @@ Rails.application.configure do authentication: "plain", enable_starttls_auto: true, open_timeout: 5, - read_timeout: 5, + read_timeout: 5 } # Enable locale fallbacks for I18n (makes lookups for any locale fall back to