Update Rails to v6.1.4.1
This MR updates Rails from 6.1.3.2 to 6.1.4.1 Changes: rails: https://my.diffend.io/gems/rails/6.1.3.2/6.1.4.1 actionpack: https://my.diffend.io/gems/actionpack/6.1.3.2/6.1.4.1 activerecord: https://my.diffend.io/gems/activerecord/6.1.3.2/6.1.4.1 activestorage: https://my.diffend.io/gems/activestorage/6.1.3.2/6.1.4.1 Release notes: https://github.com/rails/rails/releases
Showing
... | ... | @@ -2,7 +2,7 @@ |
source 'https://rubygems.org' | ||
gem 'rails', '~> 6.1.3.2' | ||
gem 'rails', '~> 6.1.4.1' | ||
gem 'bootsnap', '~> 1.4.6' | ||
... | ... |
... | ... | @@ -59,8 +59,8 @@ |
"@gitlab/tributejs": "1.0.0", | ||
"@gitlab/ui": "32.14.0", | ||
"@gitlab/visual-review-tools": "1.6.1", | ||
"@rails/actioncable": "6.1.3-2", | ||
"@rails/ujs": "6.1.3-2", | ||
"@rails/actioncable": "6.1.4-1", | ||
"@rails/ujs": "6.1.4-1", | ||
"@sentry/browser": "5.30.0", | ||
"@sourcegraph/code-host-integration": "0.0.60", | ||
"@tiptap/core": "^2.0.0-beta.116", | ||
... | ... |
Please register or sign in to comment