Skip to content

Commit f38ca9f

Browse files
committed
Add missing hanami-controller gem
Now that you’re using action classes, you need this gem too.
1 parent ae25bf3 commit f38ca9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ruby/hanami/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source "https://rubygems.org"
22

33
gem "hanami", "~> 2.3.0"
4-
gem "hanami-router", "~> 2.3.0"
4+
gem "hanami-controller", "~> 2.3.0"
5+
gem "hanami-router", "~> 2.3.0"

0 commit comments

Comments
 (0)