Skip to content

Commit

Permalink
Remove unneeded require in lib/faker.rb (faker-ruby#2558)
Browse files Browse the repository at this point in the history
The version of the dependency i18n has to be at least 1.8.11, so this
`require` can be safely removed.
  • Loading branch information
Dany Marcoux authored and sudeeptarlekar committed Oct 7, 2022
1 parent ceec1ab commit 239b1c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/faker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

require 'psych'
require 'i18n'
require 'set' # Fixes a bug in i18n 0.6.11

Dir.glob(File.join(mydir, 'helpers', '*.rb')).sort.each { |file| require file }

Expand Down

0 comments on commit 239b1c3

Please sign in to comment.