From 56910f1137679ef29e33c93aa66848dcf1dba59b Mon Sep 17 00:00:00 2001 From: Theodor Vararu Date: Thu, 19 Oct 2023 11:35:10 +0100 Subject: [PATCH] Bump config gem config@5.0.0 is compatible with Rails 7.1 https://github.com/rubyconfig/config/pull/342 --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 163d310fa1..1c55066703 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -145,7 +145,7 @@ GEM choice (0.2.0) coderay (1.1.3) concurrent-ruby (1.2.2) - config (4.2.1) + config (5.0.0) deep_merge (~> 1.2, >= 1.2.1) dry-validation (~> 1.0, >= 1.0.0) connection_pool (2.4.1) @@ -180,10 +180,10 @@ GEM unf (>= 0.0.5, < 1.0.0) drb (2.1.1) ruby2_keywords - dry-configurable (1.0.1) + dry-configurable (1.1.0) dry-core (~> 1.0, < 2) zeitwerk (~> 2.6) - dry-core (1.0.0) + dry-core (1.0.1) concurrent-ruby (~> 1.0) zeitwerk (~> 2.6) dry-inflector (1.0.0) @@ -192,7 +192,7 @@ GEM concurrent-ruby (~> 1.0) dry-core (~> 1.0, < 2) zeitwerk (~> 2.6) - dry-schema (1.13.2) + dry-schema (1.13.3) concurrent-ruby (~> 1.0) dry-configurable (~> 1.0, >= 1.0.1) dry-core (~> 1.0, < 2)