|
3 | 3 | specs: |
4 | 4 | pinfirmable (0.1.5) |
5 | 5 | devise (~> 4.0) |
6 | | - rails (~> 5.0.0, >= 5.0.0.1) |
| 6 | + rails (>= 5.0.6, < 5.2) |
7 | 7 |
|
8 | 8 | GEM |
9 | 9 | remote: https://rubygems.org/ |
10 | 10 | specs: |
11 | | - actioncable (5.0.0.1) |
12 | | - actionpack (= 5.0.0.1) |
13 | | - nio4r (~> 1.2) |
| 11 | + actioncable (5.1.4) |
| 12 | + actionpack (= 5.1.4) |
| 13 | + nio4r (~> 2.0) |
14 | 14 | websocket-driver (~> 0.6.1) |
15 | | - actionmailer (5.0.0.1) |
16 | | - actionpack (= 5.0.0.1) |
17 | | - actionview (= 5.0.0.1) |
18 | | - activejob (= 5.0.0.1) |
| 15 | + actionmailer (5.1.4) |
| 16 | + actionpack (= 5.1.4) |
| 17 | + actionview (= 5.1.4) |
| 18 | + activejob (= 5.1.4) |
19 | 19 | mail (~> 2.5, >= 2.5.4) |
20 | 20 | rails-dom-testing (~> 2.0) |
21 | | - actionpack (5.0.0.1) |
22 | | - actionview (= 5.0.0.1) |
23 | | - activesupport (= 5.0.0.1) |
| 21 | + actionpack (5.1.4) |
| 22 | + actionview (= 5.1.4) |
| 23 | + activesupport (= 5.1.4) |
24 | 24 | rack (~> 2.0) |
25 | | - rack-test (~> 0.6.3) |
| 25 | + rack-test (>= 0.6.3) |
26 | 26 | rails-dom-testing (~> 2.0) |
27 | 27 | rails-html-sanitizer (~> 1.0, >= 1.0.2) |
28 | | - actionview (5.0.0.1) |
29 | | - activesupport (= 5.0.0.1) |
| 28 | + actionview (5.1.4) |
| 29 | + activesupport (= 5.1.4) |
30 | 30 | builder (~> 3.1) |
31 | | - erubis (~> 2.7.0) |
| 31 | + erubi (~> 1.4) |
32 | 32 | rails-dom-testing (~> 2.0) |
33 | | - rails-html-sanitizer (~> 1.0, >= 1.0.2) |
34 | | - activejob (5.0.0.1) |
35 | | - activesupport (= 5.0.0.1) |
| 33 | + rails-html-sanitizer (~> 1.0, >= 1.0.3) |
| 34 | + activejob (5.1.4) |
| 35 | + activesupport (= 5.1.4) |
36 | 36 | globalid (>= 0.3.6) |
37 | | - activemodel (5.0.0.1) |
38 | | - activesupport (= 5.0.0.1) |
39 | | - activerecord (5.0.0.1) |
40 | | - activemodel (= 5.0.0.1) |
41 | | - activesupport (= 5.0.0.1) |
42 | | - arel (~> 7.0) |
43 | | - activesupport (5.0.0.1) |
| 37 | + activemodel (5.1.4) |
| 38 | + activesupport (= 5.1.4) |
| 39 | + activerecord (5.1.4) |
| 40 | + activemodel (= 5.1.4) |
| 41 | + activesupport (= 5.1.4) |
| 42 | + arel (~> 8.0) |
| 43 | + activesupport (5.1.4) |
44 | 44 | concurrent-ruby (~> 1.0, >= 1.0.2) |
45 | 45 | i18n (~> 0.7) |
46 | 46 | minitest (~> 5.1) |
47 | 47 | tzinfo (~> 1.1) |
48 | | - addressable (2.4.0) |
49 | | - arel (7.1.4) |
| 48 | + addressable (2.5.2) |
| 49 | + public_suffix (>= 2.0.2, < 4.0) |
| 50 | + arel (8.0.0) |
50 | 51 | bcrypt (3.1.11) |
51 | | - builder (3.2.2) |
52 | | - capybara (2.8.1) |
| 52 | + builder (3.2.3) |
| 53 | + capybara (2.16.1) |
53 | 54 | addressable |
54 | | - mime-types (>= 1.16) |
| 55 | + mini_mime (>= 0.1.3) |
55 | 56 | nokogiri (>= 1.3.3) |
56 | 57 | rack (>= 1.0.0) |
57 | 58 | rack-test (>= 0.5.4) |
58 | 59 | xpath (~> 2.0) |
59 | | - concurrent-ruby (1.0.2) |
60 | | - devise (4.2.0) |
| 60 | + concurrent-ruby (1.0.5) |
| 61 | + crass (1.0.3) |
| 62 | + devise (4.3.0) |
61 | 63 | bcrypt (~> 3.0) |
62 | 64 | orm_adapter (~> 0.1) |
63 | | - railties (>= 4.1.0, < 5.1) |
| 65 | + railties (>= 4.1.0, < 5.2) |
64 | 66 | responders |
65 | 67 | warden (~> 1.2.3) |
66 | | - diff-lcs (1.2.5) |
67 | | - erubis (2.7.0) |
68 | | - globalid (0.3.7) |
69 | | - activesupport (>= 4.1.0) |
70 | | - i18n (0.7.0) |
71 | | - loofah (2.0.3) |
| 68 | + diff-lcs (1.3) |
| 69 | + erubi (1.7.0) |
| 70 | + globalid (0.4.1) |
| 71 | + activesupport (>= 4.2.0) |
| 72 | + i18n (0.9.1) |
| 73 | + concurrent-ruby (~> 1.0) |
| 74 | + loofah (2.1.1) |
| 75 | + crass (~> 1.0.2) |
72 | 76 | nokogiri (>= 1.5.9) |
73 | | - mail (2.6.4) |
74 | | - mime-types (>= 1.16, < 4) |
75 | | - method_source (0.8.2) |
76 | | - mime-types (3.1) |
77 | | - mime-types-data (~> 3.2015) |
78 | | - mime-types-data (3.2016.0521) |
79 | | - mini_portile2 (2.1.0) |
80 | | - minitest (5.9.0) |
81 | | - nio4r (1.2.1) |
82 | | - nokogiri (1.6.8) |
83 | | - mini_portile2 (~> 2.1.0) |
84 | | - pkg-config (~> 1.1.7) |
| 77 | + mail (2.7.0) |
| 78 | + mini_mime (>= 0.1.1) |
| 79 | + method_source (0.9.0) |
| 80 | + mini_mime (1.0.0) |
| 81 | + mini_portile2 (2.3.0) |
| 82 | + minitest (5.10.3) |
| 83 | + nio4r (2.1.0) |
| 84 | + nokogiri (1.8.1) |
| 85 | + mini_portile2 (~> 2.3.0) |
85 | 86 | orm_adapter (0.5.0) |
86 | | - pkg-config (1.1.7) |
87 | | - rack (2.0.1) |
88 | | - rack-test (0.6.3) |
89 | | - rack (>= 1.0) |
90 | | - rails (5.0.0.1) |
91 | | - actioncable (= 5.0.0.1) |
92 | | - actionmailer (= 5.0.0.1) |
93 | | - actionpack (= 5.0.0.1) |
94 | | - actionview (= 5.0.0.1) |
95 | | - activejob (= 5.0.0.1) |
96 | | - activemodel (= 5.0.0.1) |
97 | | - activerecord (= 5.0.0.1) |
98 | | - activesupport (= 5.0.0.1) |
99 | | - bundler (>= 1.3.0, < 2.0) |
100 | | - railties (= 5.0.0.1) |
| 87 | + public_suffix (3.0.1) |
| 88 | + rack (2.0.3) |
| 89 | + rack-test (0.8.2) |
| 90 | + rack (>= 1.0, < 3) |
| 91 | + rails (5.1.4) |
| 92 | + actioncable (= 5.1.4) |
| 93 | + actionmailer (= 5.1.4) |
| 94 | + actionpack (= 5.1.4) |
| 95 | + actionview (= 5.1.4) |
| 96 | + activejob (= 5.1.4) |
| 97 | + activemodel (= 5.1.4) |
| 98 | + activerecord (= 5.1.4) |
| 99 | + activesupport (= 5.1.4) |
| 100 | + bundler (>= 1.3.0) |
| 101 | + railties (= 5.1.4) |
101 | 102 | sprockets-rails (>= 2.0.0) |
102 | | - rails-dom-testing (2.0.1) |
103 | | - activesupport (>= 4.2.0, < 6.0) |
104 | | - nokogiri (~> 1.6.0) |
| 103 | + rails-dom-testing (2.0.3) |
| 104 | + activesupport (>= 4.2.0) |
| 105 | + nokogiri (>= 1.6) |
105 | 106 | rails-html-sanitizer (1.0.3) |
106 | 107 | loofah (~> 2.0) |
107 | | - railties (5.0.0.1) |
108 | | - actionpack (= 5.0.0.1) |
109 | | - activesupport (= 5.0.0.1) |
| 108 | + railties (5.1.4) |
| 109 | + actionpack (= 5.1.4) |
| 110 | + activesupport (= 5.1.4) |
110 | 111 | method_source |
111 | 112 | rake (>= 0.8.7) |
112 | 113 | thor (>= 0.18.1, < 2.0) |
113 | | - rake (11.2.2) |
114 | | - responders (2.3.0) |
115 | | - railties (>= 4.2.0, < 5.1) |
116 | | - rspec-core (3.5.2) |
117 | | - rspec-support (~> 3.5.0) |
118 | | - rspec-expectations (3.5.0) |
| 114 | + rake (12.3.0) |
| 115 | + responders (2.4.0) |
| 116 | + actionpack (>= 4.2.0, < 5.3) |
| 117 | + railties (>= 4.2.0, < 5.3) |
| 118 | + rspec-core (3.7.0) |
| 119 | + rspec-support (~> 3.7.0) |
| 120 | + rspec-expectations (3.7.0) |
119 | 121 | diff-lcs (>= 1.2.0, < 2.0) |
120 | | - rspec-support (~> 3.5.0) |
121 | | - rspec-mocks (3.5.0) |
| 122 | + rspec-support (~> 3.7.0) |
| 123 | + rspec-mocks (3.7.0) |
122 | 124 | diff-lcs (>= 1.2.0, < 2.0) |
123 | | - rspec-support (~> 3.5.0) |
124 | | - rspec-rails (3.5.1) |
| 125 | + rspec-support (~> 3.7.0) |
| 126 | + rspec-rails (3.7.2) |
125 | 127 | actionpack (>= 3.0) |
126 | 128 | activesupport (>= 3.0) |
127 | 129 | railties (>= 3.0) |
128 | | - rspec-core (~> 3.5.0) |
129 | | - rspec-expectations (~> 3.5.0) |
130 | | - rspec-mocks (~> 3.5.0) |
131 | | - rspec-support (~> 3.5.0) |
132 | | - rspec-support (3.5.0) |
| 130 | + rspec-core (~> 3.7.0) |
| 131 | + rspec-expectations (~> 3.7.0) |
| 132 | + rspec-mocks (~> 3.7.0) |
| 133 | + rspec-support (~> 3.7.0) |
| 134 | + rspec-support (3.7.0) |
133 | 135 | sprockets (3.7.1) |
134 | 136 | concurrent-ruby (~> 1.0) |
135 | 137 | rack (> 1, < 3) |
136 | | - sprockets-rails (3.2.0) |
| 138 | + sprockets-rails (3.2.1) |
137 | 139 | actionpack (>= 4.0) |
138 | 140 | activesupport (>= 4.0) |
139 | 141 | sprockets (>= 3.0.0) |
140 | | - sqlite3 (1.3.11) |
141 | | - thor (0.19.1) |
142 | | - thread_safe (0.3.5) |
143 | | - timecop (0.8.1) |
144 | | - tzinfo (1.2.2) |
| 142 | + sqlite3 (1.3.13) |
| 143 | + thor (0.20.0) |
| 144 | + thread_safe (0.3.6) |
| 145 | + timecop (0.9.1) |
| 146 | + tzinfo (1.2.4) |
145 | 147 | thread_safe (~> 0.1) |
146 | | - warden (1.2.6) |
| 148 | + warden (1.2.7) |
147 | 149 | rack (>= 1.0) |
148 | | - websocket-driver (0.6.4) |
| 150 | + websocket-driver (0.6.5) |
149 | 151 | websocket-extensions (>= 0.1.0) |
150 | | - websocket-extensions (0.1.2) |
151 | | - xpath (2.0.0) |
| 152 | + websocket-extensions (0.1.3) |
| 153 | + xpath (2.1.0) |
152 | 154 | nokogiri (~> 1.3) |
153 | 155 |
|
154 | 156 | PLATFORMS |
155 | 157 | ruby |
156 | 158 |
|
157 | 159 | DEPENDENCIES |
158 | | - capybara (~> 2.8.0) |
| 160 | + capybara (~> 2.16.1) |
159 | 161 | pinfirmable! |
160 | | - rspec-rails |
| 162 | + rspec-rails (~> 3.7) |
161 | 163 | sqlite3 |
162 | 164 | timecop |
163 | 165 |
|
164 | 166 | BUNDLED WITH |
165 | | - 1.13.6 |
| 167 | + 1.15.2 |
0 commit comments