From 52f007050d2f51e9309440ee43250c00c93a4239 Mon Sep 17 00:00:00 2001 From: Luca Guidi Date: Tue, 15 Jun 2021 12:44:30 +0200 Subject: [PATCH] Updated git branch references --- .rubocop.yml | 2 +- Gemfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 7910158..90ffb0e 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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/*" diff --git a/Gemfile b/Gemfile index d8e215b..75566e4 100644 --- a/Gemfile +++ b/Gemfile @@ -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"