We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f0eca commit c3f8805Copy full SHA for c3f8805
exception_notification.gemspec
@@ -7,5 +7,8 @@ Gem::Specification.new do |s|
7
s.email = "[email protected]"
8
9
s.files = ['README.md'] + Dir['lib/**/*']
10
+
11
+ s.add_dependency("actionmailer", "~> 3.0.9")
12
13
s.require_path = 'lib'
14
end
0 commit comments