You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's a good question. >= 1.4.x seems like a pretty odd way of saying this. Can you check #263 and #375 ? Clearly it's related. It actually seems like it works as designed, simply because Bower uses semver v2.
I tried to install angular-ui-calendar via rails-assets '>= 1.0.2' and ran bundle and got this error:
it says that rails-assets-angular '~> 1.4.0' is required, when the actual ui-calendar bower.json only requires '>= 1.4.x'
https://github.com/angular-ui/ui-calendar/blob/master/bower.json
am I mistaken, or should the requirement be changed to rails-assets-angular '>= 1.4.0'?
The text was updated successfully, but these errors were encountered: