bin/hanami in hanami-1.3.1 vs bin/hanami in hanami-1.3.2
- old
+ new
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
require 'bundler'
require 'hanami/cli/commands'
-Bundler.require(:plugins) if File.exist?(ENV["BUNDLE_GEMFILE"] || "Gemfile")
+::Bundler.require(:plugins) if File.exist?(ENV["BUNDLE_GEMFILE"] || "Gemfile")
Hanami::CLI.new(Hanami::CLI::Commands).call