Updated git branch references

This commit is contained in:
Luca Guidi 2021-06-15 14:42:33 +02:00
parent 6730b7211e
commit d5f5a8be42
No known key found for this signature in database
GPG Key ID: 703E823531C84B7D
2 changed files with 5 additions and 5 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
AllCops:
Exclude:
- "vendor/**/*"

View File

@ -8,12 +8,12 @@ unless ENV["CI"]
gem "yard", require: false
end
gem "hanami-utils", "~> 1.3", git: "https://github.com/hanami/utils.git", branch: "master"
gem "hanami-helpers", "~> 1.3", git: "https://github.com/hanami/helpers.git", branch: "master"
gem "hanami-view", "~> 1.3", git: "https://github.com/hanami/view.git", branch: "1.x-master"
gem "hanami-utils", "~> 1.3", git: "https://github.com/hanami/utils.git", branch: "1.3.x"
gem "hanami-helpers", "~> 1.3", git: "https://github.com/hanami/helpers.git", branch: "1.3.x"
gem "hanami-view", "~> 1.3", git: "https://github.com/hanami/view.git", branch: "1.3.x"
gem "hanami-emberjs", path: "spec/support/fixtures/hanami-emberjs", require: false
gem "hanami-compass", path: "spec/support/fixtures/hanami-compass", require: false
gem "hanami-foo-compressor", path: "spec/support/fixtures/hanami-foo-compressor", require: false
gem "hanami-devtools", require: false, git: "https://github.com/hanami/devtools.git"
gem "hanami-devtools", git: "https://github.com/hanami/devtools.git", branch: "1.3.x", require: false