We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8057422 commit d6135c9Copy full SHA for d6135c9
Gemfile
@@ -29,6 +29,7 @@ group :libs do
29
gem "dbm"
30
gem "mutex_m"
31
gem "nkf"
32
+ gem "pathname"
33
end
34
35
group :profilers do
Gemfile.lock
@@ -71,6 +71,7 @@ GEM
71
parser (3.3.7.0)
72
ast (~> 2.4.1)
73
racc
74
+ pathname (0.4.0)
75
power_assert (2.0.5)
76
pstore (0.1.4)
77
psych (4.0.6)
@@ -177,6 +178,7 @@ DEPENDENCIES
177
178
net-smtp
179
nkf
180
ostruct
181
+ pathname
182
pstore
183
raap
184
rake
0 commit comments