Bump the bundler group with 7 updates#170
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the bundler group with 7 updates: | Package | From | To | | --- | --- | --- | | [activesupport](https://github.com/rails/rails) | `8.0.1` | `8.1.3` | | [minitest](https://github.com/minitest/minitest) | `5.25.4` | `6.0.6` | | [minitest-reporters](https://github.com/minitest-reporters/minitest-reporters) | `1.7.1` | `1.8.0` | | [power_assert](https://github.com/ruby/power_assert) | `2.0.5` | `3.0.1` | | [rubocop](https://github.com/rubocop/rubocop) | `1.71.1` | `1.86.2` | | [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) | `0.36.0` | `0.39.1` | | [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) | `3.10.1` | `3.12.0` | Updates `activesupport` from 8.0.1 to 8.1.3 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.3/activesupport/CHANGELOG.md) - [Commits](rails/rails@v8.0.1...v8.1.3) Updates `minitest` from 5.25.4 to 6.0.6 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.25.4...v6.0.6) Updates `minitest-reporters` from 1.7.1 to 1.8.0 - [Changelog](https://github.com/minitest-reporters/minitest-reporters/blob/master/CHANGELOG.md) - [Commits](minitest-reporters/minitest-reporters@v1.7.1...v1.8.0) Updates `power_assert` from 2.0.5 to 3.0.1 - [Release notes](https://github.com/ruby/power_assert/releases) - [Commits](ruby/power_assert@v2.0.5...v3.0.1) Updates `rubocop` from 1.71.1 to 1.86.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.71.1...v1.86.2) Updates `rubocop-minitest` from 0.36.0 to 0.39.1 - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-minitest@v0.36.0...v0.39.1) Updates `pry-byebug` from 3.10.1 to 3.12.0 - [Release notes](https://github.com/deivid-rodriguez/pry-byebug/releases) - [Changelog](https://github.com/deivid-rodriguez/pry-byebug/blob/master/CHANGELOG.md) - [Commits](deivid-rodriguez/pry-byebug@v3.10.1...v3.12.0) --- updated-dependencies: - dependency-name: activesupport dependency-version: 8.1.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: minitest dependency-version: 6.0.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: bundler - dependency-name: minitest-reporters dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: power_assert dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: bundler - dependency-name: rubocop dependency-version: 1.86.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: rubocop-minitest dependency-version: 0.39.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: pry-byebug dependency-version: 3.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the bundler group with 7 updates:
8.0.18.1.35.25.46.0.61.7.11.8.02.0.53.0.11.71.11.86.20.36.00.39.13.10.13.12.0Updates
activesupportfrom 8.0.1 to 8.1.3Release notes
Sourced from activesupport's releases.
... (truncated)
Changelog
Sourced from activesupport's changelog.
... (truncated)
Commits
fa8f081Preparing for 8.1.3 release63cef3dMerge branch '8-1-sec' into 8-1-stable1db4b89Preparing for 8.1.2.1 release1c7d1cfUpdate changelogec1a0e2Improve performance of NumberToDelimitedConverter50d732aFixSafeBuffer#%to preserve unsafe status19dbab5NumberConverter: reject scientific notationc315744Merge pull request #56889 from alpaca-tc/support-spring-on-test-environment2ac86a8Revert benchmark.rb to a silent shim (#56832)8e8c955Merge pull request #56785 from drsharp/dan/fix-json-encoder-bugUpdates
minitestfrom 5.25.4 to 6.0.6Changelog
Sourced from minitest's changelog.
... (truncated)
Commits
f6180b0prepped for release23bc7f2- Removed private Assertions#_where as it is no longer used.c471347- Fix using assert_equal/same/nil w/ BasicObject by comparing w/nil == exp...89c3e62Branching minitest to version 6.0.56790f86- Raise TypeError if assert_raises is passed anything but modules/classes.235fa5b- Avoid circular requires in lib/minitest/server_plugin.rb.5f0482eprepped for releaseb12f87f- Fixed refute_predicate to call assert_respond_to w/ include_all:true like a...649b075prepped for releasea2d0904- assert_same(nil, value) no longer allowed. Use assert_nil to be explicit. (...Updates
minitest-reportersfrom 1.7.1 to 1.8.0Changelog
Sourced from minitest-reporters's changelog.
Commits
89c3c5cArchive 1.8.0 release notesf15d2bfUpdated gemspec to avoid packaging unnecessary files1d8465aBump release version to 1.8.066a9f6cUpdate CHANGELOG.mdb57e771Merge pull request #366 from Maimer/support_minitest_69bf450eAdd support for minitest 6 and test against both 5 and 6 on CIUpdates
power_assertfrom 2.0.5 to 3.0.1Release notes
Sourced from power_assert's releases.
Commits
26edf65Bump version to 3.0.16ec30f9Merge pull request #62 from ruby/fix-27-error0688e83Make SyntaxError occur immediately when requiring on unsupported versionsa57b075Bump version to 3.0.1dev5864d29Bump version to 3.0.09c50d52Update README.mde0ff20aMerge pull request #60 from ruby/dependabot/github_actions/actions/checkout-537614bcBump actions/checkout from 4 to 5f1f24b9Merge pull request #58 from ruby/ruby-3-5-style-setd8c8e28Added fiddle for irb dependencies on WindowsUpdates
rubocopfrom 1.71.1 to 1.86.2Release notes
Sourced from rubocop's releases.
... (truncated)
Changelog
Sourced from rubocop's changelog.
... (truncated)
Commits
e513d33Cut 1.86.25fea1b5Update Changelog2a3dfcdDon't use Registry#to_h836b275Simplify registry internals90348d5Fix false positives inStyle/Copyright7419163Fix extension suggestion documentation linke467335Merge pull request #15161 from koic/fix_an_error_for_style_reduce_to_hash.mdbd48b6bMerge pull request #15160 from lovro-bikic/autoload-mixinsb9cda61Autoload mixins instead of requiring them55a8278Fix an error forStyle/ReduceToHashcopUpdates
rubocop-minitestfrom 0.36.0 to 0.39.1Release notes
Sourced from rubocop-minitest's releases.
Changelog
Sourced from rubocop-minitest's changelog.
Commits
17b5474Cut 0.39.1d7a0f1eUpdate Changelog93a5474Merge pull request #347 from koic/fix_false_positive_for_assert_includes_and_...b8d8789Fix false positives inMinitest/AssertIncludesand `Minitest/RefuteIncludes...9b577b6Switch back docs version to master0f1a4f6Cut 0.39.01c01cf9Update Changelogbf38672Merge pull request #346 from koic/disable_minitest_assert_empty_literal_by_de...7793f07[Fix #344] DisableMinitest/AssertEmptyLiteralby defaultc8f3fc5Suppress RuboCop offensesUpdates
pry-byebugfrom 3.10.1 to 3.12.0Release notes
Sourced from pry-byebug's releases.
Changelog
Sourced from pry-byebug's changelog.
Commits
0b5aea2Get ready for 3.12.0 release (#469)366bc8fbundle update unicode-emoji (#468)2a8240aMerge pull request #466 from Jack12816/upstream-rubyb34-bb1318606e6Update minimum supported version in README4a18acfAllow byebug 134aa7268Drop support for Ruby 3.1 (#467)c53a349Update pry requirement from >= 0.13, < 0.16 to >= 0.13, < 0.17 (#462)7cc4b24Bump minitest-bisect from 1.7.0 to 1.8.0 (#463)4509cceBump mdl from 0.13.0 to 0.14.0 (#464)63c9111Bump faraday-retry from 2.3.2 to 2.4.0 (#465)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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions