From 927bbe2880fe38b72b90c2e55475a91d167f1e42 Mon Sep 17 00:00:00 2001 From: Alex Skrenchuk Date: Mon, 22 Jul 2024 12:35:03 -0700 Subject: [PATCH] Gemfile.lock update --- Gemfile.lock | 70 +++++++++++++++++++++++++++------------------------- 1 file changed, 37 insertions(+), 33 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a8b0b7c..74fb749 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ontologies_api_client (2.2.5) + ontologies_api_client (2.3.0) activesupport (= 7.0.8) addressable (~> 2.8) excon @@ -21,18 +21,16 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) - base64 (0.2.0) - bigdecimal (3.1.5) + bigdecimal (3.1.8) coderay (1.1.3) - concurrent-ruby (1.2.2) - excon (0.109.0) - faraday (2.7.12) - base64 - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) + concurrent-ruby (1.3.3) + excon (0.111.0) + faraday (2.10.0) + faraday-net_http (>= 2.0, < 3.2) + logger faraday-excon (2.1.0) excon (>= 0.27.4) faraday (~> 2.0) @@ -40,52 +38,58 @@ GEM faraday (>= 1, < 3) faraday-multipart (1.0.4) multipart-post (~> 2) - faraday-net_http (3.0.2) - i18n (1.14.1) + faraday-net_http (3.1.0) + net-http + i18n (1.14.5) concurrent-ruby (~> 1.0) - json (2.6.3) + json (2.7.2) language_server-protocol (3.17.0.3) + logger (1.6.0) lz4-ruby (0.3.3) - method_source (1.0.0) - minitest (5.20.0) + method_source (1.1.0) + minitest (5.24.1) minitest-hooks (1.5.1) minitest (> 5.3) multi_json (1.15.0) - multipart-post (2.3.0) - oj (3.16.3) + multipart-post (2.4.1) + net-http (0.4.1) + uri + oj (3.16.4) bigdecimal (>= 3.0) - parallel (1.23.0) - parser (3.2.2.4) + parallel (1.25.1) + parser (3.3.4.0) ast (~> 2.4.1) racc pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.0.4) - racc (1.7.3) + public_suffix (6.0.0) + racc (1.8.0) rainbow (3.1.1) - rake (13.1.0) - regexp_parser (2.8.2) - rexml (3.2.6) - rubocop (1.57.2) + rake (13.2.1) + regexp_parser (2.9.2) + rexml (3.3.2) + strscan + rubocop (1.65.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.4) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.1, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) ruby-progressbar (1.13.0) - ruby2_keywords (0.0.5) spawnling (2.1.5) + strscan (3.1.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) + uri (0.13.0) PLATFORMS ruby @@ -103,4 +107,4 @@ DEPENDENCIES rubocop (~> 1.43) BUNDLED WITH - 2.3.22 + 2.4.18