Ohkubo KOHEI
Ohkubo KOHEI
Try ` { value: nil }.ergo { |o| o[:value] = o[:value].bar }` and check the same result.
it looks fixed on this commit https://github.com/NoamB/sorcery/commit/1b1e7d9f1550fcd91ab8b1d8ff15b5387ab77c53#lib/sorcery/controller.rb
Adding config before deploy worked for me ```yaml deploy: needs: build permissions: pages: write id-token: write environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: - name: Configure Pages...
https://github.com/rubocop/rubocop-rspec/blob/v2.22.0/lib/rubocop/cop/rspec/multiple_expectations.rb#L51-L62 https://github.com/search?q=repo%3Arubocop%2Frubocop-rspec%20%40example%20configuration&type=code
I found that reference parser inherits owner's schema. https://github.com/ota42y/openapi_parser/blob/1e036a7b37235fce3315e2b400d5cebe4e41c1f5/lib/openapi_parser/concerns/parser.rb#L41 On this situation, schema-object.yaml should have `paths` `components` on top level. other props will be ignored.