Merge branch 'master' into joelkoglin/gitlab-ce-feature_fix_ldap_auth_issue_993
Showing
... | ... | @@ -34,11 +34,11 @@ gem 'rqrcode-rails3' |
gem 'attr_encrypted', '1.3.4' | ||
# Browser detection | ||
gem "browser", '~> 0.8.0' | ||
gem "browser", '~> 1.0.0' | ||
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '~> 7.2.14' | ||
gem "gitlab_git", '~> 7.2.15' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
# GitLab fork with a lot of changes (improved thread-safety, better memory usage etc) | ||
... | ... | @@ -272,3 +272,7 @@ end |
gem "newrelic_rpm" | ||
gem 'octokit', '3.7.0' | ||
gem "mail_room", "~> 0.4.1" | ||
gem 'email_reply_parser' |
app/mailers/base_mailer.rb
0 → 100644
bin/daemon_with_pidfile
0 → 100755
bin/mail_room
0 → 100755
config/mail_room.yml.example
0 → 100644
doc/reply_by_email/README.md
0 → 100644
features/admin/hooks.feature
0 → 100644
lib/gitlab/color_schemes.rb
0 → 100644
lib/gitlab/email/receiver.rb
0 → 100644
lib/gitlab/reply_by_email.rb
0 → 100644
Please register or sign in to comment