aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJeremy Daer <jeremydaer@gmail.com>2017-10-31 21:44:55 -0700
committerJeremy Daer <jeremydaer@gmail.com>2017-10-31 21:44:58 -0700
commit0931e17ebf621e5518bc0546ea13268420f989ee (patch)
treeafa3fcc38f480a4588958ecfe275ff70b8725050 /Gemfile
parent4d96be1c27bd6faed957b197a461f18543acebf2 (diff)
downloadrails-0931e17ebf621e5518bc0546ea13268420f989ee.tar.gz
rails-0931e17ebf621e5518bc0546ea13268420f989ee.tar.bz2
rails-0931e17ebf621e5518bc0546ea13268420f989ee.zip
Fix tests on Mail 2.7
Reverts 4d96be1c27bd6faed957b197a461f18543acebf2 References #31026
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 1a1b1584e8..2704e1e806 100644
--- a/Gemfile
+++ b/Gemfile
@@ -168,6 +168,3 @@ 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"