Created by: dependabot-preview[bot]
Bumps shoulda-matchers from 3.1.2 to 4.0.1.
Release notes
Sourced from shoulda-matchers's releases.
v4.0.1
Fix gemspec so that
setupscript isn't installed globally when gem is installed.v4.0.0
- Rails 5.x support
- Ruby 2.4+ support
- Improve negative versions of validation matchers
- Drop support for Ruby 2.0 and 2.1
- Drop support Rails 4.0 and 4.1
v4.0.0.rc1
Adds support for Ruby 2.4 and 2.5 and Rails 5.x. Drops support for Ruby 2.0 and 2.1 as well as Rails 4.0 and 4.1.
Changelog
Sourced from shoulda-matchers's changelog.
4.0.1
Bug fixes
- Fix gemspec so that
setupscript isn't installed globally when gem is installed. (#1180)4.0.0 (yanked)
This release mainly brings the gem up to date with modern versions of Ruby and Rails and drops support for older, unsupported versions. The compatibility list is now:
- Ruby: 2.6.0, 2.5.1, 2.4.4, 2.3.7
- Rails: 5.2.2, 5.1.6.1, 5.0.7, 4.2.10
Backward-incompatible changes
Drop support for Rails 4.0 and 4.1 as well as Ruby 2.0, 2.1, and 2.2, since they've been end-of-lifed. The gem now supports Ruby 2.3+ and Rails 4.2+.
use_before_filter,use_after_filter, anduse_around_filterare no longer usable when using shoulda-matchers under Rails 5.x, as the corresponding controller callbacks don't exist there.
- PR: [#1054]
Deprecations
define_enum_for:withis deprecated in favor ofwith_values. This is to prevent confusion withwith_prefixandwith_suffix, which are new.
- PR: [#1077]
Bug fixes
... (truncated)
Fix association matchers when used under Rails 5.x so that they make use of
ActiveRecord::Base.connection.data_sourcesinstead ofActiveRecord::Base.connection.tables, which was deprecated.
- Commit: [61c3654]
- PR: [#943 (closed)]
- Original issue: [#933]
Fix the
serializematcher so that it works with Rails 5.x.
- Commit: [df04f87]
- PR: [#965 (closed)]
Commits
-
5ce00ebBump version to 4.0.1 -
8f7eccdUpdate NEWS -
525772fDon't include setup script in global executables -
33ad91dFixwithout_validating_presencedocumentation (#1177) -
dfbcdc7Update MAINTAINING -
33317baUpdate MAINTAINING -
147ec58Update CONTRIBUTING and MAINTAINING -
9400e89Bump version to 4.0.0 -
00a84c0Update documentation -
1cf402dUpdate README - Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot ignore this [patch|minor|major] versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill 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:
- 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.