Skip to content

Commit

Permalink
Loosen ActionMailer dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
smartinez87 committed Aug 3, 2011
1 parent 4261072 commit 76fe686
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exception_notification.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.test_files = Dir.glob "test/**/*_test.rb"
s.require_path = 'lib'

s.add_dependency("actionmailer", "~> 3.0.9")
s.add_development_dependency "rails", "~> 3.0.9"
s.add_development_dependency "sqlite3", "~> 1.3.4"
s.add_dependency("actionmailer", ">= 3.0.4")
s.add_development_dependency "rails", ">= 3.0.4"
s.add_development_dependency "sqlite3", ">= 1.3.4"
end

0 comments on commit 76fe686

Please sign in to comment.