1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- actionmailer (4.2.6 )
5
- actionpack (= 4.2.6 )
6
- actionview (= 4.2.6 )
7
- activejob (= 4.2.6 )
4
+ actioncable (5.0.0.beta3 )
5
+ actionpack (= 5.0.0.beta3 )
6
+ nio4r (~> 1.2 )
7
+ websocket-driver (~> 0.6.1 )
8
+ actionmailer (5.0.0.beta3 )
9
+ actionpack (= 5.0.0.beta3 )
10
+ actionview (= 5.0.0.beta3 )
11
+ activejob (= 5.0.0.beta3 )
8
12
mail (~> 2.5 , >= 2.5.4 )
9
13
rails-dom-testing (~> 1.0 , >= 1.0.5 )
10
- actionpack (4.2.6 )
11
- actionview (= 4.2.6 )
12
- activesupport (= 4.2.6 )
13
- rack (~> 1.6 )
14
- rack-test (~> 0.6.2 )
14
+ actionpack (5.0.0.beta3 )
15
+ actionview (= 5.0.0.beta3 )
16
+ activesupport (= 5.0.0.beta3 )
17
+ rack (~> 2.x )
18
+ rack-test (~> 0.6.3 )
15
19
rails-dom-testing (~> 1.0 , >= 1.0.5 )
16
20
rails-html-sanitizer (~> 1.0 , >= 1.0.2 )
17
- actionview (4.2.6 )
18
- activesupport (= 4.2.6 )
21
+ actionview (5.0.0.beta3 )
22
+ activesupport (= 5.0.0.beta3 )
19
23
builder (~> 3.1 )
20
24
erubis (~> 2.7.0 )
21
25
rails-dom-testing (~> 1.0 , >= 1.0.5 )
22
26
rails-html-sanitizer (~> 1.0 , >= 1.0.2 )
23
- activejob (4.2.6 )
24
- activesupport (= 4.2.6 )
25
- globalid (>= 0.3.0 )
26
- activemodel (4.2.6 )
27
- activesupport (= 4.2.6 )
28
- builder ( ~> 3.1 )
29
- activerecord ( 4.2.6 )
30
- activemodel (= 4.2.6 )
31
- activesupport ( = 4.2.6 )
32
- arel ( ~> 6.0 )
33
- activesupport ( 4.2.6 )
27
+ activejob (5.0.0.beta3 )
28
+ activesupport (= 5.0.0.beta3 )
29
+ globalid (>= 0.3.6 )
30
+ activemodel (5.0.0.beta3 )
31
+ activesupport (= 5.0.0.beta3 )
32
+ activerecord ( 5.0.0.beta3 )
33
+ activemodel ( = 5.0.0.beta3 )
34
+ activesupport (= 5.0.0.beta3 )
35
+ arel ( ~> 7.0 )
36
+ activesupport ( 5.0.0.beta3 )
37
+ concurrent-ruby ( ~> 1.0 )
34
38
i18n (~> 0.7 )
35
- json (~> 1.7 , >= 1.7.7 )
36
39
minitest (~> 5.1 )
37
- thread_safe (~> 0.3 , >= 0.3.4 )
38
40
tzinfo (~> 1.1 )
39
41
addressable (2.4.0 )
40
42
archive-zip (0.7.0 )
41
43
io-like (~> 0.3.0 )
42
- arel (6 .0.3 )
44
+ arel (7 .0.0 )
43
45
ast (2.2.0 )
44
46
autoprefixer-rails (6.3.6 )
45
47
execjs
60
62
bundler-audit (0.5.0 )
61
63
bundler (~> 1.2 )
62
64
thor (~> 0.18 )
63
- byebug (8.2.2 )
64
- capybara (2.6.2 )
65
+ byebug (8.2.3 )
66
+ capybara (2.7.0 )
65
67
addressable
66
68
mime-types (>= 1.16 )
67
69
nokogiri (>= 1.3.3 )
71
73
capybara-screenshot (1.0.12 )
72
74
capybara (>= 1.0 , < 3 )
73
75
launchy
74
- capybara-webkit (1.9 .0 )
75
- capybara (>= 2.3.0 , < 2.7 .0 )
76
+ capybara-webkit (1.10 .0 )
77
+ capybara (>= 2.3.0 , < 2.8 .0 )
76
78
json
77
79
childprocess (0.5.9 )
78
80
ffi (~> 1.0 , >= 1.0.11 )
139
141
mini_portile2 (2.0.0 )
140
142
minitest (5.8.4 )
141
143
multi_json (1.11.2 )
144
+ nio4r (1.2.1 )
142
145
nokogiri (1.6.7.2 )
143
146
mini_portile2 (~> 2.0.0.rc2 )
144
147
parser (2.3.0.7 )
@@ -168,21 +171,23 @@ GEM
168
171
pry-stack_explorer (0.4.9.2 )
169
172
binding_of_caller (>= 0.7 )
170
173
pry (>= 0.9.11 )
171
- puma (3.3.0 )
172
- rack (1.6.4 )
174
+ puma (3.4.0 )
175
+ rack (2.0.0.alpha )
176
+ json
173
177
rack-test (0.6.3 )
174
178
rack (>= 1.0 )
175
- rails (4.2.6 )
176
- actionmailer (= 4.2.6 )
177
- actionpack (= 4.2.6 )
178
- actionview (= 4.2.6 )
179
- activejob (= 4.2.6 )
180
- activemodel (= 4.2.6 )
181
- activerecord (= 4.2.6 )
182
- activesupport (= 4.2.6 )
179
+ rails (5.0.0.beta3 )
180
+ actioncable (= 5.0.0.beta3 )
181
+ actionmailer (= 5.0.0.beta3 )
182
+ actionpack (= 5.0.0.beta3 )
183
+ actionview (= 5.0.0.beta3 )
184
+ activejob (= 5.0.0.beta3 )
185
+ activemodel (= 5.0.0.beta3 )
186
+ activerecord (= 5.0.0.beta3 )
187
+ activesupport (= 5.0.0.beta3 )
183
188
bundler (>= 1.3.0 , < 2.0 )
184
- railties (= 4.2.6 )
185
- sprockets-rails
189
+ railties (= 5.0.0.beta3 )
190
+ sprockets-rails ( >= 2.0.0 )
186
191
rails-deprecated_sanitizer (1.0.3 )
187
192
activesupport (>= 4.2.0.alpha )
188
193
rails-dom-testing (1.0.7 )
196
201
rails_stdout_logging
197
202
rails_serve_static_assets (0.0.5 )
198
203
rails_stdout_logging (0.0.5 )
199
- railties (4.2.6 )
200
- actionpack (= 4.2.6 )
201
- activesupport (= 4.2.6 )
204
+ railties (5.0.0.beta3 )
205
+ actionpack (= 5.0.0.beta3 )
206
+ activesupport (= 5.0.0.beta3 )
207
+ method_source
202
208
rake (>= 0.8.7 )
203
209
thor (>= 0.18.1 , < 2.0 )
204
210
rainbow (2.1.0 )
@@ -212,25 +218,25 @@ GEM
212
218
rails (>= 3.2 )
213
219
rainbow (~> 2.1 )
214
220
ref (2.0.0 )
215
- rspec-core (3.4.4 )
216
- rspec-support (~> 3.4.0 )
217
- rspec-expectations (3.4.0 )
221
+ rspec-core (3.5.0.beta3 )
222
+ rspec-support (= 3.5.0.beta3 )
223
+ rspec-expectations (3.5.0.beta3 )
218
224
diff-lcs (>= 1.2.0 , < 2.0 )
219
- rspec-support (~> 3.4.0 )
220
- rspec-mocks (3.4.1 )
225
+ rspec-support (= 3.5.0.beta3 )
226
+ rspec-mocks (3.5.0.beta3 )
221
227
diff-lcs (>= 1.2.0 , < 2.0 )
222
- rspec-support (~> 3.4.0 )
223
- rspec-rails (3.4.2 )
224
- actionpack (>= 3.0 , < 4.3 )
225
- activesupport (>= 3.0 , < 4.3 )
226
- railties (>= 3.0 , < 4.3 )
227
- rspec-core (~> 3.4.0 )
228
- rspec-expectations (~> 3.4.0 )
229
- rspec-mocks (~> 3.4.0 )
230
- rspec-support (~> 3.4.0 )
228
+ rspec-support (= 3.5.0.beta3 )
229
+ rspec-rails (3.5.0.beta3 )
230
+ actionpack (>= 3.0 )
231
+ activesupport (>= 3.0 )
232
+ railties (>= 3.0 )
233
+ rspec-core (= 3.5.0.beta3 )
234
+ rspec-expectations (= 3.5.0.beta3 )
235
+ rspec-mocks (= 3.5.0.beta3 )
236
+ rspec-support (= 3.5.0.beta3 )
231
237
rspec-retry (0.4.5 )
232
238
rspec-core
233
- rspec-support (3.4.1 )
239
+ rspec-support (3.5.0.beta3 )
234
240
rubocop (0.39.0 )
235
241
parser (>= 2.3.0.7 , < 3.0 )
236
242
powerpack (~> 0.1 )
@@ -343,12 +349,12 @@ DEPENDENCIES
343
349
pry-rescue
344
350
pry-stack_explorer
345
351
puma
346
- rails (~> 4.2 )
352
+ rails (= 5.0.0.beta3 )
347
353
rails-html-sanitizer
348
354
rails_12factor
349
355
rainbow
350
356
react_on_rails (~> 5.1.1 )
351
- rspec-rails
357
+ rspec-rails ( = 3.5.0.beta3 )
352
358
rspec-retry
353
359
rubocop
354
360
ruby-lint
0 commit comments