aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/actionmailer.gemspec
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-11-25 19:42:17 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-11-25 19:43:36 -0200
commite3f7817cec95ac395c9e1491178a1fad0a73af63 (patch)
tree498f5bf79506215819083c5369792a94e4ed66de /actionmailer/actionmailer.gemspec
parent6ae40c8efd43f65260c12fa3c45cd7a2b3084f5f (diff)
downloadrails-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.gemspec2
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