[openSUSE/open-build-service] 3bc522: Test rack/rake gem versions
Branch: refs/heads/depfu/update/srcapi/rack-2.2.4 Home: https://github.com/openSUSE/open-build-service Commit: 3bc5224c2bdaab8350ef6be06f3293d819d3b4d0 https://github.com/openSUSE/open-build-service/commit/3bc5224c2bdaab8350ef6b... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2022-07-06 (Wed, 06 Jul 2022) Changed paths: M .circleci/conditional_config.yml M src/api/Makefile Log Message: ----------- Test rack/rake gem versions The system and bundle versions of rake and rack need to match up. The rake and rack gems are dependencies of passenger that it will load, from the system, during booting itself. If our bundle versions deviate, then booting our app will try to load those gems again, which will fail. Which makes for an unbootable app.
participants (1)
-
Henne Vogelsang