stouset / twitter_bootstrap_form_for

A Rails FormBuilder DSL for generating Twitter Bootstrap forms
https://github.com/stouset/twitter_bootstrap_form_for
MIT License
410 stars 107 forks source link

Release 2.0.1.0.rc2 #91

Open sgerrand opened 6 years ago

sgerrand commented 6 years ago

The gemspec in version 2.0.1.0.rc1 is pessimistically locked to

s.add_dependency 'railties',   '~> 3'

which precludes using railties (read: Rails) versions greater than 3. I can see that the bootstrap-2.0 branch has fixed this issue in 2667469661afd94fbae67b12bf971792ffadf4b7. Can that change be released as a new gem version?