Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Update faraday requirement from ~> 0.9 to >= 0.9, < 2.0 #5

Merged
merged 1 commit into from
Mar 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
cloverly (0.1.2)
faraday (~> 0.9)
faraday (>= 0.9, < 2.0)

GEM
remote: http://www.rubygems.org/
Expand All @@ -11,8 +11,11 @@ GEM
coderay (1.1.2)
diff-lcs (1.3)
dotenv (2.7.2)
faraday (0.15.4)
faraday (1.3.0)
faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http (1.0.1)
ffi (1.10.0)
formatador (0.2.5)
guard (2.15.0)
Expand Down Expand Up @@ -59,6 +62,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
ruby2_keywords (0.0.4)
ruby_dep (1.5.0)
shellany (0.0.1)
thor (0.20.3)
Expand Down
2 changes: 1 addition & 1 deletion cloverly.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.5.0"
s.required_rubygems_version = ">= 1.8.11"

s.add_dependency('faraday', '~>0.9')
s.add_dependency('faraday', '>=0.9', '<2.0')

s.add_development_dependency "rspec"
s.add_development_dependency "guard"
Expand Down