Merge branch 'update-rails-to-6-1-4-1' into 'master'
[RUN AS-IF-FOSS] Update Rails to v6.1.4.1 See merge request gitlab-org/gitlab!70673
Showing
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
source 'https://rubygems.org' | source 'https://rubygems.org' | ||
gem 'rails', '~> 6.1.3.2' | gem 'rails', '~> 6.1.4.1' | ||
gem 'bootsnap', '~> 1.4.6' | gem 'bootsnap', '~> 1.4.6' | ||
... | ... |
... | @@ -59,8 +59,8 @@ | ... | @@ -59,8 +59,8 @@ |
"@gitlab/tributejs": "1.0.0", | "@gitlab/tributejs": "1.0.0", | ||
"@gitlab/ui": "32.14.0", | "@gitlab/ui": "32.14.0", | ||
"@gitlab/visual-review-tools": "1.6.1", | "@gitlab/visual-review-tools": "1.6.1", | ||
"@rails/actioncable": "6.1.3-2", | "@rails/actioncable": "6.1.4-1", | ||
"@rails/ujs": "6.1.3-2", | "@rails/ujs": "6.1.4-1", | ||
"@sentry/browser": "5.30.0", | "@sentry/browser": "5.30.0", | ||
"@sourcegraph/code-host-integration": "0.0.60", | "@sourcegraph/code-host-integration": "0.0.60", | ||
"@tiptap/core": "^2.0.0-beta.116", | "@tiptap/core": "^2.0.0-beta.116", | ||
... | ... |
Please register or sign in to comment