You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backstage has many very strict dependencies in its gemfile, for example, backstage depends on thor 0.14.6 exactly. This makes it very difficult to use backstage with any reasonably sized app.
The text was updated successfully, but these errors were encountered:
Backstage is not meant to be used inside your application; it deploys as its own application. So, the versions backstage uses shouldn't impact the versions of gems your application can use.
Backstage has many very strict dependencies in its gemfile, for example, backstage depends on thor 0.14.6 exactly. This makes it very difficult to use backstage with any reasonably sized app.
The text was updated successfully, but these errors were encountered: