Commit d720fe92 authored by Robert Speicher's avatar Robert Speicher

Merge branch '299078-add-comment-for-rails-upgrade' into 'master'

Add exception when Rails is upgraded

See merge request gitlab-org/gitlab!63431
parents a9a7f192 d79e1ee0
# frozen_string_literal: true
# This patch will be included in the next Rails release: https://github.com/rails/rails/pull/42368
raise 'This patch can be removed' if Rails::VERSION::MAJOR > 6
# rubocop:disable Gitlab/ModuleWithInstanceVariables
module Gitlab
module Database
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment