From 6b6fcb9dc3eb8cc5f866cf59a0aed993bf74b76a Mon Sep 17 00:00:00 2001 From: Stephen MacVicar Date: Tue, 19 Mar 2024 08:56:53 -0400 Subject: [PATCH] update dependencies --- Gemfile.lock | 88 +++++++++++++++++++++++++++------------------------- 1 file changed, 45 insertions(+), 43 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 486171a..fe0c2dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,34 +8,36 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7.6) + activesupport (6.1.7.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.8.5) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) base62-rb (0.3.1) base64 (0.2.0) bcp47 (0.3.3) i18n + bigdecimal (3.1.7) blueprinter (0.25.2) byebug (11.1.3) coderay (1.1.3) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) connection_pool (2.4.1) - crack (0.4.5) + crack (1.0.0) + bigdecimal rexml database_cleaner (1.99.0) database_cleaner-sequel (1.99.0) database_cleaner (~> 1.99.0) sequel date_time_precision (0.8.1) - debug (1.8.0) - irb (>= 1.5.0) - reline (>= 0.3.1) - diff-lcs (1.5.0) + debug (1.9.1) + irb (~> 1.10) + reline (>= 0.3.8) + diff-lcs (1.5.1) domain_name (0.6.20240107) dotenv (2.8.1) dry-auto_inject (0.9.0) @@ -72,7 +74,7 @@ GEM dry-core (~> 0.5, >= 0.5) dry-inflector (~> 0.1, >= 0.1.2) dry-logic (~> 1.0, >= 1.0.2) - factory_bot (6.3.0) + factory_bot (6.4.6) activesupport (>= 5.0.0) faraday (1.10.3) faraday-em_http (~> 1.0) @@ -137,14 +139,14 @@ GEM concurrent-ruby (~> 1.0) dry-transformer (~> 1.0, < 2) hansi (0.2.1) - hashdiff (1.0.1) + hashdiff (1.1.0) http-accept (1.7.0) http-cookie (1.0.5) domain_name (~> 0.5) - i18n (1.14.1) + i18n (1.14.4) concurrent-ruby (~> 1.0) ice_nine (0.11.2) - inferno_core (0.4.29) + inferno_core (0.4.31) activesupport (~> 6.1.7.5) base62-rb (= 0.3.1) blueprinter (= 0.25.2) @@ -170,10 +172,10 @@ GEM sqlite3 (~> 1.4) thor (~> 1.2.1) tty-markdown (~> 0.7.1) - io-console (0.6.0) - irb (1.8.1) + io-console (0.7.2) + irb (1.12.0) rdoc - reline (>= 0.3.8) + reline (>= 0.4.2) jwt (2.8.1) base64 kramdown (2.4.0) @@ -183,7 +185,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2024.0305) mini_portile2 (2.8.5) - minitest (5.20.0) + minitest (5.22.3) multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.4.0) @@ -194,14 +196,14 @@ GEM mustermann (= 1.1.2) netrc (0.11.0) nio4r (2.7.0) - nokogiri (1.16.2) + nokogiri (1.16.3) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.2-arm64-darwin) + nokogiri (1.16.3-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.2-x86_64-darwin) + nokogiri (1.16.3-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.2-x86_64-linux) + nokogiri (1.16.3-x86_64-linux) racc (~> 1.4) oauth2 (1.4.11) faraday (>= 0.17.3, < 3.0) @@ -218,18 +220,18 @@ GEM pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) - psych (5.1.0) + psych (5.1.2) stringio - public_suffix (5.0.3) + public_suffix (5.0.4) puma (5.6.8) nio4r (~> 2.0) racc (1.7.3) rack (2.2.8.1) rake (13.1.0) - rdoc (6.5.0) + rdoc (6.6.2) psych (>= 4.0.0) redis (4.8.1) - reline (0.3.8) + reline (0.4.3) io-console (~> 0.5) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) @@ -237,32 +239,32 @@ GEM mime-types (>= 1.16, < 4.0) netrc (~> 0.8) rexml (3.2.6) - rouge (4.2.0) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rouge (4.2.1) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-support (3.12.1) + rspec-support (~> 3.13.0) + rspec-support (3.13.1) ruby2_keywords (0.0.5) sequel (5.42.0) sidekiq (6.5.12) connection_pool (>= 2.2.5, < 3) rack (~> 2.0) redis (>= 4.5.0, < 5) - sqlite3 (1.7.2) + sqlite3 (1.7.3) mini_portile2 (~> 2.8.0) - sqlite3 (1.7.2-arm64-darwin) - sqlite3 (1.7.2-x86_64-darwin) - sqlite3 (1.7.2-x86_64-linux) - stringio (3.0.8) + sqlite3 (1.7.3-arm64-darwin) + sqlite3 (1.7.3-x86_64-darwin) + sqlite3 (1.7.3-x86_64-linux) + stringio (3.1.0) strings (0.2.1) strings-ansi (~> 0.2) unicode-display_width (>= 1.5, < 3.0) @@ -285,11 +287,11 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) unicode_utils (1.4.0) - webmock (3.19.1) + webmock (3.23.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - zeitwerk (2.6.12) + zeitwerk (2.6.13) PLATFORMS arm64-darwin-21