-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ArgumentError: tried to create Proc object without a block #16
Comments
I'm getting the same error |
I forked the hurley lib and potentialy fixed the place giving the error. Not sure if it's the correct way, but the google service works again in my project - https://github.com/AkermanisM/hurley Minimally tested, but maybe it helps somebody. |
Great job @AkermanisM, your fork of hurley worked in my project as well. |
I'm sorry. I'm a little slow. how did you fork/fix it? I'm having. this same issue and it's driving me nuts |
There is button in github interface called Fork, it will create a repository with identical code as the source repo.\ This is the commit where i fixed it AkermanisM/hurley@2f8924c |
I added gem 'hurley', :git => "https://github.com/AkermanisM/hurley.git" to my Gemfile and now everything works like a charm! thanks you're the best :) |
Hello, upgraded my app to Ruby 3.0.1 and it looks like
hurley-0.2
which is a dependency of your product broke the gem. Getting that error while callingDirectionsApi
Is it a chance somebody could fix it?
The text was updated successfully, but these errors were encountered: