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