Bump the "bundler" group with 2 updates across multiple ecosystems#996
Merged
Conversation
Bumps the bundler group with 4 updates: [mocha](https://github.com/freerange/mocha), [minitest](https://github.com/minitest/minitest), [rubocop](https://github.com/rubocop/rubocop) and [rubocop-minitest](https://github.com/rubocop/rubocop-minitest). Updates `mocha` from 3.0.1 to 3.0.2 - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](freerange/mocha@v3.0.1...v3.0.2) Updates `minitest` from 6.0.1 to 6.0.2 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v6.0.1...v6.0.2) Updates `rubocop` from 1.84.0 to 1.85.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.84.0...v1.85.1) Updates `rubocop-minitest` from 0.38.2 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.38.2...v0.39.1) Bump the bundler group in /gemfiles/rails_80 with 2 updates Bumps the bundler group in /gemfiles/rails_80 with 2 updates: [mocha](https://github.com/freerange/mocha) and [minitest](https://github.com/minitest/minitest). Updates `mocha` from 3.0.1 to 3.0.2 - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](freerange/mocha@v3.0.1...v3.0.2) Updates `minitest` from 6.0.1 to 6.0.2 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: mocha dependency-version: 3.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundler - dependency-name: minitest dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundler - dependency-name: rubocop dependency-version: 1.85.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bundler - dependency-name: rubocop-minitest dependency-version: 0.39.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bundler - dependency-name: mocha dependency-version: 3.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundler - dependency-name: minitest dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #996 +/- ##
=======================================
Coverage 98.93% 98.93%
=======================================
Files 14 14
Lines 563 563
=======================================
Hits 557 557
Misses 6 6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 4 updates: mocha, minitest, rubocop and rubocop-minitest.
Updates
mochafrom 3.0.1 to 3.0.2Changelog
Sourced from mocha's changelog.
Commits
50844e9[skip ci] Update documentation for v3.0.286db8bfBump version to 3.0.2 & prepare for release34f3887Fix NoMethodError on deprecation warning72fc6feRename run-fail-fast -> run-fail-on-warningbe12ef0Ensure every test can run in isolation9ba0a09Auto-correct Style/EmptyClassDefinition violationa0fc779Add irb to Gemfile to fix warning in Ruby v46ced202Add Ruby v4.0 to CI build matrixc7c0dd3Merge pull request #777 from freerange/add-ruby-v4.0-rc-to-ci-build-matrix94235b4Change weekly build to nightlyUpdates
minitestfrom 6.0.1 to 6.0.2Changelog
Sourced from minitest's changelog.
Commits
339492cprepped for release73eb48eFixed some doco coverage... still running into tons of pain with rdoc.58387c7- Fixed bisect to use same cmd ($0) to run tests as original invocation.2a529a0y-yagi is smart and I am dumcf465a6- Only show --bisect in usage if using minitest.e5ad492Push up server_plugin fix to minitest.rb guarded by env.a7aeb10Fixed up tests to be line independent.59ac1fa- MT6: load server_plugin if server is loaded. (y-yagi)dba350e- Manipulate local args instead of ARGV in Sprint.run.8e008edAdded new rdoc rsync location.Updates
rubocopfrom 1.84.0 to 1.85.1Release notes
Sourced from rubocop's releases.
... (truncated)
Changelog
Sourced from rubocop's changelog.
... (truncated)
Commits
fd07672Cut 1.85.15c41f90Update Changelog5e8e492Merge pull request #14975 from sferik/fix_1497390f3780FixStyle/ReduceToHashfalse positive when accumulator is read in key/value90c7959Merge pull request #14972 from lovro-bikic/relevant-options-digest-cache3c20e8dCache relevant options digeste305f79Merge pull request #14969 from lovro-bikic/autoload-formatter-constants3f0a304Autoload formatters; they're required only when actually usedeb973f4Merge pull request #14966 from koic/fix_false_positives_in_style_redundant_pa...3338a40[Fix #14964] Fix false positives inStyle/RedundantParenthesesUpdates
rubocop-minitestfrom 0.38.2 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 offensesBumps the bundler group in /gemfiles/rails_80 with 2 updates: mocha and minitest.
Updates
mochafrom 3.0.1 to 3.0.2Changelog
Sourced from mocha's changelog.
Commits
50844e9[skip ci] Update documentation for v3.0.286db8bfBump version to 3.0.2 & prepare for release34f3887Fix NoMethodError on deprecation warning72fc6feRename run-fail-fast -> run-fail-on-warningbe12ef0Ensure every test can run in isolation9ba0a09Auto-correct Style/EmptyClassDefinition violationa0fc779Add irb to Gemfile to fix warning in Ruby v46ced202Add Ruby v4.0 to CI build matrixc7c0dd3Merge pull request #777 from freerange/add-ruby-v4.0-rc-to-ci-build-matrix94235b4Change weekly build to nightlyUpdates
minitestfrom 6.0.1 to 6.0.2Changelog
Sourced from minitest's changelog.
Commits
339492cprepped for release73eb48eFixed some doco coverage... still running into tons of pain with rdoc.58387c7- Fixed bisect to use same cmd ($0) to run tests as original invocation.2a529a0y-yagi is smart and I am dumcf465a6- Only show --bisect in usage if using minitest.e5ad492Push up server_plugin fix to minitest.rb guarded by env.a7aeb10Fixed up tests to be line independent.59ac1fa- MT6: load server_plugin if server is loaded. (y-yagi)dba350e- Manipulate local args instead of ARGV in Sprint.run.8e008edAdded new rdoc rsync location.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