File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -6,20 +6,17 @@ eval_gemfile "Gemfile.devtools"
66
77gemspec
88
9- gem "dry-core" , github : "dry-rb/dry-core" , branch : "main"
10- gem "dry-logic" , github : "dry-rb/dry-logic" , branch : "main"
11-
12- # if ENV["DRY_CONFIGURABLE_FROM_MAIN"].eql?("true")
9+ if ENV [ "DRY_CONFIGURABLE_FROM_MAIN" ] . eql? ( "true" )
1310 gem "dry-configurable" , github : "dry-rb/dry-configurable" , branch : "main"
14- # end
11+ end
1512
16- # if ENV["DRY_SCHEMA_FROM_MAIN"].eql?("true")
13+ if ENV [ "DRY_SCHEMA_FROM_MAIN" ] . eql? ( "true" )
1714 gem "dry-schema" , github : "dry-rb/dry-schema" , branch : "main"
18- # end
15+ end
1916
20- # if ENV["DRY_TYPES_FROM_MAIN"].eql?("true")
17+ if ENV [ "DRY_TYPES_FROM_MAIN" ] . eql? ( "true" )
2118 gem "dry-types" , github : "dry-rb/dry-types" , branch : "main"
22- # end
19+ end
2320
2421group :test do
2522 gem "dry-monads" , "~> 1.0"
You can’t perform that action at this time.
0 commit comments