# RubyMine: what changed from 2025 to 2026 - Product: RubyMine (https://whatsnew.fyi/product/rubymine) - Vendor: JetBrains - Range: changelog entries numbered after 2025.3.6.1 up to and including 2026.2.2, stable releases only - Entries below: 9 releases (newest first) - Resolved: 2025 is 2025.3.6.1 and 2026 is 2026.2.2, the newest stable release of each major we track - Carrying security changes: 0 · CVEs mentioned: 0 · Mentioning breaking changes: 0 · Removing or deprecating something: 0 - Page: https://whatsnew.fyi/product/rubymine/compare/2025...2026 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. ## What changed (67 changes, grouped by kind) ### Added #### 2026.2.2 (2026-09-03) - Added plugin IDs to the Plugins page in Settings - Added support for clickable OSC 8 hyperlinks in the Reworked Terminal #### 2026.2.1 (2026-08-11) - Bundled Figma skill for AI Assistant #### 2026.2 (2026-07-21) - Agentic debugging with a bundled rubymine-debugger skill - Symbol-based code insight support for parameter definitions - Support for excluding individual files from projects - Support for navigating to specific source code lines from Markdown links - Support for GitHub alerts in Markdown preview - Support for dragging files and folders into the Terminal to insert their paths - Navigation support for qualified names in backticks - Support for TODO items in Markdown HTML comments - Support for clickable OSC 8 hyperlinks in the Terminal tool window - Full Keymap support for double-modifier shortcuts like Shift-Shift and Ctrl-Ctrl, including search, remapping, and customization - Automatic installation of plugins specified in devcontainer.json when opening Dev Container projects - Plugin search ranking in settings - Suggestions for mentions in GitHub pull request comments #### 2026.1.4 (2026-07-02) - Add the ability to disable source maps while debugging JavaScript #### 2026.1.3 (2026-06-04) - Implemented ranking for plugin search in settings #### 2026.1.1 (2026-04-23) - Enabled MCP Server to run tests and receive results from code context #### 2026.1 (2026-03-26) - Support for local variables passed via render in Rails 8.1 layouts - Support for Rails deprecated associations - Support for virtual columns from PostgreSQL 18 or later versions in Rails projects - Option to enable enhanced code insight features powered by new language modeling engine - Folding for .new constructor parameters - Diff view for RSpec and minitest tests - Automatic Ruby interpreter selection for new projects based on configuration files - Option to move deleted files to the system trash instead of permanently removing them - Option to delete remote branches after merging GitHub pull requests ### Changed #### 2026.2.2 (2026-09-03) - Improved IDE responsiveness when opening directories containing large numbers of files #### 2026.2.1 (2026-08-11) - Stepping performance with the Ignore non-project files option enabled - Project analysis performance for Rails projects with large RSpec files #### 2026.2 (2026-07-21) - Symbol-based code insight is now enabled by default - Improved editing performance for large JSON files - Reduced IDE memory usage - Improved RBS inlay hints - Reduced idle CPU usage caused by RuboCop background highlighting - Improved type inference for FactoryBot.create and other qualified factory calls #### 2026.1.4 (2026-07-02) - Improved debugger performance when stepping through deeply nested Ruby code - Improved path alias handling during file and directory renames - Improved Dev Container connectivity #### 2026.1.1 (2026-04-23) - Ensured Rake tasks and Rails generators refresh after user changes and appear in Run Anything ### Fixed #### 2026.2.2 (2026-09-03) - Fixed missing External Sources results in Find in Files - Fixed Terminal tab order not being preserved between IDE sessions - Fixed an issue where a Git commit could still be created after being canceled #### 2026.1.5 (2026-08-13) - Fixed automatic reporting of freezes on Remote Development hosts when automatic reporting is enabled - Fixed Smart Step Into in read-only files, including external libraries - Fixed Capture Memory Snapshot and Get Thread Dump actions in Remote Development - Fixed repeated GitHub Actions requests that could cause GitHub rate-limit errors - Fixed a false-positive warning for the environment.deployment property in GitHub Actions workflows #### 2026.2.1 (2026-08-11) - Debugger support for projects in paths containing non-ASCII characters - Empty Find in Files results despite existing matches #### 2026.2 (2026-07-21) - Fixed a freeze caused by Ruby stack trace hyperlink processing, especially noticeable in WSL environments #### 2026.1.4 (2026-07-02) - Restore editing in the merge editor's result pane during conflict resolution - Fix plugin updates when using a custom Marketplace URL #### 2026.1.3 (2026-06-04) - Fixed the debugger stepping into non-project sources despite the corresponding setting - Fixed typing issues in JavaScript and TypeScript strings containing SQL fragments - Fixed incorrect disabling of the Update action for the active branch - Fixed terminal crashes caused by invalid cursor positioning #### 2026.1.2 (2026-05-15) - Fixed TypeScript auto-completion incorrectly inserting parentheses for accessors - Fixed incorrect type information shown for properties in RxJS operator chains - Restored proper behavior of Alt-based shortcuts - Fixed an issue where drag-and-drop in the editor could cause code to disappear - Fixed an issue where external diff tools could not be opened when double-clicking files in the Commit tool window #### 2026.1.1 (2026-04-23) - Fixed debugger and server hanging after updating Docker to 4.56.0 - Fixed array indexing resolution with the new code insight engine enabled - Fixed test runner failing to display results with Minitest 6 - Fixed the IDE behavior for authentication verification when using an HTTP proxy ## Release notes ### 2026.2.2 - Date: 2026-09-03 - Version: 2026.2.2 - Original notes: https://youtrack.jetbrains.com/articles/RUBY-A-220365381 - Permalink: https://whatsnew.fyi/product/rubymine/releases/2026.2.2 - **fixed** — Fixed missing External Sources results in Find in Files - **fixed** — Fixed Terminal tab order not being preserved between IDE sessions - **added** — Added plugin IDs to the Plugins page in Settings - **changed** — Improved IDE responsiveness when opening directories containing large numbers of files - **fixed** — Fixed an issue where a Git commit could still be created after being canceled - **added** — Added support for clickable OSC 8 hyperlinks in the Reworked Terminal RubyMine 2026.2.2 Is Out! Fixes and improvements: - Fixed missing External Sources results in Find in Files: [IJPL-252666](https://youtrack.jetbrains.com/issue/IJPL-252666) - Fixed Terminal tab order not being preserved between IDE sessions: [IJPL-212254](https://youtrack.jetbrains.com/issue/IJPL-212254) - Added plugin IDs to the Plugins page in Settings: [IJPL-164187](https://youtrack.jetbrains.com/issue/IJPL-164187) - Improved IDE responsiveness when opening directories containing large numbers of files: [IJPL-93385](https://youtrack.jetbrains.com/issue/IJPL-93385) - Fixed an issue where a Git commit could still be created after being canceled: [IJPL-242092](https://youtrack.jetbrains.com/issue/IJPL-242092) - Added support for clickable OSC 8 hyperlinks in the Reworked Terminal: [IJPL-246212](https://youtrack.jetbrains.com/issue/IJPL-246212) For the full list of closed issues, refer to the [release notes](https://youtrack.jetbrains.com/articles/RUBY-A-220365381/RubyMine-2026.2.2-262.10315.129-build-Release-Notes). ### 2026.1.5 - Date: 2026-08-13 - Version: 2026.1.5 - Original notes: https://youtrack.jetbrains.com/articles/RUBY-A-220365378 - Permalink: https://whatsnew.fyi/product/rubymine/releases/2026.1.5 - **fixed** — Fixed automatic reporting of freezes on Remote Development hosts when automatic reporting is enabled - **fixed** — Fixed Smart Step Into in read-only files, including external libraries - **fixed** — Fixed Capture Memory Snapshot and Get Thread Dump actions in Remote Development - **fixed** — Fixed repeated GitHub Actions requests that could cause GitHub rate-limit errors - **fixed** — Fixed a false-positive warning for the environment.deployment property in GitHub Actions workflows RubyMine 2026.1.5 Is Out! Fixes and improvements: - Fixed automatic reporting of freezes on Remote Development hosts when automatic reporting is enabled: [IJPL-248422](https://youtrack.jetbrains.com/issue/IJPL-248422) - Fixed Smart Step Into in read-only files, including external libraries: [IJPL-249996](https://youtrack.jetbrains.com/issue/IJPL-249996) - Fixed Capture Memory Snapshot and Get Thread Dump actions in Remote Development: [IJPL-244260](https://youtrack.jetbrains.com/issue/IJPL-244260) - Fixed repeated GitHub Actions requests that could cause GitHub rate-limit errors: [IJPL-214348](https://youtrack.jetbrains.com/issue/IJPL-214348) - Fixed a false-positive warning for the environment.deployment property in GitHub Actions workflows: [IJPL-241935](https://youtrack.jetbrains.com/issue/IJPL-241935) For the full list of closed issues, refer to the [release notes](https://youtrack.jetbrains.com/articles/RUBY-A-220365378/RubyMine-2026.1.5-261.27258.52-build-Release-Notes). ### 2026.2.1 - Date: 2026-08-11 - Version: 2026.2.1 - Original notes: https://youtrack.jetbrains.com/articles/RUBY-A-220365377 - Permalink: https://whatsnew.fyi/product/rubymine/releases/2026.2.1 - **fixed** — Debugger support for projects in paths containing non-ASCII characters - **changed** — Stepping performance with the Ignore non-project files option enabled - **changed** — Project analysis performance for Rails projects with large RSpec files - **added** — Bundled Figma skill for AI Assistant - **fixed** — Empty Find in Files results despite existing matches RubyMine 2026.2.1 Is Out! Fixes and improvements: - Fixed debugger support for projects in paths containing non-ASCII characters: [RUBY-34195](https://youtrack.jetbrains.com/issue/RUBY-34195) - Improved stepping performance with the Ignore non-project files option enabled: [RUBY-35773](https://youtrack.jetbrains.com/issue/RUBY-35773) - Improved project analysis performance for Rails projects with large RSpec files: [RUBY-35648](https://youtrack.jetbrains.com/issue/RUBY-35648) - Added a bundled Figma skill for AI Assistant: [WEB-78488](https://youtrack.jetbrains.com/issue/WEB-78488) - Fixed empty Find in Files results despite existing matches: [IJPL-246834](https://youtrack.jetbrains.com/issue/IJPL-246834) For the full list of closed issues, refer to the [release notes](https://youtrack.jetbrains.com/articles/RUBY-A-220365377/RubyMine-2026.2.1-262.9437.192-build-Release-Notes). ### 2026.2 - Date: 2026-07-21 - Version: 2026.2 - Original notes: https://youtrack.jetbrains.com/articles/RUBY-A-220365370 - Permalink: https://whatsnew.fyi/product/rubymine/releases/2026.2 - **changed** — Symbol-based code insight is now enabled by default - **added** — Agentic debugging with a bundled rubymine-debugger skill - **added** — Symbol-based code insight support for parameter definitions - **added** — Support for excluding individual files from projects - **added** — Support for navigating to specific source code lines from Markdown links - **added** — Support for GitHub alerts in Markdown preview - **added** — Support for dragging files and folders into the Terminal to insert their paths - **fixed** — Fixed a freeze caused by Ruby stack trace hyperlink processing, especially noticeable in WSL environments - **added** — Navigation support for qualified names in backticks - **added** — Support for TODO items in Markdown HTML comments - **added** — Support for clickable OSC 8 hyperlinks in the Terminal tool window - **changed** — Improved editing performance for large JSON files - **added** — Full Keymap support for double-modifier shortcuts like Shift-Shift and Ctrl-Ctrl, including search, remapping, and customization - **changed** — Reduced IDE memory usage - **changed** — Improved RBS inlay hints - **changed** — Reduced idle CPU usage caused by RuboCop background highlighting - **changed** — Improved type inference for FactoryBot.create and other qualified factory calls - **added** — Automatic installation of plugins specified in devcontainer.json when opening Dev Container projects - **added** — Plugin search ranking in settings - **added** — Suggestions for mentions in GitHub pull request comments RubyMine 2026.2 Is Released! [Visit our website](https://www.jetbrains.com/ruby/whatsnew/) or [read the blog post](https://blog.jetbrains.com/ruby/2026/07/rubymine-2026-2-agentic-debugging-native-github-copilot-integration-default-symbol-based-code-insight-and-more/) to learn about the latest new features and improvements. Here are the highlights: - Symbol-based code insight enabled by default: [RUBY-35608](https://youtrack.jetbrains.com/issue/RUBY-35608) - Agentic debugging with a bundled rubymine-debugger skill: [RUBY-35613](https://youtrack.jetbrains.com/issue/RUBY-35613) - Added symbol-based code insight support for parameter definitions: [RUBY-34752](https://youtrack.jetbrains.com/issue/RUBY-34752) - Added support for excluding individual files from projects: [IJPL-9342](https://youtrack.jetbrains.com/issue/IJPL-9342) - Added support for navigating to specific source code lines from Markdown links: [IJPL-93490](https://youtrack.jetbrains.com/issue/IJPL-93490) - Added support for GitHub alerts in Markdown preview: [IJPL-247643](https://youtrack.jetbrains.com/issue/IJPL-247643) - Added support for dragging files and folders into the Terminal to insert their paths: [IJPL-103786](https://youtrack.jetbrains.com/issue/IJPL-103786) - Fixed a freeze caused by Ruby stack trace hyperlink processing, especially noticeable in WSL environments: [RUBY-34220](https://youtrack.jetbrains.com/issue/RUBY-34220) - Added navigation support for qualified names in backticks: [IJPL-246124](https://youtrack.jetbrains.com/issue/IJPL-246124) - Added support for TODO items in Markdown HTML comments: [IJPL-92221](https://youtrack.jetbrains.com/issue/IJPL-92221) - Added support for clickable OSC 8 hyperlinks in the Terminal tool window: [IJPL-103740](https://youtrack.jetbrains.com/issue/IJPL-103740) - Improved editing performance for large JSON files: [IJPL-220556](https://youtrack.jetbrains.com/issue/IJPL-220556) - Added full Keymap support for double-modifier shortcuts like Shift-Shift and Ctrl-Ctrl, including search, remapping, and customization: [IJPL-61450](https://youtrack.jetbrains.com/issue/IJPL-61450) - Reduced IDE memory usage: [IJPL-212987](https://youtrack.jetbrains.com/issue/IJPL-212987) - RBS inlay hint improvements: [RUBY-31073](https://youtrack.jetbrains.com/issue/RUBY-31073), [RUBY-31074](https://youtrack.jetbrains.com/issue/RUBY-31074), [RUBY-30081](https://youtrack.jetbrains.com/issue/RUBY-30081), [RUBY-35596](https://youtrack.jetbrains.com/issue/RUBY-35596) - Reduced idle CPU usage caused by RuboCop background highlighting: [RUBY-34766](https://youtrack.jetbrains.com/issue/RUBY-34766) - Improved type inference for FactoryBot.create and other qualified factory calls: [RUBY-23514](https://youtrack.jetbrains.com/issue/RUBY-23514) - Automatic installation of plugins specified in devcontainer.json when opening Dev Container projects: [IJPL-240976](https://youtrack.jetbrains.com/issue/IJPL-240976) - Implemented ranking for plugin search in settings: [IJPL-7519](https://youtrack.jetbrains.com/issue/IJPL-7519) - Implemented suggestions for mentions in GitHub pull request comments: [IJPL-74258](https://youtrack.jetbrains.com/issue/IJPL-74258) For the full list of closed issues, refer to the [release notes](https://youtrack.jetbrains.com/articles/RUBY-A-220365369). ### 2026.1.4 - Date: 2026-07-02 - Version: 2026.1.4 - Original notes: https://youtrack.jetbrains.com/articles/RUBY-A-220365366 - Permalink: https://whatsnew.fyi/product/rubymine/releases/2026.1.4 - **changed** — Improved debugger performance when stepping through deeply nested Ruby code - **added** — Add the ability to disable source maps while debugging JavaScript - **changed** — Improved path alias handling during file and directory renames - **fixed** — Restore editing in the merge editor's result pane during conflict resolution - **fixed** — Fix plugin updates when using a custom Marketplace URL - **changed** — Improved Dev Container connectivity RubyMine 2026.1.4 Is Out! Fixes and improvements: - Improved debugger performance when stepping through deeply nested Ruby code: [RUBY-35458](https://youtrack.jetbrains.com/issue/RUBY-35458) - Added the ability to disable source maps while debugging JavaScript: [WEB-61256](https://youtrack.jetbrains.com/issue/WEB-61256) - Improved path alias handling during file and directory renames: [WEB-74773](https://youtrack.jetbrains.com/issue/WEB-74773) - Restored editing in the merge editor's result pane during conflict resolution: [IJPL-243952](https://youtrack.jetbrains.com/issue/IJPL-243952) - Fixed plugin updates when using a custom Marketplace URL: [IJPL-245675](https://youtrack.jetbrains.com/issue/IJPL-245675) - Improved Dev Container connectivity: [IJPL-241348](https://youtrack.jetbrains.com/issue/IJPL-241348) For the full list of closed issues, refer to the [release notes](https://youtrack.jetbrains.com/articles/RUBY-A-220365366/RubyMine-2026.1.4-261.26222.67-build-Release-Notes). ### 2026.1.3 - Date: 2026-06-04 - Version: 2026.1.3 - Original notes: https://youtrack.jetbrains.com/articles/RUBY-A-220365360 - Permalink: https://whatsnew.fyi/product/rubymine/releases/2026.1.3 - **fixed** — Fixed the debugger stepping into non-project sources despite the corresponding setting - **fixed** — Fixed typing issues in JavaScript and TypeScript strings containing SQL fragments - **fixed** — Fixed incorrect disabling of the Update action for the active branch - **added** — Implemented ranking for plugin search in settings - **fixed** — Fixed terminal crashes caused by invalid cursor positioning RubyMine 2026.1.3 Is Out! Fixes and improvements: - Fixed the debugger stepping into non-project sources despite the corresponding setting: [RUBY-34020](https://youtrack.jetbrains.com/issue/RUBY-34020) - Fixed typing issues in JavaScript and TypeScript strings containing SQL fragments: [WEB-77972](https://youtrack.jetbrains.com/issue/WEB-77972) - Fixed incorrect disabling of the Update action for the active branch: [IJPL-240184](https://youtrack.jetbrains.com/issue/IJPL-240184) - Implemented ranking for plugin search in settings: [IJPL-7519](https://youtrack.jetbrains.com/issue/IJPL-7519) - Fixed terminal crashes caused by invalid cursor positioning: [IJPL-245747](https://youtrack.jetbrains.com/issue/IJPL-245747) For the full list of closed issues, refer to the [release notes](https://youtrack.jetbrains.com/articles/RUBY-A-220365360/RubyMine-2026.1.3-261.25134.97-build-Release-Notes). ### 2026.1.2 - Date: 2026-05-15 - Version: 2026.1.2 - Original notes: https://youtrack.jetbrains.com/articles/RUBY-A-220365353 - Permalink: https://whatsnew.fyi/product/rubymine/releases/2026.1.2 - **fixed** — Fixed TypeScript auto-completion incorrectly inserting parentheses for accessors - **fixed** — Fixed incorrect type information shown for properties in RxJS operator chains - **fixed** — Restored proper behavior of Alt-based shortcuts - **fixed** — Fixed an issue where drag-and-drop in the editor could cause code to disappear - **fixed** — Fixed an issue where external diff tools could not be opened when double-clicking files in the Commit tool window RubyMine 2026.1.2 Is Out! Fixes and improvements: - Fixed TypeScript auto-completion incorrectly inserting parentheses for accessors: [WEB-77754](https://youtrack.jetbrains.com/issue/WEB-77754) - Fixed incorrect type information shown for properties in RxJS operator chains: [WEB-74813](https://youtrack.jetbrains.com/issue/WEB-74813) - Restored proper behavior of Alt-based shortcuts: [IJPL-238972](https://youtrack.jetbrains.com/issue/IJPL-238972) - Fixed an issue where drag-and-drop in the editor could cause code to disappear: [IJPL-235895](https://youtrack.jetbrains.com/issue/IJPL-235895) - Fixed an issue where external diff tools could not be opened when double-clicking files in the Commit tool window: [IJPL-241256](https://youtrack.jetbrains.com/issue/IJPL-241256) For the full list of closed issues, refer to the [release notes](https://youtrack.jetbrains.com/articles/RUBY-A-220365353/RubyMine-2026.1.2-261.24374.145-build-Release-Notes). ### 2026.1.1 - Date: 2026-04-23 - Version: 2026.1.1 - Original notes: https://youtrack.jetbrains.com/articles/RUBY-A-220365345 - Permalink: https://whatsnew.fyi/product/rubymine/releases/2026.1.1 - **fixed** — Fixed debugger and server hanging after updating Docker to 4.56.0 - **fixed** — Fixed array indexing resolution with the new code insight engine enabled - **fixed** — Fixed test runner failing to display results with Minitest 6 - **changed** — Ensured Rake tasks and Rails generators refresh after user changes and appear in Run Anything - **added** — Enabled MCP Server to run tests and receive results from code context - **fixed** — Fixed the IDE behavior for authentication verification when using an HTTP proxy RubyMine 2026.1.1 Is Out! Fixes and improvements: - Fixed debugger and server hanging after updating Docker to 4.56.0: [RUBY-35098](https://youtrack.jetbrains.com/issue/RUBY-35098) - Fixed array indexing resolution with the new code insight engine enabled: [RUBY-35394](https://youtrack.jetbrains.com/issue/RUBY-35394) - Fixed test runner failing to display results with Minitest 6: [RUBY-35168](https://youtrack.jetbrains.com/issue/RUBY-35168) - Ensured Rake tasks and Rails generators refresh after user changes and appear in Run Anything: [RUBY-34636](https://youtrack.jetbrains.com/issue/RUBY-34636) - Enabled MCP Server to run tests and receive results from code context: [IJPL-199602](https://youtrack.jetbrains.com/issue/IJPL-199602) - Fixed the IDE behavior for authentication verification when using an HTTP proxy: [IJPL-210659](https://youtrack.jetbrains.com/issue/IJPL-210659) For the full list of closed issues, refer to the [release notes](https://youtrack.jetbrains.com/articles/RUBY-A-220365345/RubyMine-2026.1.1-261.23567.142-build-Release-Notes). ### 2026.1 - Date: 2026-03-26 - Version: 2026.1 - Original notes: https://youtrack.jetbrains.com/articles/RUBY-A-220365339 - Permalink: https://whatsnew.fyi/product/rubymine/releases/2026.1 - **added** — Support for local variables passed via render in Rails 8.1 layouts - **added** — Support for Rails deprecated associations - **added** — Support for virtual columns from PostgreSQL 18 or later versions in Rails projects - **added** — Option to enable enhanced code insight features powered by new language modeling engine - **added** — Folding for .new constructor parameters - **added** — Diff view for RSpec and minitest tests - **added** — Automatic Ruby interpreter selection for new projects based on configuration files - **added** — Option to move deleted files to the system trash instead of permanently removing them - **added** — Option to delete remote branches after merging GitHub pull requests RubyMine 2026.1 Is Out! Fixes and improvements: - Support for local variables passed via render in Rails 8.1 layouts: [RUBY-34673](https://youtrack.jetbrains.com/issue/RUBY-34673) - Support for Rails deprecated associations: [RUBY-34419](https://youtrack.jetbrains.com/issue/RUBY-34419) - Support for virtual columns from PostgreSQL 18 (or later versions) in Rails projects: [RUBY-34775](https://youtrack.jetbrains.com/issue/RUBY-34775) - Option to enable enhanced code insight features powered by new language modeling engine: [RUBY-35147](https://youtrack.jetbrains.com/issue/RUBY-35147) - Folding for .new constructor parameters: [RUBY-32537](https://youtrack.jetbrains.com/issue/RUBY-32537) - Diff view for RSpec and minitest tests: [RUBY-35114](https://youtrack.jetbrains.com/issue/RUBY-35114), [RUBY-35112](https://youtrack.jetbrains.com/issue/RUBY-35112) - Automatic Ruby interpreter selection for new projects based on configuration files: [RUBY-33258](https://youtrack.jetbrains.com/issue/RUBY-33258) - Option to move deleted files to the system trash instead of permanently removing them: [IJPL-2151](https://youtrack.jetbrains.com/issue/IJPL-2151) - Option to delete remote branches after merging GitHub pull requests: [IJPL-74161](https://youtrack.jetbrains.com/issue/IJPL-74161) For the full list of closed issues, refer to the [release notes](https://youtrack.jetbrains.com/articles/RUBY-A-220365339/RubyMine-2026.1-261.22158.284-build-Release-Notes).