A web application that allows citizens to "adopt" a storm drain in San Francisco. In use, and in development at other brigades. Looking for a maintainer or someone interested in developing further in collaboration with others across the country.
Changelog
*Sourced from [airbrake's changelog](https://github.com/airbrake/airbrake/blob/master/CHANGELOG.md).*
> ### [v9.4.4][v9.4.4] (September 18, 2019)
>
> * Fixed broken `bundle exec rake airbrake:deploy`
> ([#1003](https://github-redirect.dependabot.com/airbrake/airbrake/pull/1003))
> * Introduced `Airbrake::Rails.logger`, which replaces the old way of configuring
> Rails apps. The logging setup becomes as simple as
> ([#1003](https://github-redirect.dependabot.com/airbrake/airbrake/pull/1003)):
>
> ```ruby
> c.logger = Airbrake::Rails.logger
> ```
> * Exceptions occurring in `current_user` no longer crash the library
> ([#1007](https://github-redirect.dependabot.com/airbrake/airbrake/pull/1007))
> * Rails controller helpers started supporting the block argument for notifying
> ([#1010](https://github-redirect.dependabot.com/airbrake/airbrake/pull/1010))
Commits
- [`57f44a4`](https://github.com/airbrake/airbrake/commit/57f44a431759d4c5d1610229ddfb9e5d0f6f814a) Merge pull request [#1011](https://github-redirect.dependabot.com/airbrake/airbrake/issues/1011) from airbrake/release-9-4-4
- [`1bff9bd`](https://github.com/airbrake/airbrake/commit/1bff9bd133cd733372b50dacc39ff74ccc187aec) Release v9.4.4
- [`e8df476`](https://github.com/airbrake/airbrake/commit/e8df476da5fd536cff88aa4239bbdc24c398b550) Merge pull request [#1010](https://github-redirect.dependabot.com/airbrake/airbrake/issues/1010) from airbrake/1008-notify-block
- [`b371505`](https://github.com/airbrake/airbrake/commit/b37150512197ef1658a4afad971f94ba4f210da9) rails/action_controller: pass block along with standard arguments
- [`0f2c73d`](https://github.com/airbrake/airbrake/commit/0f2c73d65cc06d0da6d94c87970facad794d17b4) CHANGELOG: mention [#1007](https://github-redirect.dependabot.com/airbrake/airbrake/issues/1007)
- [`763634f`](https://github.com/airbrake/airbrake/commit/763634f7702e6190d813c58bc69119c309674422) Fix for #try_current_user when the Rails controller method throws an … ([#1007](https://github-redirect.dependabot.com/airbrake/airbrake/issues/1007))
- [`89cb002`](https://github.com/airbrake/airbrake/commit/89cb00247553764219835e6b09ac24de3c96a86b) Merge pull request [#1006](https://github-redirect.dependabot.com/airbrake/airbrake/issues/1006) from airbrake/rails-4-1-testing
- [`5649068`](https://github.com/airbrake/airbrake/commit/564906881e8abf2baf72c53903238c612356cc84) circle: test Rails v4.1
- [`cefc284`](https://github.com/airbrake/airbrake/commit/cefc284a1690c36d1a5d5c81936e0ea8d4997919) Merge pull request [#1005](https://github-redirect.dependabot.com/airbrake/airbrake/issues/1005) from airbrake/rails-5-0-testing
- [`39ddb44`](https://github.com/airbrake/airbrake/commit/39ddb440ced5d916f0700b623f530db0b8fa3e28) circle: actually test against Rails 5.0
- Additional commits viewable in [compare view](https://github.com/airbrake/airbrake/compare/v9.4.3...v9.4.4)
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)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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 97.931% when pulling 608fe134251a1232ffb1de17edf57d65224513d9 on dependabot/bundler/airbrake-9.4.4 into 37f9cafa14754cfde93462f10692e5f3879c3914 on master.
Bumps airbrake from 9.4.3 to 9.4.4.
Changelog
*Sourced from [airbrake's changelog](https://github.com/airbrake/airbrake/blob/master/CHANGELOG.md).* > ### [v9.4.4][v9.4.4] (September 18, 2019) > > * Fixed broken `bundle exec rake airbrake:deploy` > ([#1003](https://github-redirect.dependabot.com/airbrake/airbrake/pull/1003)) > * Introduced `Airbrake::Rails.logger`, which replaces the old way of configuring > Rails apps. The logging setup becomes as simple as > ([#1003](https://github-redirect.dependabot.com/airbrake/airbrake/pull/1003)): > > ```ruby > c.logger = Airbrake::Rails.logger > ``` > * Exceptions occurring in `current_user` no longer crash the library > ([#1007](https://github-redirect.dependabot.com/airbrake/airbrake/pull/1007)) > * Rails controller helpers started supporting the block argument for notifying > ([#1010](https://github-redirect.dependabot.com/airbrake/airbrake/pull/1010))Commits
- [`57f44a4`](https://github.com/airbrake/airbrake/commit/57f44a431759d4c5d1610229ddfb9e5d0f6f814a) Merge pull request [#1011](https://github-redirect.dependabot.com/airbrake/airbrake/issues/1011) from airbrake/release-9-4-4 - [`1bff9bd`](https://github.com/airbrake/airbrake/commit/1bff9bd133cd733372b50dacc39ff74ccc187aec) Release v9.4.4 - [`e8df476`](https://github.com/airbrake/airbrake/commit/e8df476da5fd536cff88aa4239bbdc24c398b550) Merge pull request [#1010](https://github-redirect.dependabot.com/airbrake/airbrake/issues/1010) from airbrake/1008-notify-block - [`b371505`](https://github.com/airbrake/airbrake/commit/b37150512197ef1658a4afad971f94ba4f210da9) rails/action_controller: pass block along with standard arguments - [`0f2c73d`](https://github.com/airbrake/airbrake/commit/0f2c73d65cc06d0da6d94c87970facad794d17b4) CHANGELOG: mention [#1007](https://github-redirect.dependabot.com/airbrake/airbrake/issues/1007) - [`763634f`](https://github.com/airbrake/airbrake/commit/763634f7702e6190d813c58bc69119c309674422) Fix for #try_current_user when the Rails controller method throws an … ([#1007](https://github-redirect.dependabot.com/airbrake/airbrake/issues/1007)) - [`89cb002`](https://github.com/airbrake/airbrake/commit/89cb00247553764219835e6b09ac24de3c96a86b) Merge pull request [#1006](https://github-redirect.dependabot.com/airbrake/airbrake/issues/1006) from airbrake/rails-4-1-testing - [`5649068`](https://github.com/airbrake/airbrake/commit/564906881e8abf2baf72c53903238c612356cc84) circle: test Rails v4.1 - [`cefc284`](https://github.com/airbrake/airbrake/commit/cefc284a1690c36d1a5d5c81936e0ea8d4997919) Merge pull request [#1005](https://github-redirect.dependabot.com/airbrake/airbrake/issues/1005) from airbrake/rails-5-0-testing - [`39ddb44`](https://github.com/airbrake/airbrake/commit/39ddb440ced5d916f0700b623f530db0b8fa3e28) circle: actually test against Rails 5.0 - Additional commits viewable in [compare view](https://github.com/airbrake/airbrake/compare/v9.4.3...v9.4.4)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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.