Skip to content

Commit c58694f

Browse files
Relax faraday dep
1 parent 5fa36ef commit c58694f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
PATH
22
remote: .
33
specs:
4-
cohere-ruby (0.9.1)
5-
faraday (~> 2.7.0)
4+
cohere-ruby (0.9.2)
5+
faraday (~> 1)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
1010
ast (2.4.2)
1111
diff-lcs (1.5.0)
12-
faraday (2.7.4)
13-
faraday-net_http (>= 2.0, < 3.1)
14-
ruby2_keywords (>= 0.0.4)
15-
faraday-net_http (3.0.2)
12+
faraday (1.2.0)
13+
multipart-post (>= 1.2, < 3)
14+
ruby2_keywords
1615
json (2.6.3)
1716
language_server-protocol (3.17.0.3)
1817
lint_roller (1.0.0)
18+
multipart-post (2.3.0)
1919
parallel (1.23.0)
2020
parser (3.2.2.1)
2121
ast (~> 2.4.1)

cohere.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
2929
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3030
spec.require_paths = ["lib"]
3131

32-
spec.add_dependency "faraday", "~> 2.7.0"
32+
spec.add_dependency "faraday", "~> 1"
3333
end

lib/cohere/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Cohere
4-
VERSION = "0.9.1"
4+
VERSION = "0.9.2"
55
end

0 commit comments

Comments
 (0)