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"