Skip to content

Commit

Permalink
Use released dry-{logic,types,configurable}
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Oct 15, 2022
1 parent 41f5bdf commit 1851fd5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,14 @@ eval_gemfile "Gemfile.devtools"

gemspec

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

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

gem "dry-core", require: false, github: "dry-rb/dry-core", branch: "main"
gem "dry-logic", github: "dry-rb/dry-logic", branch: "release-1.3"
gem "dry-types", github: "dry-rb/dry-types", branch: "main"

group :test do
gem "dry-monads", require: false, github: "dry-rb/dry-monads", branch: "main"
gem "dry-struct", require: false, github: "dry-rb/dry-struct", branch: "main"
Expand Down

0 comments on commit 1851fd5

Please sign in to comment.