Skip to content

Commit

Permalink
Use released dry-{configurable,schema,types}
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Oct 15, 2022
1 parent 7dbe534 commit 698e05e
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,17 @@ eval_gemfile "Gemfile.devtools"

gemspec

gem "dry-core", github: "dry-rb/dry-core", branch: "main"
gem "dry-logic", github: "dry-rb/dry-logic", branch: "main"

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

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

# if ENV["DRY_TYPES_FROM_MAIN"].eql?("true")
if ENV["DRY_TYPES_FROM_MAIN"].eql?("true")
gem "dry-types", github: "dry-rb/dry-types", branch: "main"
# end
end

group :test do
gem "dry-monads", "~> 1.0"
Expand Down

0 comments on commit 698e05e

Please sign in to comment.