Bump the bundler group with 8 updates#30
Merged
Conversation
Bumps the bundler group with 8 updates: | Package | From | To | | --- | --- | --- | | [pry](https://github.com/pry/pry) | `0.15.2` | `0.16.0` | | [rake](https://github.com/ruby/rake) | `13.3.0` | `13.4.2` | | [rspec](https://github.com/rspec/rspec) | `3.13.1` | `3.13.2` | | [rubocop](https://github.com/rubocop/rubocop) | `1.75.8` | `1.88.0` | | [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.6.0` | `3.10.2` | | [sorbet](https://github.com/sorbet/sorbet) | `0.5.12142` | `0.6.13312` | | [tapioca](https://github.com/Shopify/tapioca) | `0.16.11` | `0.19.2` | | [sorbet-runtime](https://github.com/sorbet/sorbet) | `0.5.12142` | `0.6.13312` | Updates `pry` from 0.15.2 to 0.16.0 - [Release notes](https://github.com/pry/pry/releases) - [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md) - [Commits](pry/pry@v0.15.2...v0.16.0) Updates `rake` from 13.3.0 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.0...v13.4.2) 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.75.8 to 1.88.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.75.8...v1.88.0) Updates `rubocop-rspec` from 3.6.0 to 3.10.2 - [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.10.2) Updates `sorbet` from 0.5.12142 to 0.6.13312 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) Updates `tapioca` from 0.16.11 to 0.19.2 - [Release notes](https://github.com/Shopify/tapioca/releases) - [Commits](Shopify/tapioca@v0.16.11...v0.19.2) Updates `sorbet-runtime` from 0.5.12142 to 0.6.13312 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) --- updated-dependencies: - dependency-name: pry dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: rake dependency-version: 13.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: rspec dependency-version: 3.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler - dependency-name: rubocop dependency-version: 1.88.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: rubocop-rspec dependency-version: 3.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: sorbet dependency-version: 0.6.13312 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: tapioca dependency-version: 0.19.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: sorbet-runtime dependency-version: 0.6.13312 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
dduugg
approved these changes
Jun 25, 2026
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 8 updates:
0.15.20.16.013.3.013.4.23.13.13.13.21.75.81.88.03.6.03.10.20.5.121420.6.133120.16.110.19.20.5.121420.6.13312Updates
pryfrom 0.15.2 to 0.16.0Release notes
Sourced from pry's releases.
Changelog
Sourced from pry's changelog.
Commits
5a267dfv0.16.0538b150Update CHANGELOG0a7ab20Merge pull request #2361 from andrehjr/remove-outdated-deps8dcb2c8Remove pinned method_source version for Ruby < 2.3.0fc9969bRemove psych pinned version from Gemfile23b3ed6Remove hardcoded require for rubocop > 2.2.0e9ac449Merge pull request #2349 from andrehjr/no-readline-installed679249bMerge pull request #2359 from andrehjr/remove-experiental-autoresize17d5954Remove experimental Pry.auto_resize!090822bPry will only support Ruby 2.6+ form now onUpdates
rakefrom 13.3.0 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
rspecfrom 3.13.1 to 3.13.2Commits
ce5fe4frspec-v3.13.21cb8517Merge pull request #270 from bquorning/fix-rspec-source_code_uriUpdates
rubocopfrom 1.75.8 to 1.88.0Release notes
Sourced from rubocop's releases.
... (truncated)
Changelog
Sourced from rubocop's changelog.
... (truncated)
Commits
37bf5adCut 1.88cd0c2e3Update Changelogb7af64a[Fix #12276] Record pending cops options in the auto-gen-config commandbbd7ff2Add hk integration docs117e40aMerge pull request #15293 from RedZapdos123/fix-literal-interp-hash-symbol4d95141[Fix #15291] Fix hash symbol interpolation0347d27AddRecursiveoption toStyle/MutableConstantf0d92b4Fix incorrect autocorrects forStyle/FileWritewith heredocs32df346Fix an incorrect autocorrect forStyle/Semicolonwith heredocs4c221fb[Fix #15269] Fix a false positive where copIncludepatterns matched parent...Updates
rubocop-rspecfrom 3.6.0 to 3.10.2Release notes
Sourced from rubocop-rspec's releases.
... (truncated)
Changelog
Sourced from rubocop-rspec's changelog.
Commits
2488441Merge pull request #2189 from rubocop/releasec9e53cfBump version to 3.10.27ae0a42Merge pull request #2186 from sakuro/fix/spec-file-path-format-empty-custom-t...8b0b5e9Merge branch 'master' into fix/spec-file-path-format-empty-custom-transformdc4465cMerge pull request #2188 from rubocop/fix-2185d5de6b2Consider regexp with options a non-simple regexpbad0cb3🐛 Fix RSpec/SpecFilePathFormat false positives when CustomTransform maps ...ec3eeabMerge pull request #2183 from rubocop/fix-match-with-simple-regex-with-interp...16bbf49Bump version to 3.10.12a78abdIgnore interpolation in MatchWithSimpleRegexUpdates
sorbetfrom 0.5.12142 to 0.6.13312Release notes
Sourced from sorbet's releases.
... (truncated)
Commits
Updates
tapiocafrom 0.16.11 to 0.19.2Release notes
Sourced from tapioca's releases.
... (truncated)
Commits
a10eb05Bump version to v0.19.220b0ce1Merge pull request #2658 from Shopify/dependabot/bundler/minor-and-patch-c0ad...a94e9deRegenerate gem RBIs484b7d0Bump the minor-and-patch group across 1 directory with 5 updates9681f27Merge pull request #2657 from Shopify/codex/extract-generic-type-fixd847321Preserve generic type overrides in Sorbet casts3ddaca4Cache generic types by constant identity