Skip to content

Commit

Permalink
Merge pull request #5 from CalculoJuridico/loose-faraday-dependency
Browse files Browse the repository at this point in the history
Relaxar dependência com o Faraday
  • Loading branch information
brunoadacosta authored Feb 12, 2019
2 parents 96b972d + bb5a159 commit f8064ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vindi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Gem::Specification.new do |spec|
spec.files += Dir.glob("lib/**/*.rb")
spec.require_paths = ["lib"]

spec.add_dependency 'faraday', '~> 0.13.1'

spec.add_dependency 'faraday', '~> 0.13'
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 10.0"
end

0 comments on commit f8064ad

Please sign in to comment.