1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- capybara (2.5.0 )
5
- mime-types (>= 1.16 )
4
+ addressable (2.5.2 )
5
+ public_suffix (>= 2.0.2 , < 4.0 )
6
+ capybara (2.17.0 )
7
+ addressable
8
+ mini_mime (>= 0.1.3 )
6
9
nokogiri (>= 1.3.3 )
7
10
rack (>= 1.0.0 )
8
11
rack-test (>= 0.5.4 )
9
- xpath (~> 2.0 )
10
- coderay (1.1.0 )
11
- daemons (1.2.3 )
12
- diff-lcs (1.2.5 )
13
- eventmachine (1.0.8 )
14
- method_source (0.8.2 )
15
- mime-types (2.6.2 )
16
- mini_portile (0.6.2 )
17
- nokogiri (1.6.6.2 )
18
- mini_portile (~> 0.6.0 )
19
- pry (0.10.3 )
12
+ xpath (>= 2.0 , < 4.0 )
13
+ coderay (1.1.2 )
14
+ daemons (1.2.6 )
15
+ diff-lcs (1.3 )
16
+ eventmachine (1.2.5 )
17
+ method_source (0.9.0 )
18
+ mini_mime (1.0.0 )
19
+ mini_portile2 (2.3.0 )
20
+ mustermann (1.0.1 )
21
+ nokogiri (1.8.1 )
22
+ mini_portile2 (~> 2.3.0 )
23
+ pry (0.11.3 )
20
24
coderay (~> 1.1.0 )
21
- method_source (~> 0.8.1 )
22
- slop ( ~> 3.4 )
23
- rack (1.6.4 )
24
- rack-protection (1.5.3 )
25
+ method_source (~> 0.9.0 )
26
+ public_suffix ( 3.0.1 )
27
+ rack (2.0.3 )
28
+ rack-protection (2.0.0 )
25
29
rack
26
- rack-test (0.6.3 )
27
- rack (>= 1.0 )
28
- rake (10.4.2 )
29
- require_all (1.3.2 )
30
- rspec (3.3 .0 )
31
- rspec-core (~> 3.3 .0 )
32
- rspec-expectations (~> 3.3 .0 )
33
- rspec-mocks (~> 3.3 .0 )
34
- rspec-core (3.3.2 )
35
- rspec-support (~> 3.3 .0 )
36
- rspec-expectations (3.3.1 )
30
+ rack-test (0.8.2 )
31
+ rack (>= 1.0 , < 3 )
32
+ rake (12.3.0 )
33
+ require_all (1.5.0 )
34
+ rspec (3.7 .0 )
35
+ rspec-core (~> 3.7 .0 )
36
+ rspec-expectations (~> 3.7 .0 )
37
+ rspec-mocks (~> 3.7 .0 )
38
+ rspec-core (3.7.1 )
39
+ rspec-support (~> 3.7 .0 )
40
+ rspec-expectations (3.7.0 )
37
41
diff-lcs (>= 1.2.0 , < 2.0 )
38
- rspec-support (~> 3.3 .0 )
39
- rspec-mocks (3.3.2 )
42
+ rspec-support (~> 3.7 .0 )
43
+ rspec-mocks (3.7.0 )
40
44
diff-lcs (>= 1.2.0 , < 2.0 )
41
- rspec-support (~> 3.3 .0 )
42
- rspec-support (3.3 .0 )
43
- shotgun (0.9.1 )
45
+ rspec-support (~> 3.7 .0 )
46
+ rspec-support (3.7 .0 )
47
+ shotgun (0.9.2 )
44
48
rack (>= 1.0 )
45
- sinatra (1.4.6 )
46
- rack (~> 1.4 )
47
- rack-protection (~> 1.4 )
48
- tilt ( >= 1.3 , < 3 )
49
- slop ( 3.6 .0 )
50
- thin (1.6.4 )
49
+ sinatra (2.0.0 )
50
+ mustermann (~> 1.0 )
51
+ rack (~> 2.0 )
52
+ rack-protection ( = 2.0.0 )
53
+ tilt ( ~> 2 .0 )
54
+ thin (1.7.2 )
51
55
daemons (~> 1.0 , >= 1.0.9 )
52
56
eventmachine (~> 1.0 , >= 1.0.4 )
53
- rack (~> 1.0 )
54
- tilt (2.0.1 )
55
- xpath (2 .0.0 )
56
- nokogiri (~> 1.3 )
57
+ rack (>= 1 , < 3 )
58
+ tilt (2.0.8 )
59
+ xpath (3 .0.0 )
60
+ nokogiri (~> 1.8 )
57
61
58
62
PLATFORMS
59
63
ruby
@@ -70,4 +74,4 @@ DEPENDENCIES
70
74
thin
71
75
72
76
BUNDLED WITH
73
- 1.10.6
77
+ 1.16.0
0 commit comments