Feedzilla has been working just fine on my app for the past couple months, then today I just got this error when I deployed to Heroku. Working locally in production.
2013-03-11T22:00:06+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler.rb:343:in `rescue in eval_gemspec': There was a NoMethodError while loading feedzirra.gemspec: (Bundler::GemspecError)
2013-03-11T22:00:06+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/bundler/gems/feedzirra-71721ddaeba1/feedzirra.gemspec:9:in `block in <main>'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler.rb:312:in `block in load_gemspec_uncached'
2013-03-11T22:00:06+00:00 app[web.1]: undefined method `today' for Date:Class from
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler.rb:307:in `chdir'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler.rb:332:in `eval_gemspec'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler.rb:307:in `load_gemspec_uncached'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler.rb:297:in `load_gemspec'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler/source/path.rb:115:in `each'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler/source/path.rb:115:in `load_spec_files'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler/source/path.rb:116:in `block in load_spec_files'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler/source/git.rb:174:in `load_spec_files'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler/source/path.rb:86:in `local_specs'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler/source/git.rb:149:in `specs'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler/lazy_specification.rb:52:in `__materialize__'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler/spec_set.rb:88:in `block in materialize'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler/spec_set.rb:85:in `map!'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler/spec_set.rb:85:in `materialize'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler/definition.rb:159:in `specs_for'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler/definition.rb:148:in `requested_specs'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler/definition.rb:114:in `specs'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler/environment.rb:18:in `requested_specs'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler/runtime.rb:13:in `setup'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler/setup.rb:17:in `<top (required)>'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/bundler-1.3.2/lib/bundler.rb:120:in `setup'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/ruby-1.9.3/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
2013-03-11T22:00:06+00:00 app[web.1]: from /app/vendor/ruby-1.9.3/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
2013-03-11T22:00:07+00:00 heroku[web.1]: State changed from starting to crashed
Thoughts?
Thanks!
Hunter