Changelog
*Sourced from database_cleaner's [changelog](https://github.com/DatabaseCleaner/database_cleaner/blob/master/History.rdoc).*
> == Development (master)
>
> === Bug Fixes
> === Changes
>
> == 1.7.0 2017-04-19
>
> === Bug Fixes
> * Remove unnecessary folders from gem: https://github-redirect.dependabot.com/DatabaseCleaner/database_cleaner/pull/508
> * Properly quote table names: https://github-redirect.dependabot.com/DatabaseCleaner/database_cleaner/pull/501
> * Use more idiomatic Ruby in README: https://github-redirect.dependabot.com/DatabaseCleaner/database_cleaner/pull/510
> * Return ::ActiveRecord::Base from `establish_connection`: https://github-redirect.dependabot.com/DatabaseCleaner/database_cleaner/pull/399
>
> === Changes
> * Safeguard against running in production or running against a remote database: https://github-redirect.dependabot.com/DatabaseCleaner/database_cleaner/pull/521
>
> == 1.6.2 2017-10-29
>
> === Bug Fixes
> * ActiveRecord::Base namespace patch: https://github-redirect.dependabot.com/DatabaseCleaner/database_cleaner/pull/490
> * Better exclusion condition based on Rails version: https://github-redirect.dependabot.com/DatabaseCleaner/database_cleaner/pull/487
>
> === Changes
> * Better documentation. Typos were fixed. Sequel deletion is supported: https://github-redirect.dependabot.com/DatabaseCleaner/database_cleaner/pull/500
>
> == 1.6.1 2017-05-09
>
> === Bug Fixes
> * Deletion strategy fix for ActiveRecord ([**kawamoto**](https://github.com/kawamoto))
>
> == 1.6.0 2017-05-04
>
> === New Features/Changes
> * Rails 5.1 support: Remove deprecation warning ([**activefx**](https://github.com/activefx))
> * MySQL 5.6+ InnoDB support ([**ahorek**](https://github.com/ahorek))
> * Better documentation (fixed typo) ([**hoshinotsuyoshi**](https://github.com/hoshinotsuyoshi))
>
> === Bug Fixes
> * Fix Redis db option ([**soylent**](https://github.com/soylent))
> * Make NullStrategy API-complete ([**anicholson**](https://github.com/anicholson))
>
> == 1.5.3 2016-04-22
>
> === Bug Fixes
> * [**P9GIT**](https://github.com/P9GIT) fixed issue [#436](https://github-redirect.dependabot.com/DatabaseCleaner/database_cleaner/issues/436)
>
> == 1.5.2 2016-04-17
>
> === New Features/Changes
> * Use default_client with mongoid 5.0 ([**stjhimy**](https://github.com/stjhimy))
> ... (truncated)
Commits
- [`0dcf095`](https://github.com/DatabaseCleaner/database_cleaner/commit/0dcf095f71db55f4c6e4c1d3a93869df91aa2e13) Bump version to 1.7.0
- [`ec01c43`](https://github.com/DatabaseCleaner/database_cleaner/commit/ec01c43005cbecbbd785bf6bac118a249329adf9) Update History file with 1.7.0 changes and fixes
- [`83c485c`](https://github.com/DatabaseCleaner/database_cleaner/commit/83c485cdfa91982449d20664cd90416c3b1e45b4) adds expected return value of connection_hash is set
- [`986d198`](https://github.com/DatabaseCleaner/database_cleaner/commit/986d198e34ce405d3e6f1de26d1095f33c739580) gives an explicit return of ActiveRecord::Base for establish connection
- [`21bd4d0`](https://github.com/DatabaseCleaner/database_cleaner/commit/21bd4d046d5a80695ca97a358676c8a94542278c) Merge pull request [#525](https://github-redirect.dependabot.com/DatabaseCleaner/database_cleaner/issues/525) from nicolasleger/patch-2
- [`af4ac8e`](https://github.com/DatabaseCleaner/database_cleaner/commit/af4ac8e8c054e5981edeaf7d28e29b78ffa4aae2) Patch json gem for Ruby >= 2.3
- [`6957554`](https://github.com/DatabaseCleaner/database_cleaner/commit/6957554ad53df15609db66a9e1aaf8dd86ff8059) Tweaked code to use stub_const instead
- [`829befd`](https://github.com/DatabaseCleaner/database_cleaner/commit/829befdeef7fc6b6bf0b3611f54b81a4b2ad678b) allow 127.0.0.1 in DATABASE_URL
- [`303cfc8`](https://github.com/DatabaseCleaner/database_cleaner/commit/303cfc8a589ea0c1de4b863c0840c89f88e078b9) add to History.rdoc
- [`6843b80`](https://github.com/DatabaseCleaner/database_cleaner/commit/6843b8077ea0a43e09f7d5a6d416b8ea807f7c44) document safeguards
- Additional commits viewable in [compare view](https://github.com/DatabaseCleaner/database_cleaner/compare/v1.6.2...v1.7.0)
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 ignore this [minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language
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)
- Out-of-range updates (receive only lockfile updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps database_cleaner from 1.6.2 to 1.7.0.
Changelog
*Sourced from database_cleaner's [changelog](https://github.com/DatabaseCleaner/database_cleaner/blob/master/History.rdoc).* > == Development (master) > > === Bug Fixes > === Changes > > == 1.7.0 2017-04-19 > > === Bug Fixes > * Remove unnecessary folders from gem: https://github-redirect.dependabot.com/DatabaseCleaner/database_cleaner/pull/508 > * Properly quote table names: https://github-redirect.dependabot.com/DatabaseCleaner/database_cleaner/pull/501 > * Use more idiomatic Ruby in README: https://github-redirect.dependabot.com/DatabaseCleaner/database_cleaner/pull/510 > * Return ::ActiveRecord::Base from `establish_connection`: https://github-redirect.dependabot.com/DatabaseCleaner/database_cleaner/pull/399 > > === Changes > * Safeguard against running in production or running against a remote database: https://github-redirect.dependabot.com/DatabaseCleaner/database_cleaner/pull/521 > > == 1.6.2 2017-10-29 > > === Bug Fixes > * ActiveRecord::Base namespace patch: https://github-redirect.dependabot.com/DatabaseCleaner/database_cleaner/pull/490 > * Better exclusion condition based on Rails version: https://github-redirect.dependabot.com/DatabaseCleaner/database_cleaner/pull/487 > > === Changes > * Better documentation. Typos were fixed. Sequel deletion is supported: https://github-redirect.dependabot.com/DatabaseCleaner/database_cleaner/pull/500 > > == 1.6.1 2017-05-09 > > === Bug Fixes > * Deletion strategy fix for ActiveRecord ([**kawamoto**](https://github.com/kawamoto)) > > == 1.6.0 2017-05-04 > > === New Features/Changes > * Rails 5.1 support: Remove deprecation warning ([**activefx**](https://github.com/activefx)) > * MySQL 5.6+ InnoDB support ([**ahorek**](https://github.com/ahorek)) > * Better documentation (fixed typo) ([**hoshinotsuyoshi**](https://github.com/hoshinotsuyoshi)) > > === Bug Fixes > * Fix Redis db option ([**soylent**](https://github.com/soylent)) > * Make NullStrategy API-complete ([**anicholson**](https://github.com/anicholson)) > > == 1.5.3 2016-04-22 > > === Bug Fixes > * [**P9GIT**](https://github.com/P9GIT) fixed issue [#436](https://github-redirect.dependabot.com/DatabaseCleaner/database_cleaner/issues/436) > > == 1.5.2 2016-04-17 > > === New Features/Changes > * Use default_client with mongoid 5.0 ([**stjhimy**](https://github.com/stjhimy)) > ... (truncated)Commits
- [`0dcf095`](https://github.com/DatabaseCleaner/database_cleaner/commit/0dcf095f71db55f4c6e4c1d3a93869df91aa2e13) Bump version to 1.7.0 - [`ec01c43`](https://github.com/DatabaseCleaner/database_cleaner/commit/ec01c43005cbecbbd785bf6bac118a249329adf9) Update History file with 1.7.0 changes and fixes - [`83c485c`](https://github.com/DatabaseCleaner/database_cleaner/commit/83c485cdfa91982449d20664cd90416c3b1e45b4) adds expected return value of connection_hash is set - [`986d198`](https://github.com/DatabaseCleaner/database_cleaner/commit/986d198e34ce405d3e6f1de26d1095f33c739580) gives an explicit return of ActiveRecord::Base for establish connection - [`21bd4d0`](https://github.com/DatabaseCleaner/database_cleaner/commit/21bd4d046d5a80695ca97a358676c8a94542278c) Merge pull request [#525](https://github-redirect.dependabot.com/DatabaseCleaner/database_cleaner/issues/525) from nicolasleger/patch-2 - [`af4ac8e`](https://github.com/DatabaseCleaner/database_cleaner/commit/af4ac8e8c054e5981edeaf7d28e29b78ffa4aae2) Patch json gem for Ruby >= 2.3 - [`6957554`](https://github.com/DatabaseCleaner/database_cleaner/commit/6957554ad53df15609db66a9e1aaf8dd86ff8059) Tweaked code to use stub_const instead - [`829befd`](https://github.com/DatabaseCleaner/database_cleaner/commit/829befdeef7fc6b6bf0b3611f54b81a4b2ad678b) allow 127.0.0.1 in DATABASE_URL - [`303cfc8`](https://github.com/DatabaseCleaner/database_cleaner/commit/303cfc8a589ea0c1de4b863c0840c89f88e078b9) add to History.rdoc - [`6843b80`](https://github.com/DatabaseCleaner/database_cleaner/commit/6843b8077ea0a43e09f7d5a6d416b8ea807f7c44) document safeguards - Additional commits viewable in [compare view](https://github.com/DatabaseCleaner/database_cleaner/compare/v1.6.2...v1.7.0)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 ignore this [minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language 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) - Out-of-range updates (receive only lockfile updates, if desired) Finally, you can contact us by mentioning @dependabot.