comment gemfile

This commit is contained in:
Sam 2014-08-25 08:22:14 +10:00
parent 32d1e962d2
commit 9a8d7d3ef0

View file

@ -78,6 +78,10 @@ else
end
gem 'rails-observers'
# Rails 4.1.6+ will relax the mail gem version requirement to `~> 2.5, >= 2.5.4`.
# However, mail gem 2.6.x currently does not work with discourse because of the
# reference to `Mail::RFC2822Parser` in `lib/email.rb`. This ensure discourse
# would continue to work with Rails 4.1.6+ when it is released.
gem 'mail', '~> 2.5.4'
#gem 'redis-rails'