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

uninitialized constant Faraday::Response::Middleware (NameError) #151

Open
satyap opened this issue Jul 6, 2022 · 1 comment · May be fixed by #152
Open

uninitialized constant Faraday::Response::Middleware (NameError) #151

satyap opened this issue Jul 6, 2022 · 1 comment · May be fixed by #152

Comments

@satyap
Copy link

satyap commented Jul 6, 2022

I get this error:

[snip path]gems/librato-metrics-2.1.2/lib/librato/metrics/middleware/count_requests.rb:5:in `module:Middleware': uninitialized constant Faraday::Response::Middleware (NameError)
Did you mean? Faraday::Middleware

Gemfile:

source 'https://rubygems.org'

gem 'librato-metrics'
gem 'mysql2'
$ bundle show
Gems included by the bundle:
  * aggregate (0.2.3)
  * bundler (1.17.2)
  * faraday (2.3.0)
  * faraday-net_http (2.0.3)
  * librato-metrics (2.1.2)
  * mysql2 (0.5.4)
  * ruby2_keywords (0.0.5)

Ruby code:

require 'librato/metrics'

(That is the entire file. Simply requiring the module throws the exception.)

@hp92-ch
Copy link

hp92-ch commented Sep 14, 2023

Hello, will be part that PR in the next release? or is not maintained anymore? @chancefeick

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants