Skip to content

Bump spring from 2.0.2 to 2.1.0

NipaNipa requested to merge dependabot/bundler/spring-2.1.0 into master

Bumps spring from 2.0.2 to 2.1.0.

Changelog

Sourced from spring's changelog.

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)
Commits
  • ec03cc7 Use single quotes
  • 4a3a4c1 Prepare to Spring 2.1.0
  • ca86653 Dissallow Rails < 4.2 to start the server
  • e426883 Fix CHANGELOG [ci skip]
  • f0ed44a Specify the right compatibility versions
  • 8329dd9 Merge pull request #593 from amatsuda/warnings
  • 370ab23 instance variable @​pid not initialized
  • 3f80926 assigned but unused variable - stdout, stdin
  • cfc0c5b Move test support files out of lib
  • 59f7a42 Test with Rails 6
  • Additional commits viewable in compare view

Merge request reports