Shinya Maeda
Shinya Maeda
GitLab CI injects `CI_JOB_TOKEN` to allow a pipeline job to access a project resource through public v4 API. Not all of APIs support job token auth, however, [release creation API](https://docs.gitlab.com/ee/api/releases/#create-a-release)...
## Summary I was checking if I use pry console for debugging. It seems there are no gems like pry-rails. I assume this is because `Jets::Turbine` currently doesn't support `console`...
GitLab is planning to upgrade ruby version to 3.1 first, and later to 3.2. For the preparation, we're checking if dependencies are compatible with these versions. (See https://gitlab.com/gitlab-org/gitlab/-/issues/404750 for more...
This commit fixes that the chat-langchain example webserver can't run locally due to a few errors.