Skip to content

Commit

Permalink
Skip configurable from main for now
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Oct 15, 2022
1 parent 698e05e commit 1e9bace
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 @@ -6,9 +6,9 @@ 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_SCHEMA_FROM_MAIN"].eql?("true")
gem "dry-schema", github: "dry-rb/dry-schema", branch: "main"
Expand Down

0 comments on commit 1e9bace

Please sign in to comment.