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 d9ba437 commit dd58da1Copy full SHA for dd58da1
Gemfile
@@ -4,3 +4,4 @@ gemspec
4
5
gem "rake"
6
gem "test-unit"
7
+gem "webrick"
Gemfile.lock
@@ -1,15 +1,24 @@
1
PATH
2
remote: .
3
specs:
- net-http (0.1.0)
+ net-http (0.1.1)
+ net-protocol
+ uri
8
GEM
9
remote: https://rubygems.org/
10
11
+ io-wait (0.1.0)
12
+ net-protocol (0.1.0)
13
+ io-wait
14
+ timeout
15
power_assert (1.1.5)
16
rake (13.0.1)
17
test-unit (3.3.5)
18
power_assert
19
+ timeout (0.1.1)
20
+ uri (0.10.1)
21
+ webrick (1.7.0)
22
23
PLATFORMS
24
ruby
@@ -18,6 +27,7 @@ DEPENDENCIES
27
net-http!
28
rake
29
test-unit
30
+ webrick
31
32
BUNDLED WITH
33
2.1.4
0 commit comments