Adding foreman gem to development group

This commit is contained in:
David Czarnecki
2014-03-18 16:48:46 -04:00
parent d0edfe2179
commit d71ec77737
2 changed files with 6 additions and 0 deletions

View File

@@ -186,6 +186,7 @@ group :development do
gem 'binding_of_caller'
gem 'librarian', '>= 0.0.25', require: false
gem 'annotate'
gem 'foreman'
end
# Gem that enables support for plugins. It is required.