Skip to content

Commit

Permalink
Relax faraday dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 7, 2019
1 parent 4c9d731 commit 6eb2677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi_mail.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_runtime_dependency('faraday', '~> 0.9.0')
s.add_runtime_dependency('faraday', '~> 0.9')
s.add_runtime_dependency('mail', '~> 2.5')
s.add_runtime_dependency('rack')

Expand Down

0 comments on commit 6eb2677

Please sign in to comment.