Skip to content

Commit 698e05e

Browse files
committed
Use released dry-{configurable,schema,types}
1 parent 7dbe534 commit 698e05e

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

Gemfile

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,17 @@ eval_gemfile "Gemfile.devtools"
66

77
gemspec
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

2421
group :test do
2522
gem "dry-monads", "~> 1.0"

0 commit comments

Comments
 (0)