diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-09-02 08:12:01 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-09-02 08:12:01 +0100 |
commit | d72b8f87ac44fd90d0b0efb09ac72e1be9d33745 (patch) | |
tree | d1d2dd56052a0170e65ae2d8ab2cc5fedf6ad403 /Gemfile.lock | |
parent | 308c6428aef2a46b0370a24d85a97b0e133283a8 (diff) | |
download | gitlab-ce-d72b8f87ac44fd90d0b0efb09ac72e1be9d33745.tar.gz |
Update mail_room to 0.4.2 for better error handling
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 2450b95d973..181b72e07e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -370,7 +370,7 @@ GEM systemu (~> 2.6.2) mail (2.6.3) mime-types (>= 1.16, < 3) - mail_room (0.4.1) + mail_room (0.4.2) method_source (0.8.2) mime-types (1.25.1) mimemagic (0.3.0) @@ -805,7 +805,7 @@ DEPENDENCIES jquery-ui-rails kaminari (~> 0.15.1) letter_opener - mail_room (~> 0.4.1) + mail_room (~> 0.4.2) minitest (~> 5.3.0) mousetrap-rails mysql2 @@ -878,3 +878,6 @@ DEPENDENCIES virtus webmock (~> 1.21.0) wikicloth (= 0.8.1) + +BUNDLED WITH + 1.10.5 |