Skip to content

Commit

Permalink
Fix dependency with http:
Browse files Browse the repository at this point in the history
* Since version 5.0.0 http provides the method mkcalendar to make requests. Since the gem makes use of that method, this version of http is necessary;
Ref: httprb/http#660
Please enter the commit message for your changes. Lines starting
  • Loading branch information
matosga committed Nov 10, 2022
1 parent 20a57ed commit ac687a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendav.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency "http"
spec.add_runtime_dependency "http", "~> 5.0"
spec.add_runtime_dependency "icalendar"
spec.add_runtime_dependency "nokogiri"

Expand Down

0 comments on commit ac687a6

Please sign in to comment.