docker-compose up
Starting autonomiczone_jekyll_1 ... done
Attaching to autonomiczone_jekyll_1
jekyll_1 | Your Ruby version is 2.7.1, but your Gemfile specified 2.7.2
autonomiczone_jekyll_1 exited with code 18
Does this mean the upstream image's ruby version is out of date?
Just chucking this here:
```
docker-compose up
Starting autonomiczone_jekyll_1 ... done
Attaching to autonomiczone_jekyll_1
jekyll_1 | Your Ruby version is 2.7.1, but your Gemfile specified 2.7.2
autonomiczone_jekyll_1 exited with code 18
```
Does this mean the upstream image's ruby version is out of date?
kawaiipunk
added the bug label 2021-01-25 19:03:38 +00:00
Thanks for raising and investigating! Looks like yes, the bot is upgrading configs and then I setup the dev vs. prod to use different images which got us out of sync on the ruby versions. Sooo, I switched the dev setup to use the same image now and we shouldn't run into this again, I hope.
Thanks for raising and investigating! Looks like yes, the bot is upgrading configs and then I setup the dev vs. prod to use different images which got us out of sync on the ruby versions. Sooo, I switched the dev setup to use the same image now and we shouldn't run into this again, I hope.
This repo is archived. You cannot comment on issues.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Just chucking this here:
Does this mean the upstream image's ruby version is out of date?
Workaround is just changing Gemfile to specify 2.7.1
Guessing our comrade bot did this:
961cf1a54dThanks for raising and investigating! Looks like yes, the bot is upgrading configs and then I setup the dev vs. prod to use different images which got us out of sync on the ruby versions. Sooo, I switched the dev setup to use the same image now and we shouldn't run into this again, I hope.