Skip to content

Instantly share code, notes, and snippets.

@rrva
Created December 17, 2015 09:56
Show Gist options
  • Save rrva/5a90c85aba9a11df3768 to your computer and use it in GitHub Desktop.
Save rrva/5a90c85aba9a11df3768 to your computer and use it in GitHub Desktop.
10:55:18 /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/mixins/logger.rb:12:in `included': undefined method `options' for #<Cabin::Subscriber:0x7fe9f6eaa7f8> (NoMethodError)
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/channel.rb:105:in `call'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/channel.rb:105:in `allow_event?'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/backports-3.6.7/lib/backports/tools/path.rb:24:in `all?'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/channel.rb:105:in `each'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/channel.rb:105:in `all?'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/channel.rb:105:in `allow_event?'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/channel.rb:195:in `publish'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/channel.rb:193:in `each'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/channel.rb:193:in `publish'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/channel.rb:192:in `synchronize'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/channel.rb:192:in `publish'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/mixins/logger.rb:113:in `_log'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/mixins/logger.rb:90:in `log_with_level'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/cabin-0.8.0/lib/cabin/mixins/logger.rb:75:in `warn'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/fpm-1.4.0/lib/fpm/package/rpm.rb:530:in `epoch'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/fpm-1.4.0/lib/fpm/package.rb:343:in `to_s'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/fpm-1.4.0/lib/fpm/package/rpm.rb:542:in `to_s'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/fpm-1.4.0/lib/fpm/command.rb:471:in `execute'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/clamp-0.6.5/lib/clamp/command.rb:67:in `run'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/fpm-1.4.0/lib/fpm/command.rb:535:in `run'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/clamp-0.6.5/lib/clamp/command.rb:132:in `run'
10:55:18 from /usr/lib/ruby/gems/1.8/gems/fpm-1.4.0/bin/fpm:8
10:55:18 from /usr/bin/fpm:19:in `load'
10:55:18 from /usr/bin/fpm:19
@treyka
Copy link

treyka commented Dec 18, 2015

Downgrade your cabin lib: gem uninstall cabin && gem install cabin -v 0.7.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment