Skip to content

Commit

Permalink
faraday_middleware is no more in Faraday 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Feb 22, 2023
1 parent 552b8a5 commit 9ab8651
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/trino/client/query.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
module Trino::Client

require 'faraday'
require 'faraday_middleware'
require 'trino/client/models'
require 'trino/client/errors'
require 'trino/client/faraday_client'
Expand Down
1 change: 0 additions & 1 deletion trino-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = ">= 2.7.0"

gem.add_dependency "faraday", ">= 1", "< 3"
gem.add_dependency "faraday_middleware", ["~> 1.0"]
gem.add_dependency "msgpack", [">= 1.5.1"]

gem.add_development_dependency "rake", [">= 0.9.2", "< 14.0"]
Expand Down

0 comments on commit 9ab8651

Please sign in to comment.