Skip to content

Commit

Permalink
relaxing actionmailer dependency to ~> 2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mccraigmccraig committed May 9, 2011
1 parent 5cb9646 commit 444c79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ begin
gem.homepage = "http://github.com/trampoline/sonar-connector"
gem.authors = ["Peter MacRobert", "Mark Meyer"]

gem.add_dependency "actionmailer", "= 2.3.10"
gem.add_dependency "actionmailer", "~> 2.3.10"
gem.add_dependency "actionmailer_extensions", ">= 0.4.2"
gem.add_dependency "json_pure", ">= 1.2.2"
gem.add_dependency "uuidtools", ">= 2.1.1"
Expand Down

0 comments on commit 444c79c

Please sign in to comment.