Skip to content

Bump database_cleaner from 1.7.0 to 2.0.0

NipaNipa requested to merge dependabot/bundler/database_cleaner-2.0.0 into master

Bumps database_cleaner from 1.7.0 to 2.0.0.

Changelog

Sourced from database_cleaner's changelog.

== 2.0.0 2021-01-31

=== Changes

  • Rename url_whitelist to url_allowlist
  • Allowlist now supports regular expressions
  • Fixed Ruby 2.7 deprecation warnings

=== Breaking changes

  • Failed checks against the allowlist now raise UrlNotAllowed rather than NotWhitelistedUrl

== 2.0.0.beta2 2020-05-30

=== Features

=== Breaking changes

== 2.0.0.beta 2020-04-05

=== Breaking changes

  • Replace old shared RSpec examples with new "database_cleaner adapter" example: DatabaseCleaner/database_cleaner#629
  • split gem into database_cleaner-core and database_cleaner metagem.
  • Support Ruby versions 2.4, 2.5, 2.6, and 2.7, and drop support for older Rubies.
  • remove all deprecated code and get the specs passing again.
  • Split off all adapter gems into their own repos: DatabaseCleaner/database_cleaner#620

== 1.99.0 2021-01-31

== Changes

== Deprecations

== Bugfixes

== 1.8.5 2020-05-04

... (truncated)
Commits
  • 51fb215 release v2.0.0.
  • 77f89a0 Remove whitespace markdown header.
  • 4d5ca13 Remove indentation on empty lines for consistency.
  • c6a401d Remove trailing whitespaces.
  • f7b9246 Merge pull request #660 from bpo/allowlist-regex
  • e4a1fe7 Merge branch 'master' into allowlist-regex
  • 661fe7e Merge pull request #662 from joelvh/feature/app_env
  • d4ace20 Merge pull request #667 from ngan/fix-ruby-2.7-deprecations
  • 303ccad Merge pull request #666 from prostko/patch-1
  • 0b18230 Update HISTORY
  • Additional commits viewable in compare view

Merge request reports