diff --git a/Gemfile b/Gemfile index 0c1868e4..946bf0d4 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index b5e4f6d5..b719c030 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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