Skip to content

Commit

Permalink
Use github: syntax in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cllns committed Jul 3, 2024
1 parent caddc71 commit 2cb3fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ unless ENV["CI"]
gem "yard", require: false
end

gem "hanami-devtools", require: false, git: "https://github.com/hanami/devtools.git", branch: "main"
gem "hanami-devtools", require: false, github: "hanami/devtools"
gem "i18n", "~> 1.0", require: false

0 comments on commit 2cb3fed

Please sign in to comment.