Shopify / shipit-engine

Deployment coordination
https://shopify.engineering/introducing-shipit
MIT License
1.42k stars 144 forks source link

Setup instructions outdated #1256

Closed bouk closed 2 years ago

bouk commented 2 years ago

Hi there,

Tried to follow the setup instructions and ran into some issue:

  1. The instructions say to install version 6.1 of Rails, but the template.rb requires >= 7.0
  2. After changing instructions to use 7.0.2 I get the following: image

I assume this is because a new release of shipit-engine needs to be cut with the constraints updated.

casperisfine commented 2 years ago

Yeah, I only did the Rails 7 upgrade last week and still need to cut a new release.

You can work around this by editing the Gemfile.lock and point to shipit-engine's master branch.

I'll try to cut a new release this week.

casperisfine commented 2 years ago

0.36.0 was release. Should be good now.