Bump the dev-ruby-dependencies group across 1 directory with 7 updates#14
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump the dev-ruby-dependencies group across 1 directory with 7 updates#14dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the dev-ruby-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [irb](https://github.com/ruby/irb) | `1.15.2` | `1.15.3` | | [rspec](https://github.com/rspec/rspec) | `3.13.1` | `3.13.2` | | [rubocop](https://github.com/rubocop/rubocop) | `1.79.1` | `1.81.7` | | [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.25.0` | `1.26.1` | | [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.6.0` | `3.7.0` | | [sigstore-cli](https://github.com/sigstore/sigstore-ruby) | `0.2.1` | `0.2.2` | | [webmock](https://github.com/bblimke/webmock) | `3.25.1` | `3.26.1` | Updates `irb` from 1.15.2 to 1.15.3 - [Release notes](https://github.com/ruby/irb/releases) - [Commits](ruby/irb@v1.15.2...v1.15.3) Updates `rspec` from 3.13.1 to 3.13.2 - [Commits](rspec/rspec@rspec-v3.13.1...rspec-v3.13.2) Updates `rubocop` from 1.79.1 to 1.81.7 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.79.1...v1.81.7) Updates `rubocop-performance` from 1.25.0 to 1.26.1 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.25.0...v1.26.1) Updates `rubocop-rspec` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v3.6.0...v3.7.0) Updates `sigstore-cli` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/sigstore/sigstore-ruby/releases) - [Commits](sigstore/sigstore-ruby@v0.2.1...v0.2.2) Updates `webmock` from 3.25.1 to 3.26.1 - [Release notes](https://github.com/bblimke/webmock/releases) - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@v3.25.1...v3.26.1) --- updated-dependencies: - dependency-name: irb dependency-version: 1.15.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-ruby-dependencies - dependency-name: rspec dependency-version: 3.13.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-ruby-dependencies - dependency-name: rubocop dependency-version: 1.81.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies - dependency-name: rubocop-performance dependency-version: 1.26.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies - dependency-name: rubocop-rspec dependency-version: 3.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies - dependency-name: sigstore-cli dependency-version: 0.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-ruby-dependencies - dependency-name: webmock dependency-version: 3.26.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
192abbb to
9f13e56
Compare
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 dev-ruby-dependencies group with 7 updates in the / directory:
1.15.21.15.33.13.13.13.21.79.11.81.71.25.01.26.13.6.03.7.00.2.10.2.23.25.13.26.1Updates
irbfrom 1.15.2 to 1.15.3Release notes
Sourced from irb's releases.
Commits
7ea4489Bump version to 1.15.3 (#1134)c7e3227Do not save consecutive duplicate commands to history (#1120)f711800Use endless range instead of step (#1123)18d152bFix UTF-16 autocompletion (#1129)e45bb6bBump rubygems/release-gem from 1.1.1 to 1.1.250db8f8Fix prompt cache flaky test (#1130)c95ee78Improve prompt generating performance by caching prompt parts(%m, %M) (#1127)3893f18Reset IOGate.set_winch_handler when dancing ruby easter-egg terminates (#1124)d43c3d7Bump integration test's timeout on CI to 30s (#1122)c4cae48[DOC] Include document files in the generated gem file (#1098)Updates
rspecfrom 3.13.1 to 3.13.2Commits
ce5fe4frspec-v3.13.21cb8517Merge pull request #270 from bquorning/fix-rspec-source_code_uriUpdates
rubocopfrom 1.79.1 to 1.81.7Release notes
Sourced from rubocop's releases.
... (truncated)
Changelog
Sourced from rubocop's changelog.
... (truncated)
Commits
4a9b053Cut 1.81.74e6aec2Update Changelog8b61b58Remove uselsss code fromLint/Debugger356416dSkip unnecessary logic inStyle/Semicolonc7d19ab[Docs] Tweak the doc forLint/MissingCopEnableDirectiveb7cad37Reuses.versionin gemspec300e29bFix an error forStyle/SoleNestedConditionaleb0b07aRemovebundlergem from Gemfilee4baec8Merge pull request #14629 from koic/fix_false_positives_for_style_float_divisionf8e8cfaMerge pull request #14627 from koic/fix_false_positives_for_style_constant_vi...Updates
rubocop-performancefrom 1.25.0 to 1.26.1Release notes
Sourced from rubocop-performance's releases.
Changelog
Sourced from rubocop-performance's changelog.
Commits
4783c90Cut 1.26.1d3f1806Update Changeloga63df04Merge pull request #521 from Earlopain/disable-bigdecimal7a5499f[Fix #520] DisablePerformance/BigDecimalWithNumericArgumentby default03a6071Merge pull request #518 from koic/fix_false_positives_for_performance_redunda...a1ef194[Fix #517] Fix false positives forPerformance/RedundantStringChars6e1afebTweak bug report template60ff474Suppress RuboCop's offense955429aSwitch back docs version to master4e6eb01Cut 1.26.0Updates
rubocop-rspecfrom 3.6.0 to 3.7.0Release notes
Sourced from rubocop-rspec's releases.
Changelog
Sourced from rubocop-rspec's changelog.
Commits
84ccc76Merge pull request #2106 from rubocop/release4ecc2aaRelease v3.7.07abc671Merge pull request #2105 from r7kamura/include-examples-doc-fixed38d60Fix broken adoc comment inRSpec/IncludeExamples5f1d09cMerge pull request #2104 from rubocop/210326beee7Fix a false positive forRSpec/ExcessiveDocstringSpacingwhen receivers are...50d347cMerge pull request #2102 from rubocop/dependabot/github_actions/actions/check...9a807a3Bump actions/checkout from 4 to 509f60c7Merge pull request #2099 from Mth0158/factorybot-wrong-interpretation-of-attr...0b86050Remove factorybot files inclusion for Metrics/BlockLength copUpdates
sigstore-clifrom 0.2.1 to 0.2.2Release notes
Sourced from sigstore-cli's releases.
Commits
a8e5cc8bump version tov0.2.2(#270)6037461Update dependabot configuration (#275)282b577Bump uri from 1.0.3 to 1.0.4 (#273)71a39abBump logger from 1.6.6 to 1.7.0 (#231)63ba365Remove SimpleCov from conformance test entrypoints (#272)31101d8Bump rake from 13.2.1 to 13.3.0 (#250)169b8b6Clarify/tweak wording (#235)a9e6a13Enable smoke tests for fork PRs using public OIDC beacon (#267)ce93acfFixrasie->raise(s <-> i) (#269)8d5b496Skip unrecognized keys (#266)Updates
webmockfrom 3.25.1 to 3.26.1Release notes
Sourced from webmock's releases.
Changelog
Sourced from webmock's changelog.
Commits
56cb661Version 3.26.1ea4cea3Merge pull request #1109 from misdoro/duplicate_headersc05fe47Split SAMPLE_REQUEST_HEADERS and SAMPLE_RESPONSE_HEADERS to be more realistic5f46ecaFix specs with recent Async-http versions.aa747baRun CI on pushes to all branches348622fVersion 3.26.0710131aAdded .devcontainer to ignore.52cc74cDon't verify peer certificate in requests to google.af3655cUpdated request_pattern_spec.rb after error message was updated.00bd15aMerge branch 'ixti-fix-request-pattern-regression'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 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