wearefuze / spina-events

Events Engine for Spina CMS comprising of conferences with speakers, partners and agenda
MIT License
0 stars 0 forks source link

Update shoulda-matchers requirement from ~> 3.1 to ~> 4.0 #94

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on shoulda-matchers to permit the latest version.

Release notes *Sourced from [shoulda-matchers's releases](https://github.com/thoughtbot/shoulda-matchers/releases).* > ## v4.0.1 > Fix gemspec so that `setup` script isn't installed globally when gem is installed.
Changelog *Sourced from [shoulda-matchers's changelog](https://github.com/thoughtbot/shoulda-matchers/blob/master/NEWS.md).* > # 4.0.1 > > ### Bug fixes > > * Fix gemspec so that `setup` script isn't installed globally when gem is > installed. ([#1180]) > > [#1180]: [#1180](https://github-redirect.dependabot.com/thoughtbot/shoulda-matchers/pull/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 - [`5ce00eb`](https://github.com/thoughtbot/shoulda-matchers/commit/5ce00eb9757cd22a6554821a15efdbb0cfa402bd) Bump version to 4.0.1 - [`8f7eccd`](https://github.com/thoughtbot/shoulda-matchers/commit/8f7eccdd33ab47ad022d13fd00ac20f309978f9d) Update NEWS - [`525772f`](https://github.com/thoughtbot/shoulda-matchers/commit/525772fd7a7d9969bd2c4e9e81436e46787d8265) Don't include setup script in global executables - [`33ad91d`](https://github.com/thoughtbot/shoulda-matchers/commit/33ad91d0937889cddb5e41b6f24d32bc7705fca9) Fix `without_validating_presence` documentation ([#1177](https://github-redirect.dependabot.com/thoughtbot/shoulda-matchers/issues/1177)) - [`dfbcdc7`](https://github.com/thoughtbot/shoulda-matchers/commit/dfbcdc703fd416963973c6a318edcb20aec90535) Update MAINTAINING - [`33317ba`](https://github.com/thoughtbot/shoulda-matchers/commit/33317bacab7f71f3d299693a897cd008bcf15d97) Update MAINTAINING - [`147ec58`](https://github.com/thoughtbot/shoulda-matchers/commit/147ec58fa7bb25f9ea449b83a24bd210aabcc492) Update CONTRIBUTING and MAINTAINING - [`9400e89`](https://github.com/thoughtbot/shoulda-matchers/commit/9400e892a01e686fd337521edd8b6ab5c4777058) Bump version to 4.0.0 - [`00a84c0`](https://github.com/thoughtbot/shoulda-matchers/commit/00a84c0bfe2ec26bbd9e6657be31aaf16ca54ed3) Update documentation - [`1cf402d`](https://github.com/thoughtbot/shoulda-matchers/commit/1cf402dd1d13c749136627d5a5daef079b66877b) Update README - Additional commits viewable in [compare view](https://github.com/thoughtbot/shoulda-matchers/compare/v3.1.0...v4.0.1)


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](https://app.dependabot.com): - 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[bot] commented 5 years ago

Superseded by #104.