GoogleCloudPlatform / google-cloud-gemserver

CLI to deploy a private gem server to Google App Engine Flex
Apache License 2.0
46 stars 14 forks source link

Detect and install gemstash #1

Closed arhamahmed closed 7 years ago

arhamahmed commented 7 years ago

Before running any google-cloud-gemserver command the current version of gemstash is checked to ensure it supports protected gem fetches. If not, gemstash is installed from the bundler repository. Once a new version of gemstash is released with that feature this component can be removed.

arhamahmed commented 7 years ago

Closing - no longer necessary with the merge of #2.