Skip to content

Commit

Permalink
Revert "Rely on dry-schema from master for now"
Browse files Browse the repository at this point in the history
This reverts commit 56c15b3.
  • Loading branch information
solnic committed Mar 11, 2020
1 parent af35853 commit d380f78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ if ENV["DRY_CONFIGURABLE_FROM_MASTER"].eql?("true")
gem "dry-configurable", github: "dry-rb/dry-configurable", branch: "master"
end

gem "dry-schema", github: "dry-rb/dry-schema", branch: "master"
if ENV['DRY_SCHEMA_FROM_MASTER'].eql?('true')
gem 'dry-schema', github: 'dry-rb/dry-schema', branch: 'master'
end

if ENV["DRY_TYPES_FROM_MASTER"].eql?("true")
gem "dry-types", github: "dry-rb/dry-types", branch: "master"
Expand Down

0 comments on commit d380f78

Please sign in to comment.