Skip to content

Commit 017c792

Browse files
committed
fix
1 parent 4e6dde7 commit 017c792

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
source 'https://rubygems.org'
22

3-
ruby '3.3.5'
4-
53
gemspec
64

75
group :development, :test do

lib/br_danfe.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
require 'i18n'
1010
require 'br_documents'
1111

12-
Dir["#{File.dirname(__FILE__)}/**/*.rb"].each { |f| require f }
12+
Dir["#{File.dirname(__FILE__)}/**/*.rb"].sort.each { |f| require f } # rubocop:disable Lint/RedundantDirGlobSort
1313

1414
I18n.load_path << File.expand_path('../config/locales/pt-BR.yml', __dir__)
1515
I18n.available_locales = ['pt-BR']

0 commit comments

Comments
 (0)