[openSUSE/open-build-service] a687de: Fix some ruby 3.1 incompatibilities
Branch: refs/heads/ruby31 Home: https://github.com/openSUSE/open-build-service Commit: a687de55c446b2d85d5a2a51876c72be001aa6e9 https://github.com/openSUSE/open-build-service/commit/a687de55c446b2d85d5a2a... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2022-03-09 (Wed, 09 Mar 2022) Changed paths: M src/api/Gemfile M src/api/Gemfile.lock M src/api/config/environment.rb A src/api/vendor/cache/digest-3.1.0.gem A src/api/vendor/cache/io-wait-0.2.1.gem A src/api/vendor/cache/net-imap-0.2.3.gem A src/api/vendor/cache/net-pop-0.1.1.gem A src/api/vendor/cache/net-protocol-0.1.2.gem A src/api/vendor/cache/net-smtp-0.3.1.gem A src/api/vendor/cache/strscan-3.0.1.gem R src/api/vendor/cache/thor-1.1.0.gem A src/api/vendor/cache/thor-1.2.1.gem A src/api/vendor/cache/timeout-0.2.0.gem Log Message: ----------- Fix some ruby 3.1 incompatibilities - Updates thor to DidYouMean::SPELL_CHECKERS warning - Explicitely bundles mail depencencies - Allow aliases in YAML.load_file Commit: c8817901d9bd154882807fb336488ea73f19f9c3 https://github.com/openSUSE/open-build-service/commit/c8817901d9bd154882807f... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2022-03-09 (Wed, 09 Mar 2022) Changed paths: M dist/obs-bundled-gems.spec Log Message: ----------- The `--path` flag is deprecated Commit: 0666e52007661315f63a7225ec1b54068ff1db8f https://github.com/openSUSE/open-build-service/commit/0666e52007661315f63a72... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2022-03-09 (Wed, 09 Mar 2022) Changed paths: M src/api/Gemfile M src/api/Gemfile.lock Log Message: ----------- Rexml is a not a default gem in Ruby 3.1 anymore We need to require it in the bundle Compare: https://github.com/openSUSE/open-build-service/compare/4f6f56e4b56b...0666e5...
participants (1)
-
Henne Vogelsang