Skip to content

dep: bump pry-byebug from 3.9.0 to 3.10.0

George Koltsov requested to merge dependabot-bundler-pry-byebug-3.10.0 into main

Bumps pry-byebug from 3.9.0 to 3.10.0.

Release notes

Sourced from pry-byebug's releases.

3.10.0

Added

  • Support for pry 0.14 (#346, #386). NOTE: pry-byebug now needs to be explicitly required from ~/.pryrc since plugin autoloading has been removed from Pry.

Removed

  • Support for Ruby 2.4, 2.5, and 2.6. Pry-byebug no longer installs on these platforms (#380).
Changelog

Sourced from pry-byebug's changelog.

3.10.0 (2022-08-15)

Added

  • Support for pry 0.14 (#346, #386). NOTE: pry-byebug now needs to be explicitly required from ~/.pryrc since plugin autoloading has been removed from Pry.

Removed

  • Support for Ruby 2.4, 2.5, and 2.6. Pry-byebug no longer installs on these platforms (#380).
Commits
  • 8ecbda1 Get ready for 3.10.0 release (#387)
  • 7759fe9 Work with pry 0.14 (#386)
  • 20e02f2 Remove TravisCI leftovers (#385)
  • 92f0cb9 Merge pull request #384 from deivid-rodriguez/test-all-rubies
  • 60912dd Test with Ruby 3.0.4 and Ruby 3.1.2
  • 0f2b477 Test with latest Ruby 2.7 patchlevel
  • e4a0f46 [Security] Bump addressable from 2.7.0 to 2.8.0 (#367)
  • 83684dc Merge pull request #382 from deivid-rodriguez/rubocop-upgrade
  • 5fae8af Don't suggest RuboCop extensions
  • 2efa22f Upgrade RuboCop to 1.35.0
  • 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 dca728d4

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

Merge request reports