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

Remove dependecies from gemspec #646

Closed lcreid closed 1 year ago

lcreid commented 2 years ago

It's not possible to specify the dependencies in the gemspec. ActionText only applies if the Rails version is greater than or equal to 6. This gem doesn't make sense unless it's used with Rails anyway, so there's not much value in having dependencies in the gemspec.

For simple development and testing, the Gemfile in the top-level directory pulls in the minimal components of Rails.

lcreid commented 1 year ago

651 is a better solution for this.