Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 28, 2019

Bumps shoulda-matchers from 2.7.0 to 4.0.1.

Release notes

Sourced from shoulda-matchers's releases.

v4.0.1

Fix gemspec so that setup script 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.

v3.1.2

Deprecations

  • This is the last version that supports Rails 4.0 and 4.1 and Ruby 2.0 and 2.1.

Bug fixes

  • When the permit matcher was used without #on, the controller did not use
    params#require, the params object was duplicated, and the matcher did not
    recognize the #permit call inside the controller. This behavior happened
    because the matcher overwrote double registries with the same parameter hash
    whenever ActionController::Parameters was instantiated.

    • Commit: [44c019]
    • Issue: [#899]
    • Pull request: [#902]
Changelog

Sourced from shoulda-matchers's changelog.

4.0.1

Bug fixes

  • Fix gemspec so that setup script 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, and use_around_filter are 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: with is deprecated in favor of with_values. This is to
    prevent confusion with with_prefix and with_suffix, which are new.

    • PR: [#1077]

Bug fixes

  • Fix association matchers when used under Rails 5.x so that they make use of
    ActiveRecord::Base.connection.data_sources instead of
    ActiveRecord::Base.connection.tables, which was deprecated.

    • Commit: [61c3654]
    • PR: [#943]
    • Original issue: [#933]
  • Fix the serialize matcher so that it works with Rails 5.x.

    • Commit: [df04f87]
    • PR: [#965]
... (truncated)
Commits

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|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 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:

  • 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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 28, 2019
gem "database_cleaner"
gem "launchy"
gem "shoulda-matchers", "~> 2.7.0"
gem "shoulda-matchers", "~> 4.0.1"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

Bumps shoulda-matchers from 2.7.0 to 4.0.1.

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/shoulda-matchers-4.0.1 branch from 365d26a to 2b3bb0b Compare April 4, 2019 10:52
@dependabot-preview
Copy link
Contributor Author

Superseded by #505.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/shoulda-matchers-4.0.1 branch June 14, 2019 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants