refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 371 forks source link

Bootstrap dependency version is too rigid #117

Closed arcreative closed 9 years ago

arcreative commented 9 years ago

Maybe this is more of an issue with rails-assets, but the version specified in bower.json is ~3.1.1, which forces me to use 3.1.1 for my entire project. Is there a way that this dependency could be loosened, or do I have to fork the repo to get this to work?

acrobat commented 9 years ago

what kind of version constraint would be more usable? ~3.0 or ~3.1 or something else?

arcreative commented 9 years ago

I'm not sure which is most congruent with your intentions and usage with bower--but for my usage >= 3.1.1 <4.0.0 or something similar, would be nice. This way, new minors would be allowed and I wouldn't be forced to use the version specified in this component's bower.json.

Bootstrap just went to 3.3.0 a couple hours ago, so this just became a little more pertinent for me :-)

acrobat commented 9 years ago

I've created a PR for this issue #118