ThoughtWorksInc / transervicos

33 stars 14 forks source link

Bump spring from 1.5.0 to 2.0.2 #159

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps spring from 1.5.0 to 2.0.2.

Changelog

Sourced from spring's changelog.

2.0.2

  • Fix reloading when a watched directory contains a dangling symlink (#522)
  • Watcher logs its activity to the Spring log (#522)
  • Polling watcher stops polling after changes have been detected (#523)

2.0.1

  • Fix bug which could cause Spring to hang when Thread.abort_on_exception is true (#497)

2.0.0

  • Drop Rails 4.0 and 4.1 support
  • Add explicit support for Rails 5 (no changes were needed)
  • Use Bundler::LockfileParser to parse lockfile instead of regex (#492)

1.7.2

  • Use Spring.failsafe_thread to prevent threads from aborting process due to Thread.abort_on_exception when set to true

1.7.1

  • Specify absolute path to spring binfile when starting the server (#478)
  • Time out after 10 seconds if starting the spring server doesn't work (maybe related to #480, #479)
  • Prevent infinite boot loop when trying to restart the spring server due to client/server version mismatch (related to #479)

1.7.0

  • Auto-restart server when server and client versions do not match
  • Add spring server command to explicitly start a Spring server process in the foreground, which logging to stdout. This will be useful to those who want to run spring more explicitly, but the real impetus was to enable running a spring server inside a Docker container.
  • Numerous other tweaks to better support running Spring inside containers (see https://github.com/jonleighton/spring-docker-example)

1.6.4

  • Fix incompatibility with RubyGems 2.6.0.

1.6.3

  • Fix problem with using Bundler 1.11 with a custom BUNDLE_PATH (#456)

1.6.2

... (truncated)
Commits
  • b7aaf17 Release 2.0.2
  • 795ba21 Watcher: No need to keep checking mtimes if already stale (#523)
  • 87dc8ce Gracefully deal with dangling symlinks
  • abf91ba Watcher: logging/debugging facility, pipes watcher debug logs out to Spring a...
  • c4a3ee0 Update .travis.yml (#520)
  • d1ae630 Merge pull request #511 from MSathieu/patch-1
  • c2ffa4d Update LICENSE.txt
  • aa01a37 Bump version
  • e0986b3 Update CHANGELOG.md
  • 5034437 Kill PTY I/O thread when we are done with it (#497)
  • Additional commits viewable in compare view


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 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)