anonymous-communications-rails
anonymous-communications-rails copied to clipboard
Bump spring from 2.1.1 to 4.1.1
Bumps spring from 2.1.1 to 4.1.1.
Release notes
Sourced from spring's releases.
v4.0.0
What's Changed
- Stop depending on Set by
@casperisfinein rails/spring#659- Drop support to Ruby < 2.7 and Rails < 6.0 by
@rafaelfrancain rails/spring#661- Modernize spring binstubs and disable it in production by
@rafaelfrancain rails/spring#662Full Changelog: https://github.com/rails/spring/compare/v3.1.1...v4.0.0
3.1.1
- Fix compatibility issues with code that raises exceptions with frozen backtraces.
- Better support Ruby 3.0.
3.1.0
- Fix bug which makes rails consoles to hang at exit when multiple of them are open (#647).
- Fix support to
gems.rbfile.- Ensure bundler is required when used.
- Support
rails db:*tasks.- Check that app preload was successful before sending a command.
Changelog
Sourced from spring's changelog.
4.1.1
- Fix a small compatibility issue with Ruby 3.2 causing
Kernel#raiseto not accept acause.4.1.0
- Fix bug which makes commands to freeze when the Rails application is writing to STDERR.
- Fix rails db:system:change command failure issue.
- Defer digest loading.
- Add support for
SPRING_QUIETenvironment variable.4.0.0
- Stop requiring
setbefore bundler can select the proper version. This could result inalready defined constantwarnings during boot (#659).- Require Ruby 2.7.
- Require Rails 6.0.
3.1.1
- Fix compatibility issues with code that raises exceptions with frozen backtraces.
- Better support Ruby 3.0.
3.1.0
- Fix bug which makes rails consoles to hang at exit when multiple of them are open (#647).
- Fix support to
gems.rbfile.- Ensure bundler is required when used.
- Support
rails db:*tasks.- Check that app preload was successful before sending a command.
3.0.0
- Require applications to have reloading enabled in the managed environments.
- Require Ruby 2.5.
- Require Rails 5.2.
Commits
d33feffPrepare for 4.1.177fbbfbMerge pull request #691 from casperisfine/ruby-3.2-raise21e272fFix the Kernel#raise patch to be Ruby 3.2 compatible4581232Merge pull request #686 from ghiculescu/patch-12eec2caUpdate readme forenable_reloadingsettingb01b769Update Gemfile42d9896Prepare for 4.1.039cb7afForce tty when setuping bundler to not show backtrace828c875Merge pull request #682 from rails/rm-fix-test6c6ca77Don't clean the bundle path to not remove bundled gems- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)