Update Ruby dependencies
This MR contains the following updates:
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
gitlab-org/ruby/gems/gitlab-dangerfiles (gitlab-dangerfiles)
v4.10.0
4.10.0 (2025-07-25)
No changes.
v4.9.3
4.9.3 (2025-07-24)
Fixed (1 change)
v4.9.2
4.9.2 (2025-05-26)
Added (1 change)
Fixed (1 change)
v4.9.1
4.9.1 (2025-05-04)
Fixed (1 change)
v4.9.0
4.9.0 (2025-04-28)
Other (1 change)
gitlab-org/ruby/gems/gitlab-styles (gitlab-styles)
v13.1.0
13.1.0 (2025-02-10)
Added (2 changes)
- Disallow Endless Methods by @choznerol (merge request)
- Add RSpec/RailsControllerTesting rule by @mschoenlaub (merge request)
Changed (1 change)
-
Bump
rubocopfrom 1.69.2 to 1.71.1 by @choznerol (merge request)
ruby/irb (irb)
v1.15.2
What's Changed
🐛 Bug Fixes
- Fallback to Reline when
require 'readline'fails by @tompng in https://github.com/ruby/irb/pull/1076 - Zero winsize bugfix by @tompng in https://github.com/ruby/irb/pull/1073
📚 Documentation
- (docs) Document the keys for completion by @andyw8 in https://github.com/ruby/irb/pull/1082
🛠️ Other Changes
- Use EnvUtil.rubybin instead of "ruby" in copy command test by @tompng in https://github.com/ruby/irb/pull/1071
- Remove ruby-core workflow by @st0012 in https://github.com/ruby/irb/pull/1075
- Suppress irb_info measures ambiguous_width in command test by @tompng in https://github.com/ruby/irb/pull/1074
- bundled gems migration by @hsbt in https://github.com/ruby/irb/pull/1078
- Ignore to contain directory to Gem::Specification#files by @hsbt in https://github.com/ruby/irb/pull/1079
- Disable scheduled jobs for forks by @andyw8 in https://github.com/ruby/irb/pull/1084
- add context.ap_name test by @QWYNG in https://github.com/ruby/irb/pull/1052
- Document
USE_PAGERconfig by @artur-intech in https://github.com/ruby/irb/pull/1086 - Disable truffle-ruby scheduled job on forks by @andyw8 in https://github.com/ruby/irb/pull/1087
- Bump version to 1.15.2 by @tompng in https://github.com/ruby/irb/pull/1088
New Contributors
- @QWYNG made their first contribution in https://github.com/ruby/irb/pull/1052
Full Changelog: https://github.com/ruby/irb/compare/v1.15.1...v1.15.2
evilmartians/lefthook (lefthook)
v2.0.2
ruby/resolv (resolv)
v0.6.2
What's Changed
- Limit decompressed name length
- Bump step-security/harden-runner from 2.12.1 to 2.12.2 by @dependabot in https://github.com/ruby/resolv/pull/95
Full Changelog: https://github.com/ruby/resolv/compare/v0.6.1...v0.6.2
v0.6.1
What's Changed
- Bump rubygems/release-gem from 1.1.0 to 1.1.1 by @dependabot in https://github.com/ruby/resolv/pull/76
- Allow copy / paste from the readme by @tas50 in https://github.com/ruby/resolv/pull/77
- Bump step-security/harden-runner from 2.10.2 to 2.10.3 by @dependabot in https://github.com/ruby/resolv/pull/78
- Bump step-security/harden-runner from 2.10.3 to 2.10.4 by @dependabot in https://github.com/ruby/resolv/pull/79
- Use port number 0 for ephemeral port if save by @nobu in https://github.com/ruby/resolv/pull/80
- Integrate JRuby changes by @headius in https://github.com/ruby/resolv/pull/75
-
w32error_raisenever returns by @nobu in https://github.com/ruby/resolv/pull/82 - Load win32/resolv with rake test by @hsbt in https://github.com/ruby/resolv/pull/83
- Support powershell version of registry reference by @hsbt in https://github.com/ruby/resolv/pull/84
- Bump step-security/harden-runner from 2.10.4 to 2.11.0 by @dependabot in https://github.com/ruby/resolv/pull/86
- Bump step-security/harden-runner from 2.11.0 to 2.11.1 by @dependabot in https://github.com/ruby/resolv/pull/89
- Ractor compat by @HoneyryderChuck in https://github.com/ruby/resolv/pull/62
- quote registry value name 'NV Domain' properly by @YO4 in https://github.com/ruby/resolv/pull/90
- Update resolv.rb - fix spelling by @jbampton in https://github.com/ruby/resolv/pull/93
- Bump step-security/harden-runner from 2.11.1 to 2.12.1 by @dependabot in https://github.com/ruby/resolv/pull/94
New Contributors
- @tas50 made their first contribution in https://github.com/ruby/resolv/pull/77
- @headius made their first contribution in https://github.com/ruby/resolv/pull/75
- @HoneyryderChuck made their first contribution in https://github.com/ruby/resolv/pull/62
- @YO4 made their first contribution in https://github.com/ruby/resolv/pull/90
- @jbampton made their first contribution in https://github.com/ruby/resolv/pull/93
Full Changelog: https://github.com/ruby/resolv/compare/v0.6.0...v0.6.1
Shopify/ruby-lsp (ruby-lsp)
v0.26.2
v0.26.2
✨ Enhancements
- Add highlight for Do Nodes (https://github.com/Shopify/ruby-lsp/pull/3710) by @vicocamacho
- Reuse the prism result again (https://github.com/Shopify/ruby-lsp/pull/3729) by @Earlopain
- Improve go to relevant file performance (https://github.com/Shopify/ruby-lsp/pull/3731) by @domingo2000
- Support multiple test file matches in go to relevant file (https://github.com/Shopify/ruby-lsp/pull/3790) by @alexcrocha
🐛 Bug Fixes
- Consider extra Minitest spec descriptions (https://github.com/Shopify/ruby-lsp/pull/3688) by @vinistock
- Allow running tests without a bundle (https://github.com/Shopify/ruby-lsp/pull/3689) by @vinistock
- Account for module wrapping Minitest specs (https://github.com/Shopify/ruby-lsp/pull/3715) by @vinistock
- Fix infinite recursion in constant alias resolution (https://github.com/Shopify/ruby-lsp/pull/3783) by @pkondzior
- Refresh diagnostics on .rubocop_todo.yml change (https://github.com/Shopify/ruby-lsp/pull/3800) by @vinistock
- Fix stack StackLevelError during self referential constant resolution (https://github.com/Shopify/ruby-lsp/pull/3799) by @pkondzior
- Escape file paths for test command resolution (https://github.com/Shopify/ruby-lsp/pull/3802) by @vinistock
- Add missing kinds for indexer entries (https://github.com/Shopify/ruby-lsp/pull/3803) by @vinistock
📦 Other Changes
- Handle
Bundler::Fetcher::NetworkDownErrorduring Bundler setup (https://github.com/Shopify/ruby-lsp/pull/3697) by @egiurleo - Handle
Bundler::HTTPErrors during bundle install (https://github.com/Shopify/ruby-lsp/pull/3699) by @egiurleo
v0.26.1
v0.26.1
🐛 Bug Fixes
- Avoid keeping empty arrays inside constant completion candidates (https://github.com/Shopify/ruby-lsp/pull/3680) by @vinistock
📦 Other Changes
- Avoid sending invalid location errors to telemetry (https://github.com/Shopify/ruby-lsp/pull/3682) by @vinistock
v0.26.0
v0.26.0
🚧 Breaking Changes
- Use -r instead of RUBYOPT to require LSP reporters (https://github.com/Shopify/ruby-lsp/pull/3661) by @vinistock
🐛 Bug Fixes
- Avoid writing error file if client is closed during bundle compose (https://github.com/Shopify/ruby-lsp/pull/3649) by @vinistock
- Prevent workspace dependencies from failing if there's no bundle (https://github.com/Shopify/ruby-lsp/pull/3655) by @vinistock
- Prevent relative require completion for unsaved files (https://github.com/Shopify/ruby-lsp/pull/3656) by @vinistock
- Filter constant completion suggestions to only include constants (https://github.com/Shopify/ruby-lsp/pull/3654) by @vinistock
- Avoid requiring add-ons that are copied into the workspace (https://github.com/Shopify/ruby-lsp/pull/3669) by @vinistock
- Stop reusing the Prism result for RuboCop for now (https://github.com/Shopify/ruby-lsp/pull/3672) by @vinistock
📦 Other Changes
- Remove excessive mutex synchronization (https://github.com/Shopify/ruby-lsp/pull/3637) by @vinistock
- Remove RUBYOPT from ruby-lsp-test-exec (https://github.com/Shopify/ruby-lsp/pull/3673) by @vinistock
v0.25.0
v0.25.0
🚧 Breaking Changes
- Remove sorbet-runtime dependency (https://github.com/Shopify/ruby-lsp/pull/3556) by @vinistock
✨ Enhancements
- Reuse Prism parse result for RuboCop (https://github.com/Shopify/ruby-lsp/pull/3584) by @vinistock
- Move server update after launching server (https://github.com/Shopify/ruby-lsp/pull/3555) by @vinistock
- Support Windsurf for setting cursor position in snippets (https://github.com/Shopify/ruby-lsp/pull/3634) by @ttilberg
- Allow users to disable test related code lenses (https://github.com/Shopify/ruby-lsp/pull/3632) by @vinistock
📦 Other Changes
- Upgrade Tapioca (https://github.com/Shopify/ruby-lsp/pull/3622) by @vinistock
- Move feature configuration to global state (https://github.com/Shopify/ruby-lsp/pull/3613) by @vinistock
- Replace LanguageServer::Protocol::Transport with our own implementation (https://github.com/Shopify/ruby-lsp/pull/3533) by @vinistock
v0.24.2
v0.24.2
✨ Enhancements
- Add hover documentation for 'break' keyword (https://github.com/Shopify/ruby-lsp/pull/3587) by @mikeygough
🐛 Bug Fixes
- Fix minitest reporter crash with parallel testing (https://github.com/Shopify/ruby-lsp/pull/3602) by @alexcrocha
- Advance scanner position by byte length while searching for line (https://github.com/Shopify/ruby-lsp/pull/3612) by @vinistock
- Avoid loading incorrect add-on versions when bundle path is inside project (https://github.com/Shopify/ruby-lsp/pull/3620) by @vinistock
- Prevent add-ons from exiting the server process (https://github.com/Shopify/ruby-lsp/pull/3617) by @vinistock
v0.24.1
v0.24.1
🐛 Bug Fixes
- Update
collect_referencesto usePrism::LexResult(https://github.com/Shopify/ruby-lsp/pull/3590) by @st0012
v0.24.0
v0.24.0
🚧 Breaking Changes
- Use
parse_lexinstead ofparsefor Ruby and ERB documents (https://github.com/Shopify/ruby-lsp/pull/3252) by @vinistock - Register all test discovery listener events in one go (https://github.com/Shopify/ruby-lsp/pull/3582) by @vinistock
🐛 Bug Fixes
- Do not collect trailing comments of previous lines (https://github.com/Shopify/ruby-lsp/pull/3563) by @jesse-shopify
- Handle attr with
trueargument for writer (https://github.com/Shopify/ruby-lsp/pull/3579) by @vinistock - Utf 8 encoding issue (https://github.com/Shopify/ruby-lsp/pull/3583) by @ChallaHalla
v0.23.24
v0.23.24
✨ Enhancements
- find instance variable references with matched scopes (https://github.com/Shopify/ruby-lsp/pull/3377) by @monkeyWzr
🐛 Bug Fixes
- Prevent outdated Bundler errors from crashing launcher (https://github.com/Shopify/ruby-lsp/pull/3552) by @vinistock
- Index
attr(https://github.com/Shopify/ruby-lsp/pull/3544) by @vinistock - Pick most specific parent class during linearization (https://github.com/Shopify/ruby-lsp/pull/3572) by @vinistock
- Complete writer methods with self receiver when receiver is self (https://github.com/Shopify/ruby-lsp/pull/3550) by @antw
📦 Other Changes
- Move all abstract methods to RBS syntax (https://github.com/Shopify/ruby-lsp/pull/3534) by @vinistock
v0.23.23
v0.23.23
✨ Enhancements
- Cache tests discovered during code lens request (https://github.com/Shopify/ruby-lsp/pull/3525) by @vinistock
🐛 Bug Fixes
- Escape example names for shell execution (https://github.com/Shopify/ruby-lsp/pull/3522) by @vinistock
- Ignore examples defined in random modules and classes for spec (https://github.com/Shopify/ruby-lsp/pull/3521) by @vinistock
v0.23.22
v0.23.22
🐛 Bug Fixes
- Use a number regex for running spec examples (https://github.com/Shopify/ruby-lsp/pull/3514) by @vinistock
- Prevent Minitest reporters from being mutated after LSP hooks (https://github.com/Shopify/ruby-lsp/pull/3518) by @vinistock
- Fix commands for groups inside class in minitest spec style (https://github.com/Shopify/ruby-lsp/pull/3517) by @domingo2000
- Ignore methods that look like tests inside other namespaces (https://github.com/Shopify/ruby-lsp/pull/3512) by @vinistock
📦 Other Changes
- Fix upcoming RBS breaking changes (https://github.com/Shopify/ruby-lsp/pull/3520) by @vinistock
v0.23.21
v0.23.21
🐛 Bug Fixes
- Handle spec example name normalization (https://github.com/Shopify/ruby-lsp/pull/3490) by @vinistock
- Apply correct nesting structure for nested tests (https://github.com/Shopify/ruby-lsp/pull/3497) by @vinistock
- Add
specto load path when running Minitest specs (https://github.com/Shopify/ruby-lsp/pull/3500) by @vinistock - Apply correct hierarchy and IDs to Minitest spec items (https://github.com/Shopify/ruby-lsp/pull/3501) by @vinistock
- Use a custom executable to hook to test explorer (https://github.com/Shopify/ruby-lsp/pull/3499) by @vinistock
- Use a workspace to port map instead of single value file (https://github.com/Shopify/ruby-lsp/pull/3502) by @vinistock
📦 Other Changes
- Stop mutating the test terminal's environment (https://github.com/Shopify/ruby-lsp/pull/3496) by @vinistock
v0.23.20
v0.23.20
🐛 Bug Fixes
- Use framework callback instead of at_exit (https://github.com/Shopify/ruby-lsp/pull/3485) by @st0012
- Ensure that tests that crash before running emit finish event (https://github.com/Shopify/ruby-lsp/pull/3487) by @vinistock
- Ensure that Test Unit's finish summary is printed (https://github.com/Shopify/ruby-lsp/pull/3486) by @vinistock
v0.23.19
v0.23.19
🐛 Bug Fixes
- Bring back
extend T::Genericfor add-on API classes (https://github.com/Shopify/ruby-lsp/pull/3482) by @vinistock
v0.23.18
v0.23.18
🐛 Bug Fixes
- Improve support for hovering over a gem in Gemfile (https://github.com/Shopify/ruby-lsp/pull/3344) by @andyw8
- Fix pushing incorrect test item as code lens (https://github.com/Shopify/ruby-lsp/pull/3460) by @vinistock
- Request code lens refresh after finishing indexing (https://github.com/Shopify/ruby-lsp/pull/3461) by @vinistock
📦 Other Changes
- Include line numbers when reporting test start event (https://github.com/Shopify/ruby-lsp/pull/3429) by @vinistock
- Only load from
cgiwhat is required (https://github.com/Shopify/ruby-lsp/pull/3469) by @Earlopain - Exclude non-workspace coverage data (https://github.com/Shopify/ruby-lsp/pull/3472) by @vinistock
- Better handle
cgichanges (https://github.com/Shopify/ruby-lsp/pull/3473) by @Earlopain - Resolve test code lenses lazily for better performance (https://github.com/Shopify/ruby-lsp/pull/3470) by @vinistock
v0.23.17
v0.23.17
✨ Enhancements
- Hook code lens with the new test discovery (https://github.com/Shopify/ruby-lsp/pull/3449) by @vinistock
🐛 Bug Fixes
- Ensure
finishevent is emitted on test crashes (https://github.com/Shopify/ruby-lsp/pull/3445) by @vinistock - Show full constant names on hover (https://github.com/Shopify/ruby-lsp/pull/3457) by @vinistock
- Fix Index.constant_name crashing on dynamic constant paths (https://github.com/Shopify/ruby-lsp/pull/3453) by @vinistock
📦 Other Changes
- Remove T::Enum from code action resolve (https://github.com/Shopify/ruby-lsp/pull/3439) by @vinistock
- Migrate T.cast to RBS comment syntax (https://github.com/Shopify/ruby-lsp/pull/3440) by @vinistock
- Remove T::Enum for entry visibility (https://github.com/Shopify/ruby-lsp/pull/3442) by @vinistock
- Remove T::Enum for SorbetLevel (https://github.com/Shopify/ruby-lsp/pull/3447) by @vinistock
- Remove T::Enum for language ID (https://github.com/Shopify/ruby-lsp/pull/3454) by @vinistock
- Log full backtrace on diagnostic and formatting crashes (https://github.com/Shopify/ruby-lsp/pull/3458) by @vinistock
v0.23.16
v0.23.16
🐛 Bug Fixes
- Escape
$characters for test command regexes (https://github.com/Shopify/ruby-lsp/pull/3427) by @vinistock - Only emit shutdown event after processing coverage (https://github.com/Shopify/ruby-lsp/pull/3431) by @vinistock
📦 Other Changes
- Replace T.unsafe with comment based RBS syntax (https://github.com/Shopify/ruby-lsp/pull/3412) by @vinistock
v0.23.15
v0.23.15
✨ Enhancements
- Add color to the test explorer's output (https://github.com/Shopify/ruby-lsp/pull/3409) by @vinistock
🐛 Bug Fixes
- Read initialize request from a file when retrying (https://github.com/Shopify/ruby-lsp/pull/3413) by @vinistock
📦 Other Changes
- Use a TCP socket to stream results to the extension (https://github.com/Shopify/ruby-lsp/pull/3387) by @vinistock
- Organize test reporters into their own directory (https://github.com/Shopify/ruby-lsp/pull/3398) by @vinistock
- Replace T.must with comment based syntax (https://github.com/Shopify/ruby-lsp/pull/3400) by @vinistock
- Avoid recursion when collecting prefix tree node values (https://github.com/Shopify/ruby-lsp/pull/3401) by @vinistock
v0.23.14
v0.23.14
🐛 Bug Fixes
- Ensure colons are escaped when building URIs (https://github.com/Shopify/ruby-lsp/pull/3381) by @vinistock
v0.23.13
v0.23.13
✨ Enhancements
- Support VSCodium as a client when moving cursor (https://github.com/Shopify/ruby-lsp/pull/3302) by @shanecav84
- Hook server and extension test execution (https://github.com/Shopify/ruby-lsp/pull/3309) by @vinistock
- Capture test output for Minitest reporter (https://github.com/Shopify/ruby-lsp/pull/3286) by @andyw8
- Allow add-ons to resolve test commands (https://github.com/Shopify/ruby-lsp/pull/3351) by @vinistock
- Add coverage data collection to the test reporter (https://github.com/Shopify/ruby-lsp/pull/3360) by @vinistock
🐛 Bug Fixes
- Fix paths to custom test reporters (https://github.com/Shopify/ruby-lsp/pull/3322) by @vinistock
- Ignore non Minitest or Test Unit items for resolve command (https://github.com/Shopify/ruby-lsp/pull/3350) by @vinistock
- Use no-cache option when bundle installing (https://github.com/Shopify/ruby-lsp/pull/3342) by @vinistock
- Handle changing visibility post method definition (https://github.com/Shopify/ruby-lsp/pull/3339) by @vinistock
- Expand test directory command resolution with requires (https://github.com/Shopify/ruby-lsp/pull/3335) by @vinistock
📦 Other Changes
- Append custom reporter rather than replacing all (https://github.com/Shopify/ruby-lsp/pull/3324) by @vinistock
- Prefix framework tags with
framework:(https://github.com/Shopify/ruby-lsp/pull/3340) by @vinistock
v0.23.12
v0.23.12
✨ Enhancements
- Exclude RBS comments from on-type formatting (https://github.com/Shopify/ruby-lsp/pull/3220) by @st0012
- Add basic resolve test command request (https://github.com/Shopify/ruby-lsp/pull/3234) by @vinistock
- Add support for
specifyin Code Lens (https://github.com/Shopify/ruby-lsp/pull/3228) by @andyw8 - Add test discovery support for Minitest spec style syntax (https://github.com/Shopify/ruby-lsp/pull/3223) by @alexcrocha
- Add
test-unitreporter (https://github.com/Shopify/ruby-lsp/pull/3238) by @andyw8 - Resolve Minitest commands for test items (https://github.com/Shopify/ruby-lsp/pull/3249) by @vinistock
- Tag Test Unit and Minitest spec test items (https://github.com/Shopify/ruby-lsp/pull/3268) by @vinistock
- Resolve commands for test unit items (https://github.com/Shopify/ruby-lsp/pull/3264) by @vinistock
- Allow add-ons to extend test discovery (https://github.com/Shopify/ruby-lsp/pull/3271) by @alexcrocha
- Add JSON test reporter for minitest (https://github.com/Shopify/ruby-lsp/pull/3187) by @andyw8
- Add GoToRelevantFile functionality (https://github.com/Shopify/ruby-lsp/pull/2985) by @jenny-codes
🐛 Bug Fixes
- Avoid reading from deleted file (https://github.com/Shopify/ruby-lsp/pull/3218) by @andyw8
- Try to relaunch if gems are modified between install and setup (https://github.com/Shopify/ruby-lsp/pull/3231) by @vinistock
- Avoid raising on duplicate test item IDs (https://github.com/Shopify/ruby-lsp/pull/3237) by @vinistock
- Include tags in TestItem#to_hash (https://github.com/Shopify/ruby-lsp/pull/3239) by @vinistock
- Prevent race condition when saving file during initial indexing (https://github.com/Shopify/ruby-lsp/pull/3269) by @vinistock
- Exclude certain Bundler settings when composing bundle (https://github.com/Shopify/ruby-lsp/pull/3277) by @vinistock
📦 Other Changes
- Ensure we index non test files under test directories (https://github.com/Shopify/ruby-lsp/pull/3188) by @vinistock
st0012/ruby-lsp-rspec (ruby-lsp-rspec)
v0.1.28
What's Changed
🐛 Bug Fixes
- fix: fixed pending spec formatter by @D-system in https://github.com/st0012/ruby-lsp-rspec/pull/89
- fix: only group specs if the
contextordescribecall has a block by @nathanscottdaniels in https://github.com/st0012/ruby-lsp-rspec/pull/87
New Contributors
- @D-system made their first contribution in https://github.com/st0012/ruby-lsp-rspec/pull/89
- @nathanscottdaniels made their first contribution in https://github.com/st0012/ruby-lsp-rspec/pull/87
Full Changelog: https://github.com/st0012/ruby-lsp-rspec/compare/v0.1.27...v0.1.28
v0.1.27
What's Changed
🐛 Bug Fixes
- Fix testing with coverage by @elmuerte in https://github.com/st0012/ruby-lsp-rspec/pull/81
🛠️ Other Changes
- Bump ruby-lsp to 0.26+ by @st0012 in https://github.com/st0012/ruby-lsp-rspec/pull/86
Full Changelog: https://github.com/st0012/ruby-lsp-rspec/compare/v0.1.26...v0.1.27
v0.1.26
What's Changed
✨ Enhancements
- Improved test failure message by @elmuerte in https://github.com/st0012/ruby-lsp-rspec/pull/78
🛠️ Other Changes
- Bump development gems, Tapioca, and Ruby LSP by @st0012 in https://github.com/st0012/ruby-lsp-rspec/pull/84
Full Changelog: https://github.com/st0012/ruby-lsp-rspec/compare/v0.1.25...v0.1.26
v0.1.25
What's Changed
🛠️ Other Changes
- Bump ruby-lsp to 0.24.0+ by @st0012 in https://github.com/st0012/ruby-lsp-rspec/pull/76
Full Changelog: https://github.com/st0012/ruby-lsp-rspec/compare/v0.1.24...v0.1.25
v0.1.24
What's Changed
🐛 Bug Fixes
- Fix SpecStyle to not receive Prism events by @elmuerte in https://github.com/st0012/ruby-lsp-rspec/pull/71
- Print rspec progress to standard out when using 'run in terminal' by @westonkd in https://github.com/st0012/ruby-lsp-rspec/pull/73
- Revert unintentional addon name change by @st0012 in https://github.com/st0012/ruby-lsp-rspec/pull/75
New Contributors
- @elmuerte made their first contribution in https://github.com/st0012/ruby-lsp-rspec/pull/71
Full Changelog: https://github.com/st0012/ruby-lsp-rspec/compare/v0.1.23...v0.1.24
v0.1.23
What's Changed
✨ Enhancements
- Support Ruby LSP's full test discovery feature by @st0012 in https://github.com/st0012/ruby-lsp-rspec/pull/62
- Code lens for full test discovery by @st0012 in https://github.com/st0012/ruby-lsp-rspec/pull/65
🛠️ Other Changes
- Bump dependencies by @st0012 in https://github.com/st0012/ruby-lsp-rspec/pull/60
- Centralize rspec command resolution by @st0012 in https://github.com/st0012/ruby-lsp-rspec/pull/61
- Migrate to use RBS annotations by @vinistock in https://github.com/st0012/ruby-lsp-rspec/pull/63
- Use RubyLsp alias for Interface by @vinistock in https://github.com/st0012/ruby-lsp-rspec/pull/64
- Run type checking in a separate job by @st0012 in https://github.com/st0012/ruby-lsp-rspec/pull/66
New Contributors
- @vinistock made their first contribution in https://github.com/st0012/ruby-lsp-rspec/pull/63
Full Changelog: https://github.com/st0012/ruby-lsp-rspec/compare/v0.1.22...v0.1.23
jessebs/simplecov-cobertura (simplecov-cobertura)
v3.1.0
What's Changed
- Increase precision to match Simplecov results by @aladh in https://github.com/jessebs/simplecov-cobertura/pull/42
- Fix failing tests with rexml 3.4.2 by @dalibor in https://github.com/jessebs/simplecov-cobertura/pull/44
New Contributors
- @aladh made their first contribution in https://github.com/jessebs/simplecov-cobertura/pull/42
- @dalibor made their first contribution in https://github.com/jessebs/simplecov-cobertura/pull/44
Full Changelog: https://github.com/jessebs/simplecov-cobertura/compare/v3.0.0...v3.1.0
bblimke/webmock (webmock)
v3.26.0
-
Support Addressable::URI in request patterns
Thanks to Alexey Zapparov
v3.25.2
-
Return support for
em_http_requestThanks to Oleg
v3.25.1
-
Fix FrozenError in Typhoeus streaming response body
Thanks to Patrick Jaberg
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.