akabiru / todos-api

🍻 🍾 @scotch-io tutorial "Build a RESTful JSON API with Rails 5" codebase.
https://scotch.io/tutorials/build-a-restful-json-api-with-rails-5-part-one
MIT License
188 stars 101 forks source link

Bump spring from 2.0.2 to 2.1.0 #53

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps spring from 2.0.2 to 2.1.0.

Changelog *Sourced from [spring's changelog](https://github.com/rails/spring/blob/master/CHANGELOG.md).* > ## 2.1.0 > > * Add explicit support for Rails 6 (no changes were needed) > * Drop support to Ruby 1.9, 2.0, 2.1, and 2.3 > * Fix binstubs not being replaced when their quoting style was changed ([#534](https://github-redirect.dependabot.com/rails/spring/issues/534)) > * Preserve comments right after the shebang line which might include magic comments such as `frozen_string_literal: true` > * Fix binstub failures when Bundler's `BUNDLE_APP_CONFIG` environment variable is present ([#545](https://github-redirect.dependabot.com/rails/spring/issues/545)) > * Properly suspend and resume on ctrl-z TSTP and CONT ([#361](https://github-redirect.dependabot.com/rails/spring/issues/361))
Commits - [`ec03cc7`](https://github.com/rails/spring/commit/ec03cc7ba126535a9d5562fb44583485245ee816) Use single quotes - [`4a3a4c1`](https://github.com/rails/spring/commit/4a3a4c1cdd3657e6292feaa14539cb2a1da6d8e5) Prepare to Spring 2.1.0 - [`ca86653`](https://github.com/rails/spring/commit/ca86653ba6d784f0348d5dd0280e030dd690af19) Dissallow Rails < 4.2 to start the server - [`e426883`](https://github.com/rails/spring/commit/e426883975e5e239e05397ed47fc9f3069a6cb3a) Fix CHANGELOG [ci skip] - [`f0ed44a`](https://github.com/rails/spring/commit/f0ed44af62c6cbfc2114d4c817a82d12bf054cec) Specify the right compatibility versions - [`8329dd9`](https://github.com/rails/spring/commit/8329dd9dbb9440c3b997df8ae04ed5736b5c38ce) Merge pull request [#593](https://github-redirect.dependabot.com/rails/spring/issues/593) from amatsuda/warnings - [`370ab23`](https://github.com/rails/spring/commit/370ab235e27fcef014bb6a624460ef1983b4e158) :warning: instance variable [@​pid](https://github.com/pid) not initialized - [`3f80926`](https://github.com/rails/spring/commit/3f8092660c2551119b03d131aa74ea2b5f8ad056) :warning: assigned but unused variable - stdout, stdin - [`cfc0c5b`](https://github.com/rails/spring/commit/cfc0c5bce2a1f7da4bfc03d3b0146ab797a9798a) Move test support files out of lib - [`59f7a42`](https://github.com/rails/spring/commit/59f7a4211ca56241c12fb5b349e04cfa434c6c0f) Test with Rails 6 - Additional commits viewable in [compare view](https://github.com/rails/spring/compare/v2.0.2...v2.1.0)


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). To ignore the version in this PR you can just close it - `@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

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.