LoadError: cannot load such file -- griddler/mandrill/adapter

There is a permissions error in the mandrill GEM that Helpy uses for receiving email.  If you experience this error, you can either remove the gem completely, or run the following command to  to update the permissions for the file:

sudo chmod +r /usr/local/rvm/gems/ruby-2.2.1/gems/griddler-mandrill-1.1.3/lib/griddler/mandrill/adapter.rb

The full error:

RAILS_ENV=production rake db:migrate 
rake aborted! 
LoadError: cannot load such file -- griddler/mandrill/adapter 
/usr/local/rvm/gems/ruby-2.2.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:274:in `require' 
/usr/local/rvm/gems/ruby-2.2.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:274:in `block in require' 
/usr/local/rvm/gems/ruby-2.2.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:240:in `load_dependency' 
/usr/local/rvm/gems/ruby-2.2.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:274:in `require' 
/usr/local/rvm/gems/ruby-2.2.1/gems/griddler-mandrill-1.1.3/lib/griddler/mandrill.rb:3:in `' 
/usr/local/rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.4/lib/bundler/runtime.rb:85:in `require' 
/usr/local/rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.4/lib/bundler/runtime.rb:85:in `rescue in block in require' 
/usr/local/rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.4/lib/bundler/runtime.rb:68:in `block in require' 
/usr/local/rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.4/lib/bundler/runtime.rb:61:in `each' 
/usr/local/rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.4/lib/bundler/runtime.rb:61:in `require' 
/usr/local/rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.4/lib/bundler.rb:134:in `require' 
/home/rails/helpy/config/application.rb:8:in `' 
/home/rails/helpy/Rakefile:4:in `' 
LoadError: cannot load such file -- griddler-mandrill 
/usr/local/rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.4/lib/bundler/runtime.rb:76:in `require' 
/usr/local/rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.4/lib/bundler/runtime.rb:76:in `block (2 levels) in require' 
/usr/local/rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.4/lib/bundler/runtime.rb:72:in `each' 
/usr/local/rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.4/lib/bundler/runtime.rb:72:in `block in require' 
/usr/local/rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.4/lib/bundler/runtime.rb:61:in `each' 
/usr/local/rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.4/lib/bundler/runtime.rb:61:in `require' 
/usr/local/rvm/gems/ruby-2.2.1@global/gems/bundler-1.8.4/lib/bundler.rb:134:in `require' 
/home/rails/helpy/config/application.rb:8:in `' 
/home/rails/helpy/Rakefile:4:in `' 
(See full trace by running task with --trace)


Did this solve your problem?