From 279ae6ae0eae13e717c35522dd187abd587a53dc Mon Sep 17 00:00:00 2001 From: Peter Solnica Date: Mon, 31 Oct 2022 10:21:44 +0100 Subject: [PATCH] Use dry-configurable from main for now --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a926456..578109d 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ eval_gemfile "Gemfile.devtools" gemspec -gem "dry-configurable" +gem "dry-configurable", github: "dry-rb/dry-configurable", branch: "main" gem "dry-core", github: "dry-rb/dry-core", branch: "main" group :tools do