summaryrefslogtreecommitdiff
path: root/spec/support/helpers/fake_migration_classes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/fake_migration_classes.rb')
-rw-r--r--spec/support/helpers/fake_migration_classes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers/fake_migration_classes.rb b/spec/support/helpers/fake_migration_classes.rb
index b0fc8422857..c7766df7a52 100644
--- a/spec/support/helpers/fake_migration_classes.rb
+++ b/spec/support/helpers/fake_migration_classes.rb
@@ -1,4 +1,4 @@
-class FakeRenameReservedPathMigrationV1 < ActiveRecord::Migration
+class FakeRenameReservedPathMigrationV1 < ActiveRecord::Migration[4.2]
include Gitlab::Database::RenameReservedPathsMigration::V1
def version