chaserx / gems-cli

search rubygems on the command line; get formatted results for your gemfile
MIT License
8 stars 1 forks source link

Update rainbow requirement from >= 2.1.0, ~> 2.1 to >= 2.1.0, < 4.0 #27

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on rainbow to permit the latest version.

Changelog *Sourced from [rainbow's changelog](https://github.com/sickill/rainbow/blob/master/Changelog.md).* > ## 3.0.0 (2017-11-29) > > * added String refinement > * added new `Rainbow.uncolor` method > * dropped MRI 1.9.3 compatibility > * dropped MRI 2.0 compatibility > * removed Rake dependency > > ## 2.2.2 (2017-04-21) > > * added explicit rake dependency to fix installation issue > > ## 2.2.1 (2016-12-28) > > * fixed gem installation (2.2.0 was a broken release) > > ## 2.2.0 (2016-12-27) > > * improved Windows support > * added Ruby 2.4 support > * added `bold` alias method for `bright` > > ## 2.1.0 (2016-01-24) > > * added X11 color support > * fixed `require` issue when rainbow is used as a dependency in another gem > * improved Windows support > > ## 2.0.0 (2014-01-24) > > * disable string mixin by default > > ## 1.99.2 (2014-01-24) > > * bring back ruby 1.8 support > > ## 1.99.1 (2013-12-28) > > * drop support for ruby 1.8 > * `require "rainbow/string"` -> `require "rainbow/ext/string"` > * custom rainbow wrapper instances (with separate enabled/disabled state) > * shortcut methods for changing text color (`Rainbow("foo").red`) > > ## 1.99.0 (2013-12-26) > > * preparation for dropping String monkey patching > * `require "rainbow/string"` if you want to use monkey patched String > * introduction of Rainbow() wrapper > * support for MRI 1.8.7, 1.9.2, 1.9.3, 2.0 and 2.1, JRuby and Rubinius > * deprecation of Sickill::Rainbow namespace (use Rainbow.enabled = true instead) > ... (truncated)
Commits - [`36c7e48`](https://github.com/sickill/rainbow/commit/36c7e48310785ea3f2e1388e8cfcd4c303e3c55a) Let's don't talk about String mixin anymore - [`4d77ac3`](https://github.com/sickill/rainbow/commit/4d77ac38c1a125a0f37f0d889a0dcdbd5423ac18) Merge branch 'release-3-0' - [`8529220`](https://github.com/sickill/rainbow/commit/85292202640db1ddee0c242d35764b2102189c69) Merge pull request [#79](https://github-redirect.dependabot.com/sickill/rainbow/issues/79) from sickill/fix/rubocop-051 - [`f88a591`](https://github.com/sickill/rainbow/commit/f88a59184ab6872e6834db788d448b13cff0de6e) RuboCop 0.51.0 - [`ac3c9e2`](https://github.com/sickill/rainbow/commit/ac3c9e2eb09972e20ceed4b057a764ae6f7ebac1) Spec: RSpec.describe, not describe - [`9e566ea`](https://github.com/sickill/rainbow/commit/9e566eaa10fe83324807a97df81a6a9295c6bf44) Merge pull request [#77](https://github-redirect.dependabot.com/sickill/rainbow/issues/77) from sickill/refinements - [`06be95e`](https://github.com/sickill/rainbow/commit/06be95e85bf6ae180b1a6809f01f822de6059ca6) RSpec: disable monkey patching ([#78](https://github-redirect.dependabot.com/sickill/rainbow/issues/78)) - [`12e013a`](https://github.com/sickill/rainbow/commit/12e013a2ae746a66481b0f5ac3b18733534edeb3) README: add video example [ci skip] - [`4ada467`](https://github.com/sickill/rainbow/commit/4ada467c65150966342a23a327cac9cae7b614f5) Amend README - [`575eae6`](https://github.com/sickill/rainbow/commit/575eae60f0af7d9485e1324a2d4a2508322c3c48) Drop RUBY_VERSION check - Additional commits viewable in [compare view](https://github.com/sickill/rainbow/compare/v2.1.0...v3.0.0)


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 has been acquired by GitHub  🎉