Updated git branch references

This commit is contained in:
Luca Guidi 2021-06-15 12:44:30 +02:00
parent 5628ec6222
commit 52f007050d
No known key found for this signature in database
GPG Key ID: 703E823531C84B7D
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Please keep AllCops, Bundler, Style, Metrics groups and then order cops
# alphabetically
inherit_from:
- https://raw.githubusercontent.com/hanami/devtools/master/.rubocop-unstable.yml
- https://raw.githubusercontent.com/hanami/devtools/main/.rubocop.yml
Style/Documentation:
Exclude:
- "examples/*"

View File

@ -8,7 +8,7 @@ unless ENV["CI"]
gem "yard", require: false
end
gem "hanami-utils", "~> 2.0.alpha", require: false, git: "https://github.com/hanami/utils.git", branch: "unstable"
gem "hanami-utils", "~> 2.0.alpha", require: false, git: "https://github.com/hanami/utils.git", branch: "main"
gem "haml"
gem "hanami-devtools", require: false, git: "https://github.com/hanami/devtools.git"
gem "hanami-devtools", require: false, git: "https://github.com/hanami/devtools.git", branch: "main"