The ice cube gem was overriding too strongly the default date formatting
This commit is contained in:
parent
a33bdd9877
commit
609659bd29
3
Gemfile
3
Gemfile
@ -14,7 +14,8 @@ gem 'simple_calendar'
|
||||
gem 'icalendar'
|
||||
|
||||
# The recurrence management library
|
||||
gem 'ice_cube'
|
||||
# Using a forked one, that corrects https://github.com/seejohnrun/ice_cube/issues/431
|
||||
gem 'ice_cube', github: 'Promptus/ice_cube'
|
||||
|
||||
gem 'rails', '>= 5.1.4'
|
||||
|
||||
|
15
Gemfile.lock
15
Gemfile.lock
@ -1,3 +1,9 @@
|
||||
GIT
|
||||
remote: https://github.com/Promptus/ice_cube.git
|
||||
revision: 86ff5e1b1298d772aa2b79cffb408b3dafbc9df9
|
||||
specs:
|
||||
ice_cube (0.16.1)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
remote: https://rails-assets.org/
|
||||
@ -200,7 +206,6 @@ GEM
|
||||
i18n-active_record (0.2.2)
|
||||
i18n (>= 0.5.0)
|
||||
icalendar (2.4.1)
|
||||
ice_cube (0.16.3)
|
||||
inherited_resources (1.9.0)
|
||||
actionpack (>= 4.2, < 5.3)
|
||||
has_scope (~> 0.6)
|
||||
@ -409,9 +414,9 @@ GEM
|
||||
railties (>= 3.1.1)
|
||||
tinymce-rails-langs (4.20180103)
|
||||
tinymce-rails (~> 4.1, >= 4.1.10)
|
||||
turbolinks (5.1.1)
|
||||
turbolinks-source (~> 5.1)
|
||||
turbolinks-source (5.1.0)
|
||||
turbolinks (5.2.0)
|
||||
turbolinks-source (~> 5.2)
|
||||
turbolinks-source (5.2.0)
|
||||
twitter (6.2.0)
|
||||
addressable (~> 2.3)
|
||||
buftok (~> 0.2.0)
|
||||
@ -477,7 +482,7 @@ DEPENDENCIES
|
||||
http_accept_language
|
||||
i18n-active_record
|
||||
icalendar
|
||||
ice_cube
|
||||
ice_cube!
|
||||
jbuilder (~> 2.5)
|
||||
jquery-ui-rails
|
||||
kramdown
|
||||
|
Loading…
Reference in New Issue
Block a user