TrevorS / bootstrap3-datetimepicker-rails

This gem packages the bootstrap-datetimepicker for the Rails 3.1+ asset pipeline.
MIT License
292 stars 123 forks source link

allow momentjs >= 2.5.0 #12

Closed lacco closed 10 years ago

lacco commented 10 years ago

As stated by bootstrap3-datetimepicker 's bower file (https://github.com/Eonasdan/bootstrap-datetimepicker/blob/master/bower.json#L11), we don't have to force moment js version =2.5.0, but >=2.5.0. Using momentjs is working fine for me, fixes #7

TrevorS commented 10 years ago

Thanks!