From 46088a14e6318372033b4d30100f6920f9e0133a Mon Sep 17 00:00:00 2001 From: Alex Skrenchuk Date: Fri, 7 Mar 2025 12:39:22 -0800 Subject: [PATCH] ruby 3.1 update --- .ruby-version | 2 +- Gemfile.lock | 38 +++++++++++++++++++------------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.ruby-version b/.ruby-version index 818bd47a..9cec7165 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0.6 +3.1.6 diff --git a/Gemfile.lock b/Gemfile.lock index 33632a9a..de94dc9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,47 +36,47 @@ GEM base64 (0.2.0) builder (3.3.0) coderay (1.1.3) - concurrent-ruby (1.3.4) - connection_pool (2.4.1) + concurrent-ruby (1.3.5) + connection_pool (2.5.0) cube-ruby (0.0.3) daemons (1.4.1) docile (1.4.1) domain_name (0.6.20240107) eventmachine (1.2.7) - faraday (2.12.0) - faraday-net_http (>= 2.0, < 3.4) + faraday (2.12.2) + faraday-net_http (>= 2.0, < 3.5) json logger - faraday-net_http (3.3.0) - net-http + faraday-net_http (3.4.0) + net-http (>= 0.5.0) http-accept (1.7.0) - http-cookie (1.0.7) + http-cookie (1.0.8) domain_name (~> 0.5) i18n (0.9.5) concurrent-ruby (~> 1.0) - json (2.8.1) + json (2.10.1) json_pure (2.8.1) - logger (1.6.1) + logger (1.6.6) macaddr (1.7.2) systemu (~> 2.6.5) method_source (1.1.0) mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1105) + mime-types-data (3.2025.0304) minitest (4.7.5) multi_json (1.15.0) mustermann (3.0.3) ruby2_keywords (~> 0.0.1) - net-http (0.5.0) + net-http (0.6.0) uri net-http-persistent (2.9.4) netrc (0.11.0) - pry (0.14.2) + pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) public_suffix (6.0.1) - rack (2.2.10) + rack (2.2.12) rack-accept (0.4.5) rack (>= 0.4) rack-post-body-to-params (0.1.8) @@ -87,9 +87,9 @@ GEM rake (13.2.1) rdf (1.0.8) addressable (>= 2.2) - redis (5.3.0) + redis (5.4.0) redis-client (>= 0.22.0) - redis-client (0.22.2) + redis-client (0.24.0) connection_pool request_store (1.7.0) rack (>= 1.4) @@ -98,7 +98,7 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.3.9) + rexml (3.4.1) rsolr (2.6.0) builder (>= 2.1.2) faraday (>= 0.9, < 3, != 2.0.0) @@ -123,9 +123,9 @@ GEM eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) thread_safe (0.3.6) - tilt (2.4.0) + tilt (2.6.0) tzinfo (0.3.62) - uri (1.0.1) + uri (1.0.3) uuid (2.3.9) macaddr (~> 1.0) @@ -153,4 +153,4 @@ DEPENDENCIES uuid BUNDLED WITH - 2.5.11 + 2.3.27