The App Service images seem to be lacking behind in updates while the DevOps pipelines push forward.
For instance, the macOS 10.14/10.15 images have Ruby 2.6.5 and Bundler 2.1.4
https://github.com/microsoft/azure-pipelines-image-generation/blob/master/images/macos/macos-10.14-Readme.md
The App Service image has Ruby 2.6.2 and Bundler 1.17.8.
This makes it very difficult to run DevOps tools that also run on the App Service plan. Being unable to run pipelines on environments that match whats being deployed to can cause version conflicts during deployments.