fs / rails-base-api

Base Rails application for REST API
http://www.flatstack.com/open-source/
51 stars 31 forks source link

Bump bullet from 5.7.6 to 6.0.1 #252

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps bullet from 5.7.6 to 6.0.1.

Changelog *Sourced from [bullet's changelog](https://github.com/flyerhzm/bullet/blob/master/CHANGELOG.md).* > ## 6.0.1 (06/26/2019) > > * Add Bullet::ActiveJob > * Prevent "Maximum call stack exceeded" errors when used with Turbolinks > > ## 6.0.0 (04/25/2019) > > * Add XHR support to Bullet > * Support Rails 6.0 > * Handle case where ID is manually set on unpersisted record > > ## 5.9.0 (11/11/2018) > > * Require Ruby 2.3+ > * Support Mongo 7.x > > ## 5.8.0 (10/29/2018) > > * Fix through reflection for rails 5.x > * Fix false positive in after_save/after_create callbacks > * Don't triger a preload error on "manual" preloads > * Avoid Bullet from making extra queries in mongoid6 > * Support option for #first and #last on mongoid6.x > * Fix duplicate logs in mongoid 4.x and 5.x version > * Use caller for ruby 1.9 while caller_locations for 2.0+ > * Extend stacktrace matching for sub-file precision > * Exclude configured bundler path in addition to '/vendor' > * Fix `caller_path` in `excluded_stacktrace_path` > * Update `uniform_notifier` dependency to add Sentry support > * Integrate awesomecode.io and refactor code > > ## 5.7.0 (12/03/2017) > > * Support rails 5.2 > * Implement Bullet.delete_whitelist to delete a specific whitelist definition > * Fix caller_path in the case of nil > > ## 5.6.0 (07/16/2017) > > * Migrate alias_method to Module#prepend > * Add install generator > * Stack trace filter > * Fix rails 5.1 compatibility > * Fix inverse_of for rails 5 > * Fix detect file attachment for rack [#319](https://github-redirect.dependabot.com/flyerhzm/bullet/issues/319) > > ## 5.5.0 (12/30/2016) > > * Display http request method [#311](https://github-redirect.dependabot.com/flyerhzm/bullet/issues/311) > * Add close button to footer > ... (truncated)
Commits - [`c00e202`](https://github.com/flyerhzm/bullet/commit/c00e2021c4105be51b972d5b39e89832ed97668c) Bumping version to 6.0.1 - [`5caf958`](https://github.com/flyerhzm/bullet/commit/5caf958cf48f2d2f0e03ec268f8a9260c77a968e) update README - [`fe0ffb6`](https://github.com/flyerhzm/bullet/commit/fe0ffb699928e2aae83bde0bf7bee94842768942) Merge pull request [#465](https://github-redirect.dependabot.com/flyerhzm/bullet/issues/465) from janklimo/454-turbolinks - [`c83f4e6`](https://github.com/flyerhzm/bullet/commit/c83f4e67e687d333c6e8b7371a119bc2cac4d24f) Prevent "Maximum call stack exceeded" errors when used with Turbolinks - [`3d3aa3a`](https://github.com/flyerhzm/bullet/commit/3d3aa3a175b2adb5b96b9ed02bc779e3f9a16c4f) Auto corrected by following Lint Javascript unicorn/prefer-add-event-listener - [`8be261c`](https://github.com/flyerhzm/bullet/commit/8be261c6233057565ba0181b1dcbcaad99acc782) Auto corrected by following Lint Ruby Lint/UnneededCopEnableDirective - [`d8e4c89`](https://github.com/flyerhzm/bullet/commit/d8e4c89da077b0ab56bd9b9320af73f8591c1ef3) Auto corrected by following Format Javascript Code - [`74d7582`](https://github.com/flyerhzm/bullet/commit/74d7582de2a4654aacd5573dc84cc7760b0dc37d) Merge pull request [#449](https://github-redirect.dependabot.com/flyerhzm/bullet/issues/449) from sadovnik/patch-1 - [`a69a47d`](https://github.com/flyerhzm/bullet/commit/a69a47df99483c7e824667b75911dedbaa690e89) Merge pull request [#460](https://github-redirect.dependabot.com/flyerhzm/bullet/issues/460) from mpg-tomoya-komiyama/master - [`7699d46`](https://github.com/flyerhzm/bullet/commit/7699d46dfd7678195dc1e83a74ca981bb250fd86) fix syntax error - Additional commits viewable in [compare view](https://github.com/flyerhzm/bullet/compare/5.7.6...6.0.1)


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.


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) - 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 #255.