Skip to content

Commit 8c49f8c

Browse files
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 8c49f8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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, which is an archived project
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)