sensu-plugins / sensu-plugins-kubernetes

Sensu plugins for Kubernetes
http://sensu-plugins.io
MIT License
28 stars 36 forks source link

Update activesupport requirement from < 5.0.0 to < 7.0.0 #88

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on activesupport to permit the latest version.

Release notes *Sourced from [activesupport's releases](https://github.com/rails/rails/releases).* > ## 5.2.3 > ## Active Support > > * Add `ActiveSupport::HashWithIndifferentAccess#assoc`. > > `assoc` can now be called with either a string or a symbol. > > *Stefan Schüßler* > > * Fix `String#safe_constantize` throwing a `LoadError` for incorrectly cased constant references. > > *Keenan Brock* > > * Allow Range#=== and Range#cover? on Range > > `Range#cover?` can now accept a range argument like `Range#include?` and > `Range#===`. `Range#===` works correctly on Ruby 2.6. `Range#include?` is moved > into a new file, with these two methods. > > *utilum* > > * If the same block is `included` multiple times for a Concern, an exception is no longer raised. > > *Mark J. Titorenko*, *Vlad Bokov* > > > > ## Active Model > > * Fix date value when casting a multiparameter date hash to not convert > from Gregorian date to Julian date. > > Before: > > Day.new({"day(1i)"=>"1", "day(2i)"=>"1", "day(3i)"=>"1"}) > => # > > After: > > Day.new({"day(1i)"=>"1", "day(2i)"=>"1", "day(3i)"=>"1"}) > => # > > Fixes [#28521](https://github-redirect.dependabot.com/rails/rails/issues/28521). > > *Sayan Chakraborty* > > * Fix numericality equality validation of `BigDecimal` and `Float` > by casting to `BigDecimal` on both ends of the validation. > > *Gannon McGibbon* > ... (truncated)
Commits - [`b9ca94c`](https://github.com/rails/rails/commit/b9ca94caea2ca6a6cc09abaffaad67b447134079) Preparing for 5.2.3 release - [`657103b`](https://github.com/rails/rails/commit/657103b603db54aa299055c38d085684f47650ab) Preparing for 5.2.3.rc1 release - [`7a9d8c6`](https://github.com/rails/rails/commit/7a9d8c6e6ef78c3c8936ca759b78590977378f96) Merge branch 'v5-2-2-1' into 5-2-stable - [`e69ff43`](https://github.com/rails/rails/commit/e69ff43060c1194d2a3bd9b8d9e23f3ae26b84b5) Prep release - [`cc9dd86`](https://github.com/rails/rails/commit/cc9dd86bbfad74206aea82c240325e55955c4123) Merge pull request [#35080](https://github-redirect.dependabot.com/rails/rails/issues/35080) from sos4nt/add_hash_assoc - [`4a9bd2b`](https://github.com/rails/rails/commit/4a9bd2bc01378dd25592be00f5de063477517ce5) Merge pull request [#34892](https://github-redirect.dependabot.com/rails/rails/issues/34892) from kbrock/safer_safe_constantize - [`e12df15`](https://github.com/rails/rails/commit/e12df15f1b08cca583be7d2f27d82897f19ff23e) Remove deprecation warning about require `active_support/core_ext/range/inclu... - [`bd24ef6`](https://github.com/rails/rails/commit/bd24ef67ff2cb2d378371db25bf65e6afe19cebb) Merge pull request [#32938](https://github-redirect.dependabot.com/rails/rails/issues/32938) from utilum/range_case_equality - [`13bdad8`](https://github.com/rails/rails/commit/13bdad82b0b9f2cb0840318cd0e2729efacb4d97) Merge pull request [#32556](https://github-redirect.dependabot.com/rails/rails/issues/32556) from utilum/splat - [`63dcc7f`](https://github.com/rails/rails/commit/63dcc7f83fc90ba069d0cc67a4ccb6b15e70c26e) Fix ruby warnings - Additional commits viewable in [compare view](https://github.com/rails/rails/compare/v0.9.1...v5.2.3)


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 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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 4 years ago

Looks like activesupport is up-to-date now, so this is no longer needed.