bin/hanami in hanami-1.1.0.beta1 vs bin/hanami in hanami-1.1.0.beta2
- old
+ new
@@ -1,5 +1,6 @@
#!/usr/bin/env ruby
require 'bundler'
require 'hanami/cli/commands'
+Bundler.require(:plugins)
Hanami::CLI.new(Hanami::CLI::Commands).call
- old
+ new