diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-11-25 19:42:17 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-11-25 19:43:36 -0200 |
commit | e3f7817cec95ac395c9e1491178a1fad0a73af63 (patch) | |
tree | 498f5bf79506215819083c5369792a94e4ed66de /actionmailer/actionmailer.gemspec | |
parent | 6ae40c8efd43f65260c12fa3c45cd7a2b3084f5f (diff) | |
download | rails-e3f7817cec95ac395c9e1491178a1fad0a73af63.tar.gz rails-e3f7817cec95ac395c9e1491178a1fad0a73af63.tar.bz2 rails-e3f7817cec95ac395c9e1491178a1fad0a73af63.zip |
Use released rails-dom-testing
Diffstat (limited to 'actionmailer/actionmailer.gemspec')
-rw-r--r-- | actionmailer/actionmailer.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/actionmailer.gemspec b/actionmailer/actionmailer.gemspec index abc047d339..b63f4e5c08 100644 --- a/actionmailer/actionmailer.gemspec +++ b/actionmailer/actionmailer.gemspec @@ -24,5 +24,5 @@ Gem::Specification.new do |s| s.add_dependency 'activejob', version s.add_dependency 'mail', ['~> 2.5', '>= 2.5.4'] - s.add_dependency 'rails-dom-testing', '~> 1.0', '>= 1.0.4' + s.add_dependency 'rails-dom-testing', '~> 1.0', '>= 1.0.5' end |