bootstrap-ruby / bootstrap_form

Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.
MIT License
1.64k stars 351 forks source link

Add Puma and Debuggers to common.gemfile #657

Closed lcreid closed 1 year ago

lcreid commented 1 year ago

Adding debug and pry-byebug to the :development, :test group in the common.gemfile. pry-byebug should allow the use of either binding.pry or byebug, whichever you prefer.

Also adding puma to the :dev group, so the demo app runs under Puma.