diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-09-16 09:03:32 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-09-16 09:03:32 +0200 |
commit | 7bb22831a13b021c7b2d1cc8542808243a659d38 (patch) | |
tree | 013c638e850310c6d136c418a3f4a14bc827c596 /Gemfile.lock | |
parent | c61b6eeb2fd5d206525fda5d37942b8b7c30adaf (diff) | |
download | gitlab-ce-7bb22831a13b021c7b2d1cc8542808243a659d38.tar.gz |
Update mail_room
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 ab743c7d590..6a82d99a14f 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.2) + mail_room (0.5.1) method_source (0.8.2) mime-types (1.25.1) mimemagic (0.3.0) @@ -813,7 +813,7 @@ DEPENDENCIES jquery-ui-rails kaminari (~> 0.15.1) letter_opener - mail_room (~> 0.4.2) + mail_room (~> 0.5.1) minitest (~> 5.3.0) mousetrap-rails mysql2 @@ -889,3 +889,6 @@ DEPENDENCIES virtus webmock (~> 1.21.0) wikicloth (= 0.8.1) + +BUNDLED WITH + 1.10.5 |