Skip to content

dep: bump spring from 4.0.0 to 4.1.0

George Koltsov requested to merge dependabot-bundler-spring-4.1.0 into main

Bumps spring from 4.0.0 to 4.1.0.

Changelog

Sourced from spring's changelog.

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_QUIET environment variable.
Commits
  • 42d9896 Prepare for 4.1.0
  • 39cb7af Force tty when setuping bundler to not show backtrace
  • 828c875 Merge pull request #682 from rails/rm-fix-test
  • 6c6ca77 Don't clean the bundle path to not remove bundled gems
  • 420ede1 Test with Ruby 3.1
  • 26ca9ba Skip test with Rails 7 and Ruby < 3.1
  • 5c70765 Download gems that are not present, like net-imap dependencies
  • 3e582ea Merge pull request #679 from inayuky/fix-db-change-command
  • 1908710 No need to memoize
  • 67492f2 Merge pull request #674 from thewoolleyman/main
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • @dependabot-bot rebase will rebase this MR
  • @dependabot-bot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Allure report

allure-report-publisher generated test report!

rspec: test report for 2217d726

+------------------------------------------------------------------+
|                        behaviors summary                         |
+-------------+--------+--------+---------+-------+-------+--------+
|             | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| services    | 174    | 0      | 0       | 0     | 174   | ✅     |
| models      | 4      | 0      | 0       | 0     | 4     | ✅     |
| controllers | 25     | 0      | 0       | 0     | 25    | ✅     |
| jobs        | 14     | 0      | 0       | 0     | 14    | ✅     |
| system      | 10     | 0      | 0       | 0     | 10    | ✅     |
| tasks       | 9      | 0      | 0       | 0     | 9     | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
| Total       | 236    | 0      | 0       | 0     | 236   | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov

Merge request reports