Skip to content

Commit

Permalink
Explicitly require pathname
Browse files Browse the repository at this point in the history
Bundler requires `pathname`, therefore it might not always be needed.
But it is right thing to not rely on Bundler internals.
  • Loading branch information
voxik committed Dec 9, 2024
1 parent 3b65f65 commit edb4243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/i18n/load_path_test.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'test_helper'
require 'pathname'

class I18nLoadPathTest < I18n::TestCase
def setup
Expand Down

0 comments on commit edb4243

Please sign in to comment.