Rails アプリケーションに新しい遺物用の新しい gem を追加しました。それをインストールした後、開発のためにローカルでサーバーを起動すると、正常に動作します。
しかし、コントローラーにいくつかの変更を加えてアプリケーションを再実行しようとすると、以下のようなエラーが表示されます
NameError (uninitialized constant Rake::EarlyTime):
rake (10.1.0) lib/rake/ext/time.rb:9:in `<=>'
activesupport (3.2.13) lib/active_support/file_update_checker.rb:100:in `each'
activesupport (3.2.13) lib/active_support/file_update_checker.rb:100:in `max'
activesupport (3.2.13) lib/active_support/file_update_checker.rb:100:in `updated_at'
activesupport (3.2.13) lib/active_support/file_update_checker.rb:66:in `updated?'