I am trying to run a Jekyll blog on Codebuild. Locally there is no issue, but when trying to run it on Codebuild, it keeps getting stuck on this:
Your bundle is locked to eventmachine (1.2.3), but that version could not be found in any of the sources listed in your Gemfile. If you haven't changed sources, that means the author of eventmachine (1.2.3) has removed it. You'll need to update your bundle to a different version of eventmachine (1.2.3) that hasn't been removed in order to install.
However, the source is normal rubygems and I checked if the version is there and it is. I think it might be a bug in AWS codebuild, but thought it would be good to post here. Has anyone had a similar issue? Any help is welcome. I have tried the following to resolve it:
1) Remove Gemfile Lock
2) Set specific version on the Gemfile.
Bundle is working fine locally