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.
2 parents 0bb847f + 5c61830 commit 7ac96acCopy full SHA for 7ac96ac
Gemfile
@@ -21,6 +21,7 @@ group :test do
21
gem "rake-compiler"
22
gem "steep"
23
gem "test-unit"
24
+ gem "uri", ">= 1.0.3"
25
end
26
27
gemspec path: "./_gem/"
Gemfile.lock
@@ -156,7 +156,7 @@ GEM
156
unparser (0.6.15)
157
diff-lcs (~> 1.3)
158
parser (>= 3.3.0)
159
- uri (1.0.2)
+ uri (1.0.3)
160
yard (0.9.37)
161
162
PLATFORMS
@@ -177,6 +177,7 @@ DEPENDENCIES
177
serverspec
178
steep
179
test-unit
180
+ uri (>= 1.0.3)
181
yard
182
183
BUNDLED WITH
0 commit comments