master => main in Gemfile

This commit is contained in:
Peter Solnica 2022-04-02 15:10:19 +02:00
parent 1e4a8c68e1
commit 01c28a77ba
No known key found for this signature in database
GPG Key ID: 4B177344822BD3BB
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@ eval_gemfile "Gemfile.devtools"
gemspec
if ENV["DRY_LOGIC_FROM_MASTER"].eql?("true")
gem "dry-logic", github: "dry-rb/dry-logic",
branch: "master"
gem "dry-logic", github: "dry-rb/dry-logic", branch: "main"
end
group :test do