I have installed the caldav-icloud
gem. Then I've required it in my environment.rb
require "caldav-icloud"
But if I do rails s
I get this error:
/lib/ruby/gems/2.2.0/gems/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274:in `require': cannot load such file -- caldav-icloud (LoadError)
How can I solve it? Thanks