rails_edge_test 1.1.0 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.envrc +2 -0
- data/.gitignore +4 -1
- data/.travis.yml +6 -3
- data/Appraisals +7 -0
- data/CHANGELOG.md +18 -4
- data/README.md +7 -0
- data/gemfiles/rails_5.2.gemfile +7 -0
- data/gemfiles/rails_5.2.gemfile.lock +149 -0
- data/gemfiles/rails_6.0.gemfile +7 -0
- data/gemfiles/rails_6.0.gemfile.lock +165 -0
- data/gemfiles/rspec_6.0.gemfile.lock +165 -0
- data/lib/rails_edge_test/configuration.rb +2 -1
- data/lib/rails_edge_test/dsl.rb +1 -0
- data/lib/rails_edge_test/dsl/action.rb +21 -2
- data/lib/rails_edge_test/dsl/controller.rb +1 -1
- data/lib/rails_edge_test/dsl/edge.rb +23 -3
- data/lib/rails_edge_test/runner.rb +1 -1
- data/lib/rails_edge_test/version.rb +1 -1
- data/nix/Gemfile +12 -0
- data/nix/Gemfile.lock +138 -0
- data/nix/gemset.nix +500 -0
- data/nix/sources.json +26 -0
- data/nix/sources.nix +134 -0
- data/nix/update-gemset.sh +7 -0
- data/rails_edge_test.gemspec +6 -6
- data/shell.nix +16 -0
- metadata +48 -20
data/nix/gemset.nix
ADDED
@@ -0,0 +1,500 @@
|
|
1
|
+
{
|
2
|
+
actioncable = {
|
3
|
+
dependencies = ["actionpack" "nio4r" "websocket-driver"];
|
4
|
+
groups = ["default" "development"];
|
5
|
+
platforms = [];
|
6
|
+
source = {
|
7
|
+
remotes = ["https://rubygems.org"];
|
8
|
+
sha256 = "0q4by8d41n972j8cdcddrwsh7qphcki50xvgm1syrawyck6w1f5v";
|
9
|
+
type = "gem";
|
10
|
+
};
|
11
|
+
version = "5.2.4.2";
|
12
|
+
};
|
13
|
+
actionmailer = {
|
14
|
+
dependencies = ["actionpack" "actionview" "activejob" "mail" "rails-dom-testing"];
|
15
|
+
groups = ["default" "development"];
|
16
|
+
platforms = [];
|
17
|
+
source = {
|
18
|
+
remotes = ["https://rubygems.org"];
|
19
|
+
sha256 = "0kg2nayy8wmxhfp52217h80yqr0mcg793xw3cjlfg9lkvdh0nb5z";
|
20
|
+
type = "gem";
|
21
|
+
};
|
22
|
+
version = "5.2.4.2";
|
23
|
+
};
|
24
|
+
actionpack = {
|
25
|
+
dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"];
|
26
|
+
groups = ["default" "development"];
|
27
|
+
platforms = [];
|
28
|
+
source = {
|
29
|
+
remotes = ["https://rubygems.org"];
|
30
|
+
sha256 = "1w1l9i6q9xns4yl41l582pyc5i1xi40yyyq802drm58gwylv3wax";
|
31
|
+
type = "gem";
|
32
|
+
};
|
33
|
+
version = "5.2.4.2";
|
34
|
+
};
|
35
|
+
actionview = {
|
36
|
+
dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"];
|
37
|
+
groups = ["default" "development"];
|
38
|
+
platforms = [];
|
39
|
+
source = {
|
40
|
+
remotes = ["https://rubygems.org"];
|
41
|
+
sha256 = "0fp3my6216lb9gp800s46y0404jwfl6xb3j9rvx4zf087497q8lp";
|
42
|
+
type = "gem";
|
43
|
+
};
|
44
|
+
version = "5.2.4.2";
|
45
|
+
};
|
46
|
+
activejob = {
|
47
|
+
dependencies = ["activesupport" "globalid"];
|
48
|
+
groups = ["default" "development"];
|
49
|
+
platforms = [];
|
50
|
+
source = {
|
51
|
+
remotes = ["https://rubygems.org"];
|
52
|
+
sha256 = "1qsvb89rwqrp779mvpn67qbzidg2q6d1fa8kwybvpc93nzb9zpvi";
|
53
|
+
type = "gem";
|
54
|
+
};
|
55
|
+
version = "5.2.4.2";
|
56
|
+
};
|
57
|
+
activemodel = {
|
58
|
+
dependencies = ["activesupport"];
|
59
|
+
groups = ["default" "development"];
|
60
|
+
platforms = [];
|
61
|
+
source = {
|
62
|
+
remotes = ["https://rubygems.org"];
|
63
|
+
sha256 = "0jcfdv00kmifj86d0z347nw55q1f8vwzr1aa9jrfnwz47ndi22di";
|
64
|
+
type = "gem";
|
65
|
+
};
|
66
|
+
version = "5.2.4.2";
|
67
|
+
};
|
68
|
+
activerecord = {
|
69
|
+
dependencies = ["activemodel" "activesupport" "arel"];
|
70
|
+
groups = ["default" "development"];
|
71
|
+
platforms = [];
|
72
|
+
source = {
|
73
|
+
remotes = ["https://rubygems.org"];
|
74
|
+
sha256 = "1yaqrh23c8krrjw6rvxv7pvnkpp46nk5aq9z2daby640si4xpmp5";
|
75
|
+
type = "gem";
|
76
|
+
};
|
77
|
+
version = "5.2.4.2";
|
78
|
+
};
|
79
|
+
activestorage = {
|
80
|
+
dependencies = ["actionpack" "activerecord" "marcel"];
|
81
|
+
groups = ["default" "development"];
|
82
|
+
platforms = [];
|
83
|
+
source = {
|
84
|
+
remotes = ["https://rubygems.org"];
|
85
|
+
sha256 = "1d51zp17c9k4brivm8y46rszcz07s5rb75gmkm0dpzg3rz3v38s9";
|
86
|
+
type = "gem";
|
87
|
+
};
|
88
|
+
version = "5.2.4.2";
|
89
|
+
};
|
90
|
+
activesupport = {
|
91
|
+
dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"];
|
92
|
+
groups = ["default" "development"];
|
93
|
+
platforms = [];
|
94
|
+
source = {
|
95
|
+
remotes = ["https://rubygems.org"];
|
96
|
+
sha256 = "0y1397g5xxinjyxjsdmp8c92yn0y3bd2hl4wbmmrpd08bggy6flc";
|
97
|
+
type = "gem";
|
98
|
+
};
|
99
|
+
version = "5.2.4.2";
|
100
|
+
};
|
101
|
+
arel = {
|
102
|
+
groups = ["default" "development"];
|
103
|
+
platforms = [];
|
104
|
+
source = {
|
105
|
+
remotes = ["https://rubygems.org"];
|
106
|
+
sha256 = "1jk7wlmkr61f6g36w9s2sn46nmdg6wn2jfssrhbhirv5x9n95nk0";
|
107
|
+
type = "gem";
|
108
|
+
};
|
109
|
+
version = "9.0.0";
|
110
|
+
};
|
111
|
+
builder = {
|
112
|
+
groups = ["default" "development"];
|
113
|
+
platforms = [];
|
114
|
+
source = {
|
115
|
+
remotes = ["https://rubygems.org"];
|
116
|
+
sha256 = "045wzckxpwcqzrjr353cxnyaxgf0qg22jh00dcx7z38cys5g1jlr";
|
117
|
+
type = "gem";
|
118
|
+
};
|
119
|
+
version = "3.2.4";
|
120
|
+
};
|
121
|
+
concurrent-ruby = {
|
122
|
+
groups = ["default" "development"];
|
123
|
+
platforms = [];
|
124
|
+
source = {
|
125
|
+
remotes = ["https://rubygems.org"];
|
126
|
+
sha256 = "094387x4yasb797mv07cs3g6f08y56virc2rjcpb1k79rzaj3nhl";
|
127
|
+
type = "gem";
|
128
|
+
};
|
129
|
+
version = "1.1.6";
|
130
|
+
};
|
131
|
+
crass = {
|
132
|
+
groups = ["default" "development"];
|
133
|
+
platforms = [];
|
134
|
+
source = {
|
135
|
+
remotes = ["https://rubygems.org"];
|
136
|
+
sha256 = "0pfl5c0pyqaparxaqxi6s4gfl21bdldwiawrc0aknyvflli60lfw";
|
137
|
+
type = "gem";
|
138
|
+
};
|
139
|
+
version = "1.0.6";
|
140
|
+
};
|
141
|
+
diff-lcs = {
|
142
|
+
groups = ["default" "development"];
|
143
|
+
platforms = [];
|
144
|
+
source = {
|
145
|
+
remotes = ["https://rubygems.org"];
|
146
|
+
sha256 = "18w22bjz424gzafv6nzv98h0aqkwz3d9xhm7cbr1wfbyas8zayza";
|
147
|
+
type = "gem";
|
148
|
+
};
|
149
|
+
version = "1.3";
|
150
|
+
};
|
151
|
+
erubi = {
|
152
|
+
groups = ["default" "development"];
|
153
|
+
platforms = [];
|
154
|
+
source = {
|
155
|
+
remotes = ["https://rubygems.org"];
|
156
|
+
sha256 = "1nwzxnqhr31fn7nbqmffcysvxjdfl3bhxi0bld5qqhcnfc1xd13x";
|
157
|
+
type = "gem";
|
158
|
+
};
|
159
|
+
version = "1.9.0";
|
160
|
+
};
|
161
|
+
globalid = {
|
162
|
+
dependencies = ["activesupport"];
|
163
|
+
groups = ["default" "development"];
|
164
|
+
platforms = [];
|
165
|
+
source = {
|
166
|
+
remotes = ["https://rubygems.org"];
|
167
|
+
sha256 = "1zkxndvck72bfw235bd9nl2ii0lvs5z88q14706cmn702ww2mxv1";
|
168
|
+
type = "gem";
|
169
|
+
};
|
170
|
+
version = "0.4.2";
|
171
|
+
};
|
172
|
+
i18n = {
|
173
|
+
dependencies = ["concurrent-ruby"];
|
174
|
+
groups = ["default" "development"];
|
175
|
+
platforms = [];
|
176
|
+
source = {
|
177
|
+
remotes = ["https://rubygems.org"];
|
178
|
+
sha256 = "0jwrd1l4mxz06iyx6053lr6hz2zy7ah2k3ranfzisvych5q19kwm";
|
179
|
+
type = "gem";
|
180
|
+
};
|
181
|
+
version = "1.8.2";
|
182
|
+
};
|
183
|
+
loofah = {
|
184
|
+
dependencies = ["crass" "nokogiri"];
|
185
|
+
groups = ["default" "development"];
|
186
|
+
platforms = [];
|
187
|
+
source = {
|
188
|
+
remotes = ["https://rubygems.org"];
|
189
|
+
sha256 = "0jk9fgn5ayzbqvzqm11gbkqvas77zdbpkvynlylyiwynclgrn040";
|
190
|
+
type = "gem";
|
191
|
+
};
|
192
|
+
version = "2.5.0";
|
193
|
+
};
|
194
|
+
mail = {
|
195
|
+
dependencies = ["mini_mime"];
|
196
|
+
groups = ["default" "development"];
|
197
|
+
platforms = [];
|
198
|
+
source = {
|
199
|
+
remotes = ["https://rubygems.org"];
|
200
|
+
sha256 = "00wwz6ys0502dpk8xprwcqfwyf3hmnx6lgxaiq6vj43mkx43sapc";
|
201
|
+
type = "gem";
|
202
|
+
};
|
203
|
+
version = "2.7.1";
|
204
|
+
};
|
205
|
+
marcel = {
|
206
|
+
dependencies = ["mimemagic"];
|
207
|
+
groups = ["default" "development"];
|
208
|
+
platforms = [];
|
209
|
+
source = {
|
210
|
+
remotes = ["https://rubygems.org"];
|
211
|
+
sha256 = "1nxbjmcyg8vlw6zwagf17l9y2mwkagmmkg95xybpn4bmf3rfnksx";
|
212
|
+
type = "gem";
|
213
|
+
};
|
214
|
+
version = "0.3.3";
|
215
|
+
};
|
216
|
+
method_source = {
|
217
|
+
groups = ["default" "development"];
|
218
|
+
platforms = [];
|
219
|
+
source = {
|
220
|
+
remotes = ["https://rubygems.org"];
|
221
|
+
sha256 = "1pnyh44qycnf9mzi1j6fywd5fkskv3x7nmsqrrws0rjn5dd4ayfp";
|
222
|
+
type = "gem";
|
223
|
+
};
|
224
|
+
version = "1.0.0";
|
225
|
+
};
|
226
|
+
mimemagic = {
|
227
|
+
groups = ["default" "development"];
|
228
|
+
platforms = [];
|
229
|
+
source = {
|
230
|
+
remotes = ["https://rubygems.org"];
|
231
|
+
sha256 = "0frrfvz52fh4v1sb2xr9pyxhrxm5f7jppqxagpmd7c5ific66l9p";
|
232
|
+
type = "gem";
|
233
|
+
};
|
234
|
+
version = "0.3.4";
|
235
|
+
};
|
236
|
+
mini_mime = {
|
237
|
+
groups = ["default" "development"];
|
238
|
+
platforms = [];
|
239
|
+
source = {
|
240
|
+
remotes = ["https://rubygems.org"];
|
241
|
+
sha256 = "1axm0rxyx3ss93wbmfkm78a6x03l8y4qy60rhkkiq0aza0vwq3ha";
|
242
|
+
type = "gem";
|
243
|
+
};
|
244
|
+
version = "1.0.2";
|
245
|
+
};
|
246
|
+
mini_portile2 = {
|
247
|
+
groups = ["default" "development"];
|
248
|
+
platforms = [];
|
249
|
+
source = {
|
250
|
+
remotes = ["https://rubygems.org"];
|
251
|
+
sha256 = "15zplpfw3knqifj9bpf604rb3wc1vhq6363pd6lvhayng8wql5vy";
|
252
|
+
type = "gem";
|
253
|
+
};
|
254
|
+
version = "2.4.0";
|
255
|
+
};
|
256
|
+
minitest = {
|
257
|
+
groups = ["default" "development"];
|
258
|
+
platforms = [];
|
259
|
+
source = {
|
260
|
+
remotes = ["https://rubygems.org"];
|
261
|
+
sha256 = "0g73x65hmjph8dg1h3rkzfg7ys3ffxm35hj35grw75fixmq53qyz";
|
262
|
+
type = "gem";
|
263
|
+
};
|
264
|
+
version = "5.14.0";
|
265
|
+
};
|
266
|
+
nio4r = {
|
267
|
+
groups = ["default" "development"];
|
268
|
+
platforms = [];
|
269
|
+
source = {
|
270
|
+
remotes = ["https://rubygems.org"];
|
271
|
+
sha256 = "0gnmvbryr521r135yz5bv8354m7xn6miiapfgpg1bnwsvxz8xj6c";
|
272
|
+
type = "gem";
|
273
|
+
};
|
274
|
+
version = "2.5.2";
|
275
|
+
};
|
276
|
+
nokogiri = {
|
277
|
+
dependencies = ["mini_portile2"];
|
278
|
+
groups = ["default" "development"];
|
279
|
+
platforms = [];
|
280
|
+
source = {
|
281
|
+
remotes = ["https://rubygems.org"];
|
282
|
+
sha256 = "12j76d0bp608932xkzmfi638c7aqah57l437q8494znzbj610qnm";
|
283
|
+
type = "gem";
|
284
|
+
};
|
285
|
+
version = "1.10.9";
|
286
|
+
};
|
287
|
+
rack = {
|
288
|
+
groups = ["default" "development"];
|
289
|
+
platforms = [];
|
290
|
+
source = {
|
291
|
+
remotes = ["https://rubygems.org"];
|
292
|
+
sha256 = "10mp9s48ssnw004aksq90gvhdvwczh8j6q82q2kqiqq92jd1zxbp";
|
293
|
+
type = "gem";
|
294
|
+
};
|
295
|
+
version = "2.2.2";
|
296
|
+
};
|
297
|
+
rack-test = {
|
298
|
+
dependencies = ["rack"];
|
299
|
+
groups = ["default" "development"];
|
300
|
+
platforms = [];
|
301
|
+
source = {
|
302
|
+
remotes = ["https://rubygems.org"];
|
303
|
+
sha256 = "0rh8h376mx71ci5yklnpqqn118z3bl67nnv5k801qaqn1zs62h8m";
|
304
|
+
type = "gem";
|
305
|
+
};
|
306
|
+
version = "1.1.0";
|
307
|
+
};
|
308
|
+
rails = {
|
309
|
+
dependencies = ["actioncable" "actionmailer" "actionpack" "actionview" "activejob" "activemodel" "activerecord" "activestorage" "activesupport" "railties" "sprockets-rails"];
|
310
|
+
groups = ["development"];
|
311
|
+
platforms = [];
|
312
|
+
source = {
|
313
|
+
remotes = ["https://rubygems.org"];
|
314
|
+
sha256 = "1x8k6n4yziwf386prhvr9d9plc9fwv0j8spw2bnmkwhf54v2ias4";
|
315
|
+
type = "gem";
|
316
|
+
};
|
317
|
+
version = "5.2.4.2";
|
318
|
+
};
|
319
|
+
rails-dom-testing = {
|
320
|
+
dependencies = ["activesupport" "nokogiri"];
|
321
|
+
groups = ["default" "development"];
|
322
|
+
platforms = [];
|
323
|
+
source = {
|
324
|
+
remotes = ["https://rubygems.org"];
|
325
|
+
sha256 = "1lfq2a7kp2x64dzzi5p4cjcbiv62vxh9lyqk2f0rqq3fkzrw8h5i";
|
326
|
+
type = "gem";
|
327
|
+
};
|
328
|
+
version = "2.0.3";
|
329
|
+
};
|
330
|
+
rails-html-sanitizer = {
|
331
|
+
dependencies = ["loofah"];
|
332
|
+
groups = ["default" "development"];
|
333
|
+
platforms = [];
|
334
|
+
source = {
|
335
|
+
remotes = ["https://rubygems.org"];
|
336
|
+
sha256 = "1icpqmxbppl4ynzmn6dx7wdil5hhq6fz707m9ya6d86c7ys8sd4f";
|
337
|
+
type = "gem";
|
338
|
+
};
|
339
|
+
version = "1.3.0";
|
340
|
+
};
|
341
|
+
railties = {
|
342
|
+
dependencies = ["actionpack" "activesupport" "method_source" "rake" "thor"];
|
343
|
+
groups = ["default" "development"];
|
344
|
+
platforms = [];
|
345
|
+
source = {
|
346
|
+
remotes = ["https://rubygems.org"];
|
347
|
+
sha256 = "1p2rnd1xdqlk19k3m5gd058yzvwjj25k5hwn4km683b5dhylpd16";
|
348
|
+
type = "gem";
|
349
|
+
};
|
350
|
+
version = "5.2.4.2";
|
351
|
+
};
|
352
|
+
rake = {
|
353
|
+
groups = ["development"];
|
354
|
+
platforms = [];
|
355
|
+
source = {
|
356
|
+
remotes = ["https://rubygems.org"];
|
357
|
+
sha256 = "0w6qza25bq1s825faaglkx1k6d59aiyjjk3yw3ip5sb463mhhai9";
|
358
|
+
type = "gem";
|
359
|
+
};
|
360
|
+
version = "13.0.1";
|
361
|
+
};
|
362
|
+
rspec = {
|
363
|
+
dependencies = ["rspec-core" "rspec-expectations" "rspec-mocks"];
|
364
|
+
groups = ["development"];
|
365
|
+
platforms = [];
|
366
|
+
source = {
|
367
|
+
remotes = ["https://rubygems.org"];
|
368
|
+
sha256 = "1hzsig4pi9ybr0xl5540m1swiyxa74c8h09225y5sdh2rjkkg84h";
|
369
|
+
type = "gem";
|
370
|
+
};
|
371
|
+
version = "3.9.0";
|
372
|
+
};
|
373
|
+
rspec-core = {
|
374
|
+
dependencies = ["rspec-support"];
|
375
|
+
groups = ["default" "development"];
|
376
|
+
platforms = [];
|
377
|
+
source = {
|
378
|
+
remotes = ["https://rubygems.org"];
|
379
|
+
sha256 = "1qzc1wdjb1qnbimjl8i1q1r1z5hdv2lmcw7ysz7jawj4d1cvpqvd";
|
380
|
+
type = "gem";
|
381
|
+
};
|
382
|
+
version = "3.9.1";
|
383
|
+
};
|
384
|
+
rspec-expectations = {
|
385
|
+
dependencies = ["diff-lcs" "rspec-support"];
|
386
|
+
groups = ["default" "development"];
|
387
|
+
platforms = [];
|
388
|
+
source = {
|
389
|
+
remotes = ["https://rubygems.org"];
|
390
|
+
sha256 = "0fjbwvq7qaz6h3sh1bs9q2qiy4zwcrc8f7xwv82dx2bc09dmqzhd";
|
391
|
+
type = "gem";
|
392
|
+
};
|
393
|
+
version = "3.9.1";
|
394
|
+
};
|
395
|
+
rspec-mocks = {
|
396
|
+
dependencies = ["diff-lcs" "rspec-support"];
|
397
|
+
groups = ["default" "development"];
|
398
|
+
platforms = [];
|
399
|
+
source = {
|
400
|
+
remotes = ["https://rubygems.org"];
|
401
|
+
sha256 = "19vmdqym1v2g1zbdnq37zwmyj87y9yc9ijwc8js55igvbb9hx0mr";
|
402
|
+
type = "gem";
|
403
|
+
};
|
404
|
+
version = "3.9.1";
|
405
|
+
};
|
406
|
+
rspec-support = {
|
407
|
+
groups = ["default" "development"];
|
408
|
+
platforms = [];
|
409
|
+
source = {
|
410
|
+
remotes = ["https://rubygems.org"];
|
411
|
+
sha256 = "1zwpyq1na23pvgacpxs2v9nwfbjbw6x3arca5j3l1xagigqmzhc3";
|
412
|
+
type = "gem";
|
413
|
+
};
|
414
|
+
version = "3.9.2";
|
415
|
+
};
|
416
|
+
sprockets = {
|
417
|
+
dependencies = ["concurrent-ruby" "rack"];
|
418
|
+
groups = ["default" "development"];
|
419
|
+
platforms = [];
|
420
|
+
source = {
|
421
|
+
remotes = ["https://rubygems.org"];
|
422
|
+
sha256 = "0jm37zpvvm1arxjwrd6am0wrdbfhrhc5y0l4p2i3p11z04bsvgap";
|
423
|
+
type = "gem";
|
424
|
+
};
|
425
|
+
version = "4.0.0";
|
426
|
+
};
|
427
|
+
sprockets-rails = {
|
428
|
+
dependencies = ["actionpack" "activesupport" "sprockets"];
|
429
|
+
groups = ["default" "development"];
|
430
|
+
platforms = [];
|
431
|
+
source = {
|
432
|
+
remotes = ["https://rubygems.org"];
|
433
|
+
sha256 = "0ab42pm8p5zxpv3sfraq45b9lj39cz9mrpdirm30vywzrwwkm5p1";
|
434
|
+
type = "gem";
|
435
|
+
};
|
436
|
+
version = "3.2.1";
|
437
|
+
};
|
438
|
+
sqlite3 = {
|
439
|
+
groups = ["development"];
|
440
|
+
platforms = [];
|
441
|
+
source = {
|
442
|
+
remotes = ["https://rubygems.org"];
|
443
|
+
sha256 = "0lja01cp9xd5m6vmx99zwn4r7s97r1w5cb76gqd8xhbm1wxyzf78";
|
444
|
+
type = "gem";
|
445
|
+
};
|
446
|
+
version = "1.4.2";
|
447
|
+
};
|
448
|
+
thor = {
|
449
|
+
groups = ["default" "development"];
|
450
|
+
platforms = [];
|
451
|
+
source = {
|
452
|
+
remotes = ["https://rubygems.org"];
|
453
|
+
sha256 = "1xbhkmyhlxwzshaqa7swy2bx6vd64mm0wrr8g3jywvxy7hg0cwkm";
|
454
|
+
type = "gem";
|
455
|
+
};
|
456
|
+
version = "1.0.1";
|
457
|
+
};
|
458
|
+
thread_safe = {
|
459
|
+
groups = ["default" "development"];
|
460
|
+
platforms = [];
|
461
|
+
source = {
|
462
|
+
remotes = ["https://rubygems.org"];
|
463
|
+
sha256 = "0nmhcgq6cgz44srylra07bmaw99f5271l0dpsvl5f75m44l0gmwy";
|
464
|
+
type = "gem";
|
465
|
+
};
|
466
|
+
version = "0.3.6";
|
467
|
+
};
|
468
|
+
tzinfo = {
|
469
|
+
dependencies = ["thread_safe"];
|
470
|
+
groups = ["default" "development"];
|
471
|
+
platforms = [];
|
472
|
+
source = {
|
473
|
+
remotes = ["https://rubygems.org"];
|
474
|
+
sha256 = "1i3jh086w1kbdj3k5l60lc3nwbanmzdf8yjj3mlrx9b2gjjxhi9r";
|
475
|
+
type = "gem";
|
476
|
+
};
|
477
|
+
version = "1.2.7";
|
478
|
+
};
|
479
|
+
websocket-driver = {
|
480
|
+
dependencies = ["websocket-extensions"];
|
481
|
+
groups = ["default" "development"];
|
482
|
+
platforms = [];
|
483
|
+
source = {
|
484
|
+
remotes = ["https://rubygems.org"];
|
485
|
+
sha256 = "1bxamwqldmy98hxs5pqby3andws14hl36ch78g0s81gaz9b91nj2";
|
486
|
+
type = "gem";
|
487
|
+
};
|
488
|
+
version = "0.7.1";
|
489
|
+
};
|
490
|
+
websocket-extensions = {
|
491
|
+
groups = ["default" "development"];
|
492
|
+
platforms = [];
|
493
|
+
source = {
|
494
|
+
remotes = ["https://rubygems.org"];
|
495
|
+
sha256 = "00i624ng1nvkz1yckj3f8yxxp6hi7xaqf40qh9q3hj2n1l9i8g6m";
|
496
|
+
type = "gem";
|
497
|
+
};
|
498
|
+
version = "0.1.4";
|
499
|
+
};
|
500
|
+
}
|