forward3d / bing-ads-reporting

Gem for pulling reports from bing ads
MIT License
10 stars 14 forks source link

Update reek requirement from ~> 5.4.0 to ~> 5.5.0 #25

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on reek to permit the latest version.

Changelog *Sourced from [reek's changelog](https://github.com/troessner/reek/blob/master/CHANGELOG.md).* > ## 5.5.0 (2019-11-13) > > * (mvz) Use the Parser class matching current ruby for parsing, instead of > always picking version 2.6. > > ## 5.4.1 (2019-11-12) > > * (Filipe Esperandio) Bump base Docker image to a more recent ruby version > * (Fernando Contreras) Add quotes inside directory configuration example in > README > > ## 5.4.0 (2019-04-24) > > * (Philippe Bernery) Enable regex for directory directives. > > ## 5.3.2 (2019-03-22) > > * (troessner) Use Parser26. > > ## 5.3.1 (2019-02-08) > > * (Al Snow) Upgrade parser dependency > > ## 5.3.0 (2018-12-28) > > * (mvz) Add support for Ruby 2.6. > * (mvz) Add support for JRuby 9.1 and 9.2 > > ## 5.2.0 (2018-10-13) > > * (troessner) Enable exclusion of single files. > > ## 5.1.0 (2018-09-22) > > * (troessner) Simplify todo list feature. > * (troessner) Show configuration path. > > ## 5.0.2 (2018-07-10) > > * (mvz) Parser 2.5.1.1 seems broken. Disallow it. > * (mvz) Improve control parameter recursion performance. > > ## 5.0.1 (2018-07-03) > > * (troessner) Fix uninitialized constant error > > ## 5.0.0 (2018-06-18) > > *Breaking changes:* > > ... (truncated)
Commits - [`8aa3e7d`](https://github.com/troessner/reek/commit/8aa3e7d118b3f1831cc5b637351430aa14af07e8) Merge pull request [#1497](https://github-redirect.dependabot.com/troessner/reek/issues/1497) from troessner/prepare-release - [`11463e5`](https://github.com/troessner/reek/commit/11463e56527d14d9696c99615f5bc9307e4ef3ff) Prepare version 5.5.0 for release - [`a2660d7`](https://github.com/troessner/reek/commit/a2660d7b97324461c16fc7c2504c8fe2fdc7c829) Merge pull request [#1474](https://github-redirect.dependabot.com/troessner/reek/issues/1474) from troessner/use-current-ruby - [`bb37ecd`](https://github.com/troessner/reek/commit/bb37ecd895a1bcb6abf0f76534c4b6fb9030256a) Use current ruby for parsing - [`cc70761`](https://github.com/troessner/reek/commit/cc70761e5ddabbbb375ed6c46f0db2a19e0740fb) Merge pull request [#1496](https://github-redirect.dependabot.com/troessner/reek/issues/1496) from troessner/prepare-5.4.1 - [`cc76bc7`](https://github.com/troessner/reek/commit/cc76bc7da33fb74b54741eab00f5a070f064655f) Prepare 5.4.1. - [`4f9412b`](https://github.com/troessner/reek/commit/4f9412b2d475b2655811a45118aaf1bc26d02ae0) Merge pull request [#1495](https://github-redirect.dependabot.com/troessner/reek/issues/1495) from codeclimate-community/bump-ruby - [`6619db0`](https://github.com/troessner/reek/commit/6619db09ea247631924d791b1f3929ac48d05c4b) Bump base image to a more recent ruby version - [`6099715`](https://github.com/troessner/reek/commit/6099715da6c0b06a24d6dcc7b2ce7f494f3d6ab4) Merge pull request [#1491](https://github-redirect.dependabot.com/troessner/reek/issues/1491) from troessner/update-dependencies - [`8dc78e9`](https://github.com/troessner/reek/commit/8dc78e962423d408a30d1b2fc692beb2f38fbd06) Update dependencies - Additional commits viewable in [compare view](https://github.com/troessner/reek/compare/v5.4.0...v5.5.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.


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) - 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)
dependabot-preview[bot] commented 4 years ago

Superseded by #32.