mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
comment gemfile
This commit is contained in:
parent
32d1e962d2
commit
9a8d7d3ef0
1 changed files with 4 additions and 0 deletions
4
Gemfile
4
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue