Skip to content

Commit

Permalink
Add requires for YAML and JSON in the DB System Change generator
Browse files Browse the repository at this point in the history
These were missed in rails/rails@c90a8701
  • Loading branch information
andrewn617 committed Mar 22, 2024
1 parent 7f8e0af commit 060eb5f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# frozen_string_literal: true

require "rails/generators/base"
require "yaml"
require "json"

module Rails
module Generators
Expand Down

0 comments on commit 060eb5f

Please sign in to comment.