Skip to content
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

Typhoeus dependency is missing due to conflicting gemfiles #3

Open
cduez opened this issue Feb 19, 2024 · 3 comments
Open

Typhoeus dependency is missing due to conflicting gemfiles #3

cduez opened this issue Feb 19, 2024 · 3 comments

Comments

@cduez
Copy link

cduez commented Feb 19, 2024

There is two gemspec files at the moment in the repository:

It seems that the first one is used by bundler which is missing the dependency requirements for typhoeus and json resulting in an error message:

ruby-3.2.2/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in `require': cannot load such file -- typhoeus (LoadError)
@jackmahoney
Copy link
Collaborator

Hi sorry for the delay. Please install the missing dep mentioned manually

@cduez
Copy link
Author

cduez commented Apr 8, 2024

No worries @jackmahoney. Installing the dependency can indeed fix the issue. Would it be possible to fix the Gemfile so the gem would correctly declare its dependencies? Happy to help here but it seems like these gemfiles could be automatically generated?

@jackmahoney
Copy link
Collaborator

Good point. I will raise with the team

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

No branches or pull requests

2 participants