aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile3
-rw-r--r--Gemfile.lock1
2 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 2704e1e806..1a1b1584e8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -168,3 +168,6 @@ end
gem "ibm_db" if ENV["IBM_DB"]
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem "wdm", ">= 0.1.0", platforms: [:mingw, :mswin, :x64_mingw, :mswin64]
+
+# Workaround not to install mail 2.7
+gem "mail", ">= 2.5.4", "< 2.7"
diff --git a/Gemfile.lock b/Gemfile.lock
index c333828f64..c9dd54d92a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -545,6 +545,7 @@ DEPENDENCIES
kindlerb (~> 1.2.0)
libxml-ruby
listen (>= 3.0.5, < 3.2)
+ mail (>= 2.5.4, < 2.7)
mini_magick
minitest-bisect
mocha