diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-10-13 13:07:59 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-10-13 13:10:49 +0200 |
commit | 712d17684b2b9a8664cdff685c44fa59ea6fabbc (patch) | |
tree | 34cef23c0e546db66fc3aed820e5129547a8b751 /Gemfile.lock | |
parent | c2c8f8acc41747280356e157e749c1cafbd807e3 (diff) | |
download | gitlab-ce-712d17684b2b9a8664cdff685c44fa59ea6fabbc.tar.gz |
Make Reply by email easier to configure
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 58426a60683..7e989aa461b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -392,7 +392,7 @@ GEM systemu (~> 2.6.2) mail (2.6.3) mime-types (>= 1.16, < 3) - mail_room (0.6.0) + mail_room (0.6.1) method_source (0.8.2) mime-types (1.25.1) mimemagic (0.3.0) @@ -854,7 +854,7 @@ DEPENDENCIES jquery-ui-rails (~> 4.2.1) kaminari (~> 0.16.3) letter_opener (~> 1.1.2) - mail_room (~> 0.6.0) + mail_room (~> 0.6.1) minitest (~> 5.7.0) mousetrap-rails (~> 1.4.6) mysql2 (~> 0.3.16) |