Skip to content

Commit 384d6c0

Browse files
taylorthurlowpicandocodigo
authored andcommitted
Set upper limit of elasticsearch-transport faraday dependency to "< 1"
Faraday recently released 1.0, and elasticsearch-transport was on 0.xx. Breaking changes in 1.0 plus the gemspec allowing the update to 1.x can cause unclear problems.
1 parent 919f4fa commit 384d6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-transport/elasticsearch-transport.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
2323
s.required_ruby_version = '>= 1.9'
2424

2525
s.add_dependency "multi_json"
26-
s.add_dependency "faraday"
26+
s.add_dependency "faraday", '>= 0.14', "< 1"
2727

2828
if defined?(RUBY_VERSION) && RUBY_VERSION < '1.9'
2929
s.add_dependency "system_timer"

0 commit comments

Comments
 (0)