From 1bcba465cd437cbfba4b5b287e1b9790c91e3278 Mon Sep 17 00:00:00 2001 From: Nikita Shilnikov Date: Mon, 6 Jan 2025 21:51:06 +0100 Subject: [PATCH] Use released dependencies --- Gemfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Gemfile b/Gemfile index 99936f4c..6bc375df 100644 --- a/Gemfile +++ b/Gemfile @@ -6,11 +6,6 @@ eval_gemfile "Gemfile.devtools" gemspec -gem "dry-configurable", github: "dry-rb/dry-configurable", branch: "main" -gem "dry-core", github: "dry-rb/dry-core", branch: "main" -gem "dry-schema", github: "dry-rb/dry-schema", branch: "main" -gem "dry-types", github: "dry-rb/dry-types", branch: "main" - group :test do gem "dry-monads" gem "i18n", require: false