Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-04-22 23:13:59 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-04-22 23:13:59 +0300
commit702380f1aed9d20cc48d24164e4910613ec18703 (patch)
tree371d2fae333a4d282c5d6514dcc073d24166f64f /Gemfile
parent80893cad672361e62c0c05c2cf9262209bc54fd2 (diff)
Add letter_opener_web gem
Sent emails in the development environment will no longer automatically be opened in the browser. If a sent email needs to be viewed, it can be found at the `/rails/letter_opener` route.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 67cc3f34b8c..05cf0219166 100644
--- a/Gemfile
+++ b/Gemfile
@@ -243,7 +243,7 @@ group :development do
gem 'brakeman', '~> 3.2.0', require: false
gem "annotate", "~> 2.7.0"
- gem "letter_opener", '~> 1.1.2'
+ gem 'letter_opener_web', '~> 1.3.0'
gem 'quiet_assets', '~> 1.0.2'
gem 'rerun', '~> 0.11.0'
gem 'bullet', require: false