We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698e05e commit 1e9baceCopy full SHA for 1e9bace
Gemfile
@@ -6,9 +6,9 @@ eval_gemfile "Gemfile.devtools"
6
7
gemspec
8
9
-if ENV["DRY_CONFIGURABLE_FROM_MAIN"].eql?("true")
10
- gem "dry-configurable", github: "dry-rb/dry-configurable", branch: "main"
11
-end
+# if ENV["DRY_CONFIGURABLE_FROM_MAIN"].eql?("true")
+# gem "dry-configurable", github: "dry-rb/dry-configurable", branch: "main"
+# end
12
13
if ENV["DRY_SCHEMA_FROM_MAIN"].eql?("true")
14
gem "dry-schema", github: "dry-rb/dry-schema", branch: "main"
0 commit comments