We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f78d81 commit 534c8d9Copy full SHA for 534c8d9
Gemfile
@@ -10,9 +10,9 @@ if ENV["DRY_CONFIGURABLE_FROM_MAIN"].eql?("true")
10
gem "dry-configurable", github: "dry-rb/dry-configurable", branch: "main"
11
end
12
13
-# if ENV["DRY_LOGIC_FROM_MAIN"].eql?("true")
14
-gem "dry-logic", github: "dry-rb/dry-logic", branch: "main"
15
-# end
+if ENV["DRY_LOGIC_FROM_MAIN"].eql?("true")
+ gem "dry-logic", github: "dry-rb/dry-logic", branch: "main"
+end
16
17
group :test do
18
gem "dry-monads"
0 commit comments