Introduce a dependency on icalendar
This commit is contained in:
parent
de45091c59
commit
4e97ad0eaa
2
Gemfile
2
Gemfile
|
@ -64,6 +64,8 @@ gem "rqrcode"
|
|||
|
||||
gem "draper"
|
||||
|
||||
gem "icalendar"
|
||||
|
||||
group :development do
|
||||
gem "spring"
|
||||
gem "spring-commands-rspec"
|
||||
|
|
|
@ -197,6 +197,9 @@ GEM
|
|||
rails-i18n
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
terminal-table (>= 1.5.1)
|
||||
icalendar (2.5.3)
|
||||
ice_cube (~> 0.16)
|
||||
ice_cube (0.16.3)
|
||||
image_processing (1.9.3)
|
||||
mini_magick (>= 4.9.5, < 5)
|
||||
ruby-vips (>= 2.0.13, < 3)
|
||||
|
@ -472,6 +475,7 @@ DEPENDENCIES
|
|||
globalize
|
||||
guard-rspec
|
||||
i18n-tasks
|
||||
icalendar
|
||||
image_processing
|
||||
jbuilder
|
||||
jquery-datatables-rails
|
||||
|
|
Loading…
Reference in New Issue