Observers were removed from Rails 4.0.

This commit is contained in:
Thorsten Eckel 2015-04-08 14:49:50 +02:00
parent 8eafa6fabb
commit 667c13c11c

View file

@ -96,3 +96,6 @@ gem 'puma'
# ical export
gem 'icalendar'
# removed from Rails 4.0
gem 'rails-observers'