Bump the patch-and-minor-dependencies group with 5 updates#50
Merged
simonneutert merged 1 commit intoMay 2, 2026
Merged
Conversation
Bumps the patch-and-minor-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [rake](https://github.com/ruby/rake) | `13.3.1` | `13.4.2` | | [roda](https://github.com/jeremyevans/roda) | `3.102.0` | `3.103.0` | | [telegram-bot-ruby](https://github.com/atipugin/telegram-bot) | `2.6.0` | `2.7.0` | | [rubocop](https://github.com/rubocop/rubocop) | `1.86.0` | `1.86.1` | | [timecop](https://github.com/travisjeffery/timecop) | `0.9.10` | `0.9.11` | Updates `rake` from 13.3.1 to 13.4.2 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.3.1...v13.4.2) Updates `roda` from 3.102.0 to 3.103.0 - [Changelog](https://github.com/jeremyevans/roda/blob/master/CHANGELOG) - [Commits](jeremyevans/roda@3.102.0...3.103.0) Updates `telegram-bot-ruby` from 2.6.0 to 2.7.0 - [Changelog](https://github.com/atipugin/telegram-bot-ruby/blob/master/CHANGELOG.md) - [Commits](atipugin/telegram-bot-ruby@v2.6.0...v2.7.0) Updates `rubocop` from 1.86.0 to 1.86.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.86.0...v1.86.1) Updates `timecop` from 0.9.10 to 0.9.11 - [Changelog](https://github.com/travisjeffery/timecop/blob/master/History.md) - [Commits](travisjeffery/timecop@v0.9.10...v0.9.11) --- updated-dependencies: - dependency-name: rake dependency-version: 13.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: roda dependency-version: 3.103.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: telegram-bot-ruby dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: rubocop dependency-version: 1.86.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-and-minor-dependencies - dependency-name: timecop dependency-version: 0.9.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-and-minor-dependencies ... 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 patch-and-minor-dependencies group with 5 updates:
13.3.113.4.23.102.03.103.02.6.02.7.01.86.01.86.10.9.100.9.11Updates
rakefrom 13.3.1 to 13.4.2Commits
503b8ecv13.4.246038e7Merge pull request #723 from ruby/fix/testopts-preserve-existing-value604a3d9Isolate TESTOPTS env in TestRakeTestTask setup/teardown5886caaPreserve ENV["TESTOPTS"] when verbose is enabled92193acv13.4.1b74be0bMerge pull request #721 from ruby/fix/add-options-to-gemspec829f66dAdd lib/rake/options.rb to gemspec2d55bc4v13.4.01415070Exclude dependabot updates from release noteb3dc948Merge pull request #713 from pvdb/simplify_standard_system_dirUpdates
rodafrom 3.102.0 to 3.103.0Changelog
Sourced from roda's changelog.
Commits
04e6d05Bump version to 3.103.089575a7Fix hash_public method when Roda.freeze is useda7b034fMinor changes to hash_public plugin166b9deAdd hash_public plugin for content-hash-based cache bustingf40733eAdd ip_from_header plugin, getting request IP address from specified header1237fb6Update to actions/checkout@v6Updates
telegram-bot-rubyfrom 2.6.0 to 2.7.0Changelog
Sourced from telegram-bot-ruby's changelog.
Commits
d3e5a35Bump versionfd72e19Add Bot API 9.6 (#335)Updates
rubocopfrom 1.86.0 to 1.86.1Release notes
Sourced from rubocop's releases.
Changelog
Sourced from rubocop's changelog.
Commits
af80266Cut 1.86.1eb504ceUpdate Changelog9c8fe2cMerge pull request #15085 from G-Rath/fix-style-guard11d796aMerge pull request #15093 from koic/fix_return_tool_execution_errors_instead_...4450067Return tool execution errors instead of protocol errors in MCP serverff64180Merge pull request #15092 from viralpraxis/fix-an-error-for-layout-end-alignm...11e04c0Merge pull request #15091 from eugeneius/duplicate_methods_anonymous_classesb8deea4Merge pull request #15090 from eugeneius/guard_clause_and_returne130020FixLayout/EndAlignmentcop error on an emptybegin4808594FixDuplicateMethodsfor anonymous classes in constant assignments and methodsUpdates
timecopfrom 0.9.10 to 0.9.11Changelog
Sourced from timecop's changelog.
Commits
b3c9a5aget ready for our next release 0.9.11 (#444)4e84492Fix Time.new keyword arguments on JRuby 10 (#443)b06405e(434) strptime_with_mock_date :: Fix year boundary (#437)bb4a3c1Fix time-only DateTime.parse under freeze (#440)e4bba8cImprove and fix CI (#439)d695c6fRequire Ruby >= 2.1.0 (#423)ce3e6bbRevert "Calculate travel_offset to align with the precision of argument to Ti...477ce9aadd ruby 3.3 to ci matrix (#429)e05c2c0Calculate travel_offset to align with the precision of argument to Timecop.tr...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