Skip to content

Commit

Permalink
Prepare Gemfile for v2.1.0.rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Feb 16, 2024
1 parent 567a84a commit 3575a03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ unless ENV["CI"]
gem "yard", require: false
end

gem "hanami-utils", "~> 2.1", require: false, github: "hanami/utils", branch: "main"
gem "hanami-cli", "~> 2.1", require: false, github: "hanami/cli", branch: "main"
gem "hanami", "~> 2.1", require: false, github: "hanami/hanami", branch: "main"
gem "hanami-utils", "~> 2.1.rc", require: false, github: "hanami/utils", branch: "main"
gem "hanami-cli", "~> 2.1.rc", require: false, github: "hanami/cli", branch: "main"
gem "hanami", "~> 2.1.rc", require: false, github: "hanami/hanami", branch: "main"

gem "hanami-devtools", require: false, github: "hanami/devtools", branch: "main"

0 comments on commit 3575a03

Please sign in to comment.