Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
Closed
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
30 changes: 24 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
cloverly (0.2.0)
faraday (>= 0.9, < 2.0)
faraday (>= 0.9, < 3.0)

GEM
remote: http://www.rubygems.org/
Expand All @@ -11,11 +11,29 @@ GEM
coderay (1.1.3)
diff-lcs (1.4.4)
dotenv (2.7.6)
faraday (1.3.0)
faraday (1.10.2)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.15.0)
formatador (0.2.5)
guard (2.16.2)
Expand All @@ -37,7 +55,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.8)
method_source (1.0.0)
multipart-post (2.1.1)
multipart-post (2.2.3)
nenv (0.3.0)
notiffany (0.1.3)
nenv (~> 0.1)
Expand All @@ -61,7 +79,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
ruby2_keywords (0.0.4)
ruby2_keywords (0.0.5)
shellany (0.0.1)
thor (1.1.0)

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', '<2.0')
s.add_dependency('faraday', '>=0.9', '<3.0')

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