Skip to content

Conversation

@dependabot-preview
Copy link

Bumps spring from 1.6.4 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)
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.


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:

  • 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  🎉

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 25, 2019
@dependabot-preview
Copy link
Author

Superseded by #16.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/spring-2.0.2 branch June 17, 2019 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants