bootstrap3-datetimepicker-rails icon indicating copy to clipboard operation
bootstrap3-datetimepicker-rails copied to clipboard

Require Moment.js version of at least 2.9.0

Open trliner opened this issue 7 years ago • 0 comments

Recent versions of bootstrap-datetimepicker use the moment.isDate() function, which wasn't exposed in Moment.js until version 2.9.0 (changelog). Requiring version 2.9.0 of momentjs-rails in the gemspec will make developers that are upgrading to a recent version of bootstrap3-datetimepicker-rails aware of this dependency.

A similar change was already made to the README in 84e78ecf17588f0f1e381cb758e30b2cdd0adc48.

trliner avatar Jun 28 '17 22:06 trliner