add foodsoft_wiki plugin to Gemfile by default
This commit is contained in:
parent
6d0ba985aa
commit
d4dccbc646
2 changed files with 9 additions and 0 deletions
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue