Skip to content

Commit

Permalink
Loosen Mail dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade committed Apr 29, 2016
1 parent be4efde commit 8095b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fyi.gemspec
Expand Up @@ -19,5 +19,5 @@ Gem::Specification.new do |s|
s.require_paths = %w[ lib ]

s.add_development_dependency 'rake', '0.9.2.2'
s.add_dependency 'mail', '~> 2.4.4'
s.add_dependency 'mail', '> 2.4'
end

0 comments on commit 8095b77

Please sign in to comment.