milgner / redmine_airbrake_server

A Redmine plugin which enables it to receive application error notifications Airbrake-style
28 stars 10 forks source link

add Gemfile #6

Closed pille closed 12 years ago

pille commented 13 years ago

after upgrading to chiliproject-2.1.1 migrations fail, because chiliproject now uses bundler and breaks on missing gems. plugins should add a Gemfile with their needs: https://www.chiliproject.org/issues/529#note-3

i created vendor/plugins/redmine_airbrake_server/Gemfile as to fix this:


gem "hpricot"
milgner commented 13 years ago

Thanks for the hint. I'm still struggling with properly setting up my CI to host a Redmine installation wherein I can automatically test my plugins. As soon as I figure out how to do this, I will set up a ChiliProject instance, too.