ory / sdk

The place where ORY's SDKs are being auto-generated
Apache License 2.0
141 stars 85 forks source link

fix: pin ruby `bundler` gem to v`2.3.36` #253

Closed JacobMillward closed 1 year ago

JacobMillward commented 1 year ago

Was previously failing to build the docker image with

 => ERROR [20/25] RUN gem install bundler &&       apt-get update &&       apt-get install -y --no-install-recommends ruby-dev                                                                                                                                            3.4s
------
 > [20/25] RUN gem install bundler &&       apt-get update &&       apt-get install -y --no-install-recommends ruby-dev:
------
executor failed running [/bin/sh -c gem install bundler &&       apt-get update &&       apt-get install -y --no-install-recommends ruby-dev]: exit code: 1

Related Issue or Design Document

None.

Checklist

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.