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

Eliminate Warnings from `net-http` #650

Closed lcreid closed 1 year ago

lcreid commented 1 year ago

Our test suite was generating a lot of annoying warning messages. Apparently, requiring net-http explicitly is the way to get rid of them.

For more background, see this issue: https://github.com/ruby/net-imap/issues/16.

After a lot of flailing around, and a good PR from @donv , this seems to be mostly unnecessary. I just added one tweak to the contributing documentation, and a tweak to the docker-compose.yml.

donv commented 1 year ago

Maybe rebase this PR?