summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-06-21 22:58:14 +0000
committerDouwe Maan <douwe@gitlab.com>2016-06-21 22:58:14 +0000
commit0909535ef755e1e1cbd3a5c4c8b8f5d00012e538 (patch)
tree5721b17c5f428811f43ab0fca689fc6952a5d108 /Gemfile
parent1cc3d14a6cd318b03245c337cc3ecd60f515be0a (diff)
parent835e3b0ac66aa24e1e087c1cf87308efd2d22527 (diff)
downloadgitlab-ce-0909535ef755e1e1cbd3a5c4c8b8f5d00012e538.tar.gz
Merge branch 'update-mail_room-to-0.8.0' into 'master' 18848-pagination-overflows-on-mobile
Update mail_room to 0.8.0 to resolve #13357 Update mail_room to 0.8.0 to resolve #13357 Which includes the fix from: https://github.com/tpitale/mail_room/pull/73 See merge request !4835
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2ea91da07fe..092ea9d69b0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -330,7 +330,7 @@ gem "newrelic_rpm", '~> 3.14'
gem 'octokit', '~> 4.3.0'
-gem "mail_room", "~> 0.7"
+gem "mail_room", "~> 0.8"
gem 'email_reply_parser', '~> 0.5.8'