You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <a id="projectsecuritytrainingurlsfilename"></a>`filename` | [`String`](#string) | Filename to filter security training URLs by programming language. |
15592
15592
| <a id="projectsecuritytrainingurlsidentifierexternalids"></a>`identifierExternalIds` | [`[String!]!`](#string) | List of external IDs of vulnerability identifiers. |
15593
-
| <a id="projectsecuritytrainingurlslanguage"></a>`language` | [`String`](#string) | Desired language for training urls. |
Copy file name to clipboardexpand all lines: doc/development/rails_update.md
+1
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ We strive to run GitLab using the latest Rails releases to benefit from performa
24
24
1. Run `bundle update --conservative activesupport` in the `qa` folder.
25
25
1. Resolve any Bundler conflicts.
26
26
1. Ensure that `@rails/ujs` and `@rails/actioncable` npm packages match the new rails version in [`package.json`](https://gitlab.com/gitlab-org/gitlab/blob/master/package.json).
27
+
1. Run `yarn patch-package @rails/ujs` after updating this to ensure our local patch file version matches.
27
28
1. Create an MR with the `pipeline:run-all-rspec` label and see if pipeline breaks.
28
29
1. To resolve and debug spec failures use `git bisect` against the rails repository. See the [debugging section](#git-bisect-against-rails) below.
29
30
1. Include links to the Gem diffs between the two versions in the merge request description. For example, this is the gem diff for [`activesupport` 6.1.3.2 to
0 commit comments