Changelog
*Sourced from [lograge's changelog](https://github.com/roidrage/lograge/blob/master/CHANGELOG.md).*
> ### 0.11.2
>
> * Resolve a bug with Action Cable registration [#286](https://github-redirect.dependabot.com/roidrage/lograge/pull/286)
>
> ### 0.11.1
>
> * Resolve a bug with Action Cable registration [#289](https://github-redirect.dependabot.com/roidrage/lograge/pull/289)
>
> ### 0.11.0
>
> * Add support for Action Cable [#257](https://github-redirect.dependabot.com/roidrage/lograge/pull/257)
>
> ### 0.10.0
>
> * Strip querystring from `Location` header [#241](https://github-redirect.dependabot.com/roidrage/lograge/pull/241)
>
> ### 0.9.0
>
> * Relax Rails gem dependency [#235](https://github-redirect.dependabot.com/roidrage/lograge/pull/235)
>
> ### 0.8.0
>
> * Configure multiple base controllers [#230](https://github-redirect.dependabot.com/roidrage/lograge/pull/230)
>
> ### 0.7.1
>
> * Bug fix for configurable controllers [#228](https://github-redirect.dependabot.com/roidrage/lograge/pull/228)
>
> ### 0.7.0
>
> * Configurable base class [#227](https://github-redirect.dependabot.com/roidrage/lograge/pull/227)
>
> ### 0.6.0
>
> * Replace thread-locals with `request_store` [#218](https://github-redirect.dependabot.com/roidrage/lograge/pull/218)
> * An alternative to the `append_info_to_payload` strategy [#135](https://github-redirect.dependabot.com/roidrage/lograge/pull/135)
Commits
- [`1729eab`](https://github.com/roidrage/lograge/commit/1729eab7956bb95c5992e4adab251e4f93ff9280) Release 0.11.2
- [`397c830`](https://github.com/roidrage/lograge/commit/397c830208a7ec1601c0eacc0dddd09274afff5b) Remove ActionCable::Channel::Base from base classes when setting custom_paylo...
- [`8fdc075`](https://github.com/roidrage/lograge/commit/8fdc0752dc2d97408a12dc5fd19a15c347d28a14) Release 0.11.1
- [`04b3007`](https://github.com/roidrage/lograge/commit/04b30072063ad0463de198b0bd268881212a8529) Add Action Cable section to Readme ([#284](https://github-redirect.dependabot.com/roidrage/lograge/issues/284))
- [`407a7bc`](https://github.com/roidrage/lograge/commit/407a7bc19c82c5c8c7e2ddefdc003620eb786a1a) Require Action Cable extensions during setup, only when Lograge is enabled (#...
- [`d4f036b`](https://github.com/roidrage/lograge/commit/d4f036b19eb84b1a3763528fc1f74b6f369625a2) Revert "Update README.md ([#288](https://github-redirect.dependabot.com/roidrage/lograge/issues/288))" ([#290](https://github-redirect.dependabot.com/roidrage/lograge/issues/290))
- [`ef5f4cb`](https://github.com/roidrage/lograge/commit/ef5f4cb8926e569c28f5e3c68d2b1d483a7f181f) Update README.md ([#288](https://github-redirect.dependabot.com/roidrage/lograge/issues/288))
- [`244ce40`](https://github.com/roidrage/lograge/commit/244ce405f674f0c66d043c32f2d98edd118c4f36) Release 0.11.0
- [`6324a99`](https://github.com/roidrage/lograge/commit/6324a99e93026ec3464d1c014cd729c2e0857c4e) README: Drop Gemnasium badge ([#279](https://github-redirect.dependabot.com/roidrage/lograge/issues/279))
- [`437a4bd`](https://github.com/roidrage/lograge/commit/437a4bde37e61a7c6a6b92ec7ec4451aca0c1523) CI: jruby-9.2.7.0 ([#283](https://github-redirect.dependabot.com/roidrage/lograge/issues/283))
- Additional commits viewable in [compare view](https://github.com/roidrage/lograge/compare/v0.5.1...v0.11.2)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Coverage remained the same at 66.004% when pulling ed25e8fdcc4778a3335543a39a054834ceb9e16e on dependabot/bundler/lograge-0.11.2 into f6fde2a1996b0de059f179d59a4cf56be37462b3 on master.
Bumps lograge from 0.5.1 to 0.11.2.
Changelog
*Sourced from [lograge's changelog](https://github.com/roidrage/lograge/blob/master/CHANGELOG.md).* > ### 0.11.2 > > * Resolve a bug with Action Cable registration [#286](https://github-redirect.dependabot.com/roidrage/lograge/pull/286) > > ### 0.11.1 > > * Resolve a bug with Action Cable registration [#289](https://github-redirect.dependabot.com/roidrage/lograge/pull/289) > > ### 0.11.0 > > * Add support for Action Cable [#257](https://github-redirect.dependabot.com/roidrage/lograge/pull/257) > > ### 0.10.0 > > * Strip querystring from `Location` header [#241](https://github-redirect.dependabot.com/roidrage/lograge/pull/241) > > ### 0.9.0 > > * Relax Rails gem dependency [#235](https://github-redirect.dependabot.com/roidrage/lograge/pull/235) > > ### 0.8.0 > > * Configure multiple base controllers [#230](https://github-redirect.dependabot.com/roidrage/lograge/pull/230) > > ### 0.7.1 > > * Bug fix for configurable controllers [#228](https://github-redirect.dependabot.com/roidrage/lograge/pull/228) > > ### 0.7.0 > > * Configurable base class [#227](https://github-redirect.dependabot.com/roidrage/lograge/pull/227) > > ### 0.6.0 > > * Replace thread-locals with `request_store` [#218](https://github-redirect.dependabot.com/roidrage/lograge/pull/218) > * An alternative to the `append_info_to_payload` strategy [#135](https://github-redirect.dependabot.com/roidrage/lograge/pull/135)Commits
- [`1729eab`](https://github.com/roidrage/lograge/commit/1729eab7956bb95c5992e4adab251e4f93ff9280) Release 0.11.2 - [`397c830`](https://github.com/roidrage/lograge/commit/397c830208a7ec1601c0eacc0dddd09274afff5b) Remove ActionCable::Channel::Base from base classes when setting custom_paylo... - [`8fdc075`](https://github.com/roidrage/lograge/commit/8fdc0752dc2d97408a12dc5fd19a15c347d28a14) Release 0.11.1 - [`04b3007`](https://github.com/roidrage/lograge/commit/04b30072063ad0463de198b0bd268881212a8529) Add Action Cable section to Readme ([#284](https://github-redirect.dependabot.com/roidrage/lograge/issues/284)) - [`407a7bc`](https://github.com/roidrage/lograge/commit/407a7bc19c82c5c8c7e2ddefdc003620eb786a1a) Require Action Cable extensions during setup, only when Lograge is enabled (#... - [`d4f036b`](https://github.com/roidrage/lograge/commit/d4f036b19eb84b1a3763528fc1f74b6f369625a2) Revert "Update README.md ([#288](https://github-redirect.dependabot.com/roidrage/lograge/issues/288))" ([#290](https://github-redirect.dependabot.com/roidrage/lograge/issues/290)) - [`ef5f4cb`](https://github.com/roidrage/lograge/commit/ef5f4cb8926e569c28f5e3c68d2b1d483a7f181f) Update README.md ([#288](https://github-redirect.dependabot.com/roidrage/lograge/issues/288)) - [`244ce40`](https://github.com/roidrage/lograge/commit/244ce405f674f0c66d043c32f2d98edd118c4f36) Release 0.11.0 - [`6324a99`](https://github.com/roidrage/lograge/commit/6324a99e93026ec3464d1c014cd729c2e0857c4e) README: Drop Gemnasium badge ([#279](https://github-redirect.dependabot.com/roidrage/lograge/issues/279)) - [`437a4bd`](https://github.com/roidrage/lograge/commit/437a4bde37e61a7c6a6b92ec7ec4451aca0c1523) CI: jruby-9.2.7.0 ([#283](https://github-redirect.dependabot.com/roidrage/lograge/issues/283)) - Additional commits viewable in [compare view](https://github.com/roidrage/lograge/compare/v0.5.1...v0.11.2)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.