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

Error while adding local path in Gemfile #64

Open
emilianodellacasa opened this issue Feb 25, 2022 · 0 comments
Open

Error while adding local path in Gemfile #64

emilianodellacasa opened this issue Feb 25, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@emilianodellacasa
Copy link

Describe the bug

I added to my Gemfile a local gem using the standard format

gem 'test_gem', path: 'vendor/gems/test_gem'

However, when deploy it gives me the following error

Error Stack Trace

Error:
Error: The path
/<my-path>/.serverless/ruby_layer/vendor/gems/test_gem
does not exist.

Example Config files
This is my Gemfile:

source "https://rubygems.org"

gem 'rails'
gem 'json'
gem 'test_gem', path: 'vendor/gems/test_gem'

Desktop (please complete the following information):

  • OS: Ubuntu 20.04
  • NodeVersion 14.17.0
  • Ruby version 2.7.5
  • Bundler version 2.2.5
@emilianodellacasa emilianodellacasa added the bug Something isn't working label Feb 25, 2022
@navarasu navarasu self-assigned this Oct 9, 2023
@navarasu navarasu added enhancement New feature or request and removed bug Something isn't working labels Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants