Move plugins to separate directory.
This commit is contained in:
parent
6e990fed4c
commit
6aa8ee7968
59 changed files with 4 additions and 4 deletions
4
Gemfile
4
Gemfile
|
|
@ -43,8 +43,8 @@ gem 'attribute_normalizer'
|
|||
|
||||
# we use the git version of acts_as_versioned, and need to include it in this Gemfile
|
||||
gem 'acts_as_versioned', github: 'technoweenie/acts_as_versioned'
|
||||
gem 'foodsoft_wiki', path: 'lib/foodsoft_wiki'
|
||||
gem 'foodsoft_messages', path: 'lib/foodsoft_messages'
|
||||
gem 'foodsoft_wiki', path: 'plugins/wiki'
|
||||
gem 'foodsoft_messages', path: 'plugins/messages'
|
||||
|
||||
group :production do
|
||||
gem 'exception_notification'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue