Skip to content

Commit

Permalink
Merge pull request #947 from ayushn21/remove-puma-require
Browse files Browse the repository at this point in the history
Remove explicit require of `puma` in the console command
  • Loading branch information
ayushn21 authored Jan 13, 2025
2 parents 83dfa0e + 56e71d1 commit 6156c61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bridgetown-core/lib/bridgetown-core/commands/console.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def console # rubocop:disable Metrics

config_options = configuration_with_overrides(options)
if options[:"server-config"]
require "puma"
require "bridgetown-core/rack/boot"
Bridgetown::Rack.boot
else
Expand Down

0 comments on commit 6156c61

Please sign in to comment.