From 6ce8c52856087cebbeb7948e966ed90d7569012b Mon Sep 17 00:00:00 2001 From: Tim Morgan Date: Fri, 12 Jan 2024 16:25:43 -0800 Subject: [PATCH] Ruby 3.3 --- .ruby-version | 2 +- Gemfile.lock | 48 ++++++++++++++++++++++++++++++++---------------- 2 files changed, 33 insertions(+), 17 deletions(-) diff --git a/.ruby-version b/.ruby-version index be94e6f..15a2799 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.3.0 diff --git a/Gemfile.lock b/Gemfile.lock index b319836..707cc59 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,23 +1,35 @@ GEM remote: https://rubygems.org/ specs: - activemodel (7.0.7.2) - activesupport (= 7.0.7.2) - activerecord (7.0.7.2) - activemodel (= 7.0.7.2) - activesupport (= 7.0.7.2) - activesupport (7.0.7.2) + abbrev (0.1.2) + activemodel (7.1.2) + activesupport (= 7.1.2) + activerecord (7.1.2) + activemodel (= 7.1.2) + activesupport (= 7.1.2) + timeout (>= 0.4.0) + activesupport (7.1.2) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) - addressable (2.8.5) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) + base64 (0.2.0) + bigdecimal (3.1.5) builder (3.2.4) concurrent-ruby (1.2.2) + connection_pool (2.4.1) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) diff-lcs (1.5.0) + drb (2.2.0) + ruby2_keywords faraday (1.10.3) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) @@ -41,7 +53,7 @@ GEM faraday-patron (1.0.0) faraday-rack (1.0.0) faraday-retry (1.0.3) - git (1.18.0) + git (1.19.0) addressable (~> 2.8) rchardet (~> 1.8) github_api (0.19.0) @@ -51,7 +63,8 @@ GEM hashie (~> 3.5, >= 3.5.2) oauth2 (~> 1.0) hashie (3.6.0) - highline (2.1.0) + highline (3.0.0) + abbrev httpi (3.0.1) rack i18n (1.14.1) @@ -71,13 +84,14 @@ GEM jwt (2.7.1) kamelcase (0.0.2) semver2 (~> 3) - minitest (5.19.0) + minitest (5.21.1) multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.3.0) - nokogiri (1.15.4-arm64-darwin) + mutex_m (0.2.0) + nokogiri (1.16.0-arm64-darwin) racc (~> 1.4) - nokogiri (1.15.4-x86_64-linux) + nokogiri (1.16.0-x86_64-linux) racc (~> 1.4) oauth2 (1.4.11) faraday (>= 0.17.3, < 3.0) @@ -86,10 +100,10 @@ GEM multi_xml (~> 0.5) rack (>= 1.2, < 4) psych (3.3.4) - public_suffix (5.0.3) - racc (1.7.1) + public_suffix (5.0.4) + racc (1.7.3) rack (3.0.8) - rake (13.0.6) + rake (13.1.0) rchardet (1.8.0) rdoc (6.3.3) redcarpet (3.6.0) @@ -109,12 +123,14 @@ GEM ruby2_keywords (0.0.5) semver2 (3.4.2) thread_safe (0.3.6) + timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) yard (0.9.34) PLATFORMS arm64-darwin-22 + arm64-darwin-23 x86_64-linux DEPENDENCIES @@ -129,4 +145,4 @@ DEPENDENCIES yard BUNDLED WITH - 2.4.19 + 2.5.4