Skip to content

Commit 1e9bace

Browse files
committed
Skip configurable from main for now
1 parent 698e05e commit 1e9bace

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ eval_gemfile "Gemfile.devtools"
66

77
gemspec
88

9-
if ENV["DRY_CONFIGURABLE_FROM_MAIN"].eql?("true")
10-
gem "dry-configurable", github: "dry-rb/dry-configurable", branch: "main"
11-
end
9+
# if ENV["DRY_CONFIGURABLE_FROM_MAIN"].eql?("true")
10+
# gem "dry-configurable", github: "dry-rb/dry-configurable", branch: "main"
11+
# end
1212

1313
if ENV["DRY_SCHEMA_FROM_MAIN"].eql?("true")
1414
gem "dry-schema", github: "dry-rb/dry-schema", branch: "main"

0 commit comments

Comments
 (0)