Skip to content

Commit

Permalink
Use Pathname v0.4.0
Browse files Browse the repository at this point in the history
Since the return values of some methods have changed, we use gem to fix the behavior.
  • Loading branch information
ksss committed Jan 26, 2025
1 parent 8057422 commit d6135c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ group :libs do
gem "dbm"
gem "mutex_m"
gem "nkf"
gem "pathname"
end

group :profilers do
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ GEM
parser (3.3.7.0)
ast (~> 2.4.1)
racc
pathname (0.4.0)
power_assert (2.0.5)
pstore (0.1.4)
psych (4.0.6)
Expand Down Expand Up @@ -177,6 +178,7 @@ DEPENDENCIES
net-smtp
nkf
ostruct
pathname
pstore
raap
rake
Expand Down

0 comments on commit d6135c9

Please sign in to comment.