Skip to content

Commit

Permalink
Back to released dry-logic
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Nov 24, 2022
1 parent 0f78d81 commit 534c8d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ 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
if ENV["DRY_LOGIC_FROM_MAIN"].eql?("true")
gem "dry-logic", github: "dry-rb/dry-logic", branch: "main"
end

group :test do
gem "dry-monads"
Expand Down

0 comments on commit 534c8d9

Please sign in to comment.