Skip to content

Commit

Permalink
Fix reference generator
Browse files Browse the repository at this point in the history
  • Loading branch information
marocchino committed Sep 18, 2023
1 parent 08f3d13 commit 2ea3bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/ffaker.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require_relative 'ffaker/version'
require 'pathname'

module FFaker
require_relative 'ffaker/utils/array_utils'
Expand Down
2 changes: 1 addition & 1 deletion scripts/reference.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
warning: '❗'
}.freeze

UTILS_MODULES = %i[ArrayUtils ModuleUtils RandomUtils Random].freeze
UTILS_MODULES = %i[ArrayUtils ModuleUtils RandomUtils Random Version].freeze
UTILS_METHODS = %i[k underscore fetch_sample rand shuffle unique luhn_check].freeze

# Get a list of sections
Expand Down

0 comments on commit 2ea3bcf

Please sign in to comment.