Skip to content

Commit 4a628bf

Browse files
committed
Add version restriction for uri gem
The "uri" gem was updated last week and the new version has an incompatibility with the "cookiejar" library. See ruby/uri#131
1 parent ce363a7 commit 4a628bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

em-http-request.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Gem::Specification.new do |s|
1717

1818
s.add_dependency 'addressable', '>= 2.3.4'
1919
s.add_dependency 'cookiejar', '!= 0.3.1'
20+
s.add_dependency 'uri', '~> 0.13' # for compatibility with cookiejar. see https://github.com/ruby/uri/issues/131.
2021
s.add_dependency 'em-socksify', '>= 0.3'
2122
s.add_dependency 'eventmachine', '>= 1.0.3'
2223
s.add_dependency 'http_parser.rb', '>= 0.6.0'

0 commit comments

Comments
 (0)