Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support gems installed from git source #119

Open
maxirmx opened this issue Nov 15, 2023 · 0 comments
Open

Support gems installed from git source #119

maxirmx opened this issue Nov 15, 2023 · 0 comments
Assignees

Comments

@maxirmx
Copy link
Member

maxirmx commented Nov 15, 2023

If tebako package includes a gem installed from git source the package application fails.
Normally it can run using bundle exec

require 'bundler'
Bundler.require(:default)

the error message is

/__tebako_memfs__/lib/ruby/3.1.0/bundler/source/git/git_proxy.rb:224:in `allowed_with_path': The git source https://github.com/metanorma/vectory.git is not yet checked out. Please run `bundle install` before trying to start your application (Bundler::GitError)

although git cache is present inside memfs

@maxirmx maxirmx self-assigned this Nov 15, 2023
maxirmx added a commit to tamatebako/tebako-runtime that referenced this issue Jun 22, 2024
maxirmx added a commit to tamatebako/tebako-runtime that referenced this issue Jun 22, 2024
maxirmx added a commit to tamatebako/tebako-runtime that referenced this issue Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant