Skip to content

Commit 98c73ba

Browse files
committed
We have to use Momentjs 2.8.1.
1 parent cda50c3 commit 98c73ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ actively maintained and works with [Bootstrap3](http://getbootstrap.com).
1313

1414
Add these lines to your application's Gemfile:
1515
```ruby
16-
gem 'momentjs-rails', '>= 2.7.0'
16+
gem 'momentjs-rails', '>= 2.8.1'
1717
gem 'bootstrap3-datetimepicker-rails', '~> 3.0.2'
1818
```
1919

bootstrap3-datetimepicker-rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Gem::Specification.new do |spec|
1818
spec.add_development_dependency 'bundler', '~> 1.3'
1919
spec.add_development_dependency 'rake'
2020

21-
spec.add_runtime_dependency 'momentjs-rails', '>= 2.7.0'
21+
spec.add_runtime_dependency 'momentjs-rails', '>= 2.8.1'
2222
end
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Bootstrap3Datetimepicker
22
module Rails
3-
VERSION = '3.0.2'
3+
VERSION = '3.0.2.1'
44
end
55
end

0 commit comments

Comments
 (0)