|
1 | 1 | PATH
|
2 | 2 | remote: .
|
3 | 3 | specs:
|
4 |
| - parliament-routes (0.6.22) |
| 4 | + parliament-routes (0.6.23) |
5 | 5 |
|
6 | 6 | GEM
|
7 | 7 | remote: https://rubygems.org/
|
8 | 8 | specs:
|
9 |
| - actioncable (5.2.0) |
10 |
| - actionpack (= 5.2.0) |
| 9 | + actioncable (5.2.1) |
| 10 | + actionpack (= 5.2.1) |
11 | 11 | nio4r (~> 2.0)
|
12 | 12 | websocket-driver (>= 0.6.1)
|
13 |
| - actionmailer (5.2.0) |
14 |
| - actionpack (= 5.2.0) |
15 |
| - actionview (= 5.2.0) |
16 |
| - activejob (= 5.2.0) |
| 13 | + actionmailer (5.2.1) |
| 14 | + actionpack (= 5.2.1) |
| 15 | + actionview (= 5.2.1) |
| 16 | + activejob (= 5.2.1) |
17 | 17 | mail (~> 2.5, >= 2.5.4)
|
18 | 18 | rails-dom-testing (~> 2.0)
|
19 |
| - actionpack (5.2.0) |
20 |
| - actionview (= 5.2.0) |
21 |
| - activesupport (= 5.2.0) |
| 19 | + actionpack (5.2.1) |
| 20 | + actionview (= 5.2.1) |
| 21 | + activesupport (= 5.2.1) |
22 | 22 | rack (~> 2.0)
|
23 | 23 | rack-test (>= 0.6.3)
|
24 | 24 | rails-dom-testing (~> 2.0)
|
25 | 25 | rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
26 |
| - actionview (5.2.0) |
27 |
| - activesupport (= 5.2.0) |
| 26 | + actionview (5.2.1) |
| 27 | + activesupport (= 5.2.1) |
28 | 28 | builder (~> 3.1)
|
29 | 29 | erubi (~> 1.4)
|
30 | 30 | rails-dom-testing (~> 2.0)
|
31 | 31 | rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
32 |
| - activejob (5.2.0) |
33 |
| - activesupport (= 5.2.0) |
| 32 | + activejob (5.2.1) |
| 33 | + activesupport (= 5.2.1) |
34 | 34 | globalid (>= 0.3.6)
|
35 |
| - activemodel (5.2.0) |
36 |
| - activesupport (= 5.2.0) |
37 |
| - activerecord (5.2.0) |
38 |
| - activemodel (= 5.2.0) |
39 |
| - activesupport (= 5.2.0) |
| 35 | + activemodel (5.2.1) |
| 36 | + activesupport (= 5.2.1) |
| 37 | + activerecord (5.2.1) |
| 38 | + activemodel (= 5.2.1) |
| 39 | + activesupport (= 5.2.1) |
40 | 40 | arel (>= 9.0)
|
41 |
| - activestorage (5.2.0) |
42 |
| - actionpack (= 5.2.0) |
43 |
| - activerecord (= 5.2.0) |
| 41 | + activestorage (5.2.1) |
| 42 | + actionpack (= 5.2.1) |
| 43 | + activerecord (= 5.2.1) |
44 | 44 | marcel (~> 0.3.1)
|
45 |
| - activesupport (5.2.0) |
| 45 | + activesupport (5.2.1) |
46 | 46 | concurrent-ruby (~> 1.0, >= 1.0.2)
|
47 | 47 | i18n (>= 0.7, < 2)
|
48 | 48 | minitest (~> 5.1)
|
|
51 | 51 | public_suffix (>= 2.0.2, < 4.0)
|
52 | 52 | arel (9.0.0)
|
53 | 53 | builder (3.2.3)
|
54 |
| - capybara (3.3.1) |
| 54 | + capybara (3.10.1) |
55 | 55 | addressable
|
56 | 56 | mini_mime (>= 0.1.3)
|
57 | 57 | nokogiri (~> 1.8)
|
58 | 58 | rack (>= 1.6.0)
|
59 | 59 | rack-test (>= 0.6.3)
|
60 |
| - xpath (~> 3.1) |
61 |
| - concurrent-ruby (1.0.5) |
| 60 | + regexp_parser (~> 1.2) |
| 61 | + xpath (~> 3.2) |
| 62 | + concurrent-ruby (1.1.3) |
62 | 63 | crass (1.0.4)
|
63 | 64 | diff-lcs (1.3)
|
64 | 65 | erubi (1.7.1)
|
65 | 66 | globalid (0.4.1)
|
66 | 67 | activesupport (>= 4.2.0)
|
67 |
| - i18n (1.0.1) |
| 68 | + i18n (1.1.1) |
68 | 69 | concurrent-ruby (~> 1.0)
|
69 |
| - loofah (2.2.2) |
| 70 | + loofah (2.2.3) |
70 | 71 | crass (~> 1.0.2)
|
71 | 72 | nokogiri (>= 1.5.9)
|
72 |
| - mail (2.7.0) |
| 73 | + mail (2.7.1) |
73 | 74 | mini_mime (>= 0.1.1)
|
74 |
| - marcel (0.3.2) |
| 75 | + marcel (0.3.3) |
75 | 76 | mimemagic (~> 0.3.2)
|
76 |
| - method_source (0.9.0) |
| 77 | + method_source (0.9.1) |
77 | 78 | mimemagic (0.3.2)
|
78 |
| - mini_mime (1.0.0) |
| 79 | + mini_mime (1.0.1) |
79 | 80 | mini_portile2 (2.3.0)
|
80 | 81 | minitest (5.11.3)
|
81 | 82 | nio4r (2.3.1)
|
82 |
| - nokogiri (1.8.4) |
| 83 | + nokogiri (1.8.5) |
83 | 84 | mini_portile2 (~> 2.3.0)
|
84 |
| - public_suffix (3.0.2) |
85 |
| - rack (2.0.5) |
| 85 | + public_suffix (3.0.3) |
| 86 | + rack (2.0.6) |
86 | 87 | rack-test (1.1.0)
|
87 | 88 | rack (>= 1.0, < 3)
|
88 |
| - rails (5.2.0) |
89 |
| - actioncable (= 5.2.0) |
90 |
| - actionmailer (= 5.2.0) |
91 |
| - actionpack (= 5.2.0) |
92 |
| - actionview (= 5.2.0) |
93 |
| - activejob (= 5.2.0) |
94 |
| - activemodel (= 5.2.0) |
95 |
| - activerecord (= 5.2.0) |
96 |
| - activestorage (= 5.2.0) |
97 |
| - activesupport (= 5.2.0) |
| 89 | + rails (5.2.1) |
| 90 | + actioncable (= 5.2.1) |
| 91 | + actionmailer (= 5.2.1) |
| 92 | + actionpack (= 5.2.1) |
| 93 | + actionview (= 5.2.1) |
| 94 | + activejob (= 5.2.1) |
| 95 | + activemodel (= 5.2.1) |
| 96 | + activerecord (= 5.2.1) |
| 97 | + activestorage (= 5.2.1) |
| 98 | + activesupport (= 5.2.1) |
98 | 99 | bundler (>= 1.3.0)
|
99 |
| - railties (= 5.2.0) |
| 100 | + railties (= 5.2.1) |
100 | 101 | sprockets-rails (>= 2.0.0)
|
101 | 102 | rails-dom-testing (2.0.3)
|
102 | 103 | activesupport (>= 4.2.0)
|
103 | 104 | nokogiri (>= 1.6)
|
104 | 105 | rails-html-sanitizer (1.0.4)
|
105 | 106 | loofah (~> 2.2, >= 2.2.2)
|
106 |
| - railties (5.2.0) |
107 |
| - actionpack (= 5.2.0) |
108 |
| - activesupport (= 5.2.0) |
| 107 | + railties (5.2.1) |
| 108 | + actionpack (= 5.2.1) |
| 109 | + activesupport (= 5.2.1) |
109 | 110 | method_source
|
110 | 111 | rake (>= 0.8.7)
|
111 |
| - thor (>= 0.18.1, < 2.0) |
| 112 | + thor (>= 0.19.0, < 2.0) |
112 | 113 | rake (12.3.1)
|
113 |
| - rspec-core (3.7.1) |
114 |
| - rspec-support (~> 3.7.0) |
115 |
| - rspec-expectations (3.7.0) |
| 114 | + regexp_parser (1.2.0) |
| 115 | + rspec-core (3.8.0) |
| 116 | + rspec-support (~> 3.8.0) |
| 117 | + rspec-expectations (3.8.2) |
116 | 118 | diff-lcs (>= 1.2.0, < 2.0)
|
117 |
| - rspec-support (~> 3.7.0) |
118 |
| - rspec-mocks (3.7.0) |
| 119 | + rspec-support (~> 3.8.0) |
| 120 | + rspec-mocks (3.8.0) |
119 | 121 | diff-lcs (>= 1.2.0, < 2.0)
|
120 |
| - rspec-support (~> 3.7.0) |
121 |
| - rspec-rails (3.7.2) |
| 122 | + rspec-support (~> 3.8.0) |
| 123 | + rspec-rails (3.8.1) |
122 | 124 | actionpack (>= 3.0)
|
123 | 125 | activesupport (>= 3.0)
|
124 | 126 | railties (>= 3.0)
|
125 |
| - rspec-core (~> 3.7.0) |
126 |
| - rspec-expectations (~> 3.7.0) |
127 |
| - rspec-mocks (~> 3.7.0) |
128 |
| - rspec-support (~> 3.7.0) |
129 |
| - rspec-support (3.7.1) |
| 127 | + rspec-core (~> 3.8.0) |
| 128 | + rspec-expectations (~> 3.8.0) |
| 129 | + rspec-mocks (~> 3.8.0) |
| 130 | + rspec-support (~> 3.8.0) |
| 131 | + rspec-support (3.8.0) |
130 | 132 | sprockets (3.7.2)
|
131 | 133 | concurrent-ruby (~> 1.0)
|
132 | 134 | rack (> 1, < 3)
|
|
142 | 144 | websocket-driver (0.7.0)
|
143 | 145 | websocket-extensions (>= 0.1.0)
|
144 | 146 | websocket-extensions (0.1.3)
|
145 |
| - xpath (3.1.0) |
| 147 | + xpath (3.2.0) |
146 | 148 | nokogiri (~> 1.8)
|
147 | 149 |
|
148 | 150 | PLATFORMS
|
|
0 commit comments