Merge branch 'ce-to-ee' into 'master'
CE to EE See merge request !484
Showing
... | ... | @@ -35,7 +35,7 @@ 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 | ||
... | ... | @@ -276,3 +276,7 @@ end |
gem "newrelic_rpm" | ||
gem 'octokit', '3.7.0' | ||
gem "mail_room", "~> 0.4.0" | ||
gem 'email_reply_parser' |
app/mailers/base_mailer.rb
0 → 100644
bin/mail_room
0 → 100755
config/mail_room.yml.example
0 → 100644
doc/reply_by_email/README.md
0 → 100644
lib/gitlab/email/receiver.rb
0 → 100644
lib/gitlab/import_sources.rb
0 → 100644
lib/gitlab/reply_by_email.rb
0 → 100644
Please register or sign in to comment