Jyothish Kumar K R

Results 7 comments of Jyothish Kumar K R

The reason behind this is, Using **::Config** for detecting the various config settings which are populated into node[:languages][:ruby] has been deprecated since 1.9.3. In ruby 2.2.0, this has been removed....

Any update on the above question? I am also facing the same problem.

I'm also facing the same issue, I have 5 workers running. Still only one job is running at a time.

Thank you, @andyundso , for your response. Yes, we follow a similar approach: ``` bundle config set --local path 'vendor/bundle' bundle install --no-cache --standalone # Not sure if this part...

In my `Gemfile.lock`, the `x64-mingw-ucrt` platform is already listed, but the platform-specific `tiny_tds` gem still doesn’t get installed. We generate the build on **Windows**, and our **production** environment is also...

@andyundso Thank you for your response. Let me try this and will get back to you!