Skip to content

Commit

Permalink
Added missing file format includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Sep 3, 2024
1 parent a958fd4 commit 4b83e14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/configsl/config.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# frozen_string_literal: true

require_relative 'dsl'
require_relative 'file_format/json'
require_relative 'file_format/yaml'
require_relative 'format'
require_relative 'from_environment'
require_relative 'from_file'
Expand Down

0 comments on commit 4b83e14

Please sign in to comment.