rubyonjets / jets

Ruby on Jets
http://rubyonjets.com
MIT License
2.6k stars 181 forks source link

fix jets deploy for empty project #692

Closed tongueroo closed 11 months ago

tongueroo commented 11 months ago

Fix gem_layer? check

This is a 🐞 bug fix.

Summary

Make sure a brand new jets project with no code can deploy successfully.

Context

Related

690

691

How to Test

jets new demo --mode api
cd demo
jets deploy

Version Changes

Patch