Skip to content

Falcon Config for Roda Docker Container #208

Answered by ioquatix
Morzaram asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for the lockfile details.

The latest version of async is 2.6.2, and in your lockfile it appears to be 2.0.0.

https://rubygems.org/gems/async

One way to figure out why this might be happening is to pin to the latest version of async and run bundle update again, e.g. add this line:

gem 'async', '~> 2.6.2'

It may print out an error if some dependency can't be resolved. If so, can you let me know?

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Morzaram
Comment options

@ioquatix
Comment options

Answer selected by Morzaram
@Morzaram
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants