Erich N Quintero

Results 7 comments of Erich N Quintero

Option to run solargraph via `bundle exec` would be awesome! I would make it the default behavior: try bundler first, if gem not found -> continue as usual.

@benwinding please let me know if you need any other elements to consider merging this PR. I would be glad to write some documentation around the MFA scenario or adding...

The error returned by the SDK contains information needed in the MFA workflow. The changes introduced by this PR allow access to those elements: https://github.com/benwinding/react-admin-firebase/pull/278

@dependabot has no access to secrets, see: https://github.com/dependabot/dependabot-core/issues/3253#issuecomment-852541544 You could ignore @dependabot pull requests: ``` - uses: FirebaseExtended/action-hosting-deploy@v0 if: ${{ github.actor != 'dependabot[bot]' }} ... ``` Or test for the...