Skip to content

Fix missing "typhoeus" dependency in Gemfile.lock#210

Open
cweiske wants to merge 1 commit into
evolvingweb:masterfrom
mogic-le:gemfilelock-fix
Open

Fix missing "typhoeus" dependency in Gemfile.lock#210
cweiske wants to merge 1 commit into
evolvingweb:masterfrom
mogic-le:gemfilelock-fix

Conversation

@cweiske
Copy link
Copy Markdown

@cweiske cweiske commented May 13, 2026

$bundle install
[...]
4.211 Downloading typhoeus-1.4.1 revealed dependencies not in the API or the lockfile
4.211 (ethon (>= 0.9.0)).
4.211 Either installing with --full-index or running bundle update typhoeus should
4.211 fix the problem.

Solution taken from
https://makandracards.com/makandra/51932-bundler-error-downloading-gem-revealed-dependencies

Resolves: #207

> $bundle install
> [...]
> 4.211 Downloading typhoeus-1.4.1 revealed dependencies not in the API or the lockfile
> 4.211 (ethon (>= 0.9.0)).
> 4.211 Either installing with `--full-index` or running `bundle update typhoeus` should
> 4.211 fix the problem.

Solution taken from
https://makandracards.com/makandra/51932-bundler-error-downloading-gem-revealed-dependencies

Resolves: evolvingweb#207
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

Successfully merging this pull request may close these issues.

docker build: dependencies not in the API or the lockfile

1 participant