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

View File

@ -18,6 +18,12 @@ GIT
acts_as_versioned (0.6.0)
activerecord (>= 3.0.9)
PATH
remote: lib/foodsoft_wiki
specs:
foodsoft_wiki (0.0.1)
rails (~> 3.2.15)
GEM
remote: https://rubygems.org/
specs:
@ -345,6 +351,7 @@ DEPENDENCIES
exception_notification
factory_girl_rails (~> 4.0)
faker
foodsoft_wiki!
haml-rails
i18n-js!
i18n-spec