Skip to content

Conversation

@dependabot-preview
Copy link

Bumps spring from 1.6.4 to 2.1.1.

Changelog

Sourced from spring's changelog.

2.1.1

  • Avoid -I rubylibdir with default-gem bundler
  • Start server process in directory where command was called

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)

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

  • Properly suspend and resume on ctrl-z TSTP and CONT (#361)

  • Added support for gems.rb with Gemfile file name detection using Bundler method (#524)

    Michał Zalewski, JuPlutonic

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
Commits
  • a85d32e Prepare v2.1.1
  • c9716c2 Merge pull request #621 from adrianna-chang-shopify/spring-process-should-use...
  • 7abf456 Update CHANGELOG.md with fix to spring server dir
  • 20d3a5f Start server process in dir where cmd was called
  • 647b8c3 Merge pull request #588 from remomueller/unify-method-to-detect-gemfile-name
  • ee68785 Merge pull request #607 from DocSpring/spring-commands-parallel-rspec
  • 6e5057a Added information about the spring-commands-parallel-tests gem, which adds co...
  • 22df910 Merge pull request #597 from olleolleolle/patch-1
  • baa3c16 CI: Drop unused sudo: false Travis directive
  • caa09ef Merge pull request #595 from k0kubun/default-gem-bundler
  • 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:

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

Bumps [spring](https://github.com/rails/spring) from 1.6.4 to 2.1.1.
- [Release notes](https://github.com/rails/spring/releases)
- [Changelog](https://github.com/rails/spring/blob/master/CHANGELOG.md)
- [Commits](rails/spring@v1.6.4...v2.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 25, 2020
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