add foodsoft_wiki plugin to Gemfile by default

This commit is contained in:
wvengen 2013-10-29 22:23:17 +01:00
parent 6d0ba985aa
commit d4dccbc646
2 changed files with 9 additions and 0 deletions

View file

@ -43,6 +43,8 @@ gem "rails-settings-cached", "0.2.4"
gem 'resque'
gem 'whenever', require: false # For defining cronjobs, see config/schedule.rb
gem 'foodsoft_wiki', path: 'lib/foodsoft_wiki'
group :production do
gem 'exception_notification'
end