We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
/<my-path>/.serverless/ruby_layer/vendor/gems/test_gem
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):
The text was updated successfully, but these errors were encountered:
navarasu
No branches or pull requests
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):
The text was updated successfully, but these errors were encountered: