lcms-engine 0.5.3 → 0.5.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.codeship/setup.sh +16 -0
- data/.codeship/tests.sh +3 -0
- data/.gitignore +1 -0
- data/.overcommit.yml +1 -0
- data/.ruby-version +1 -1
- data/CHANGELOG.md +19 -2
- data/Dockerfile +3 -5
- data/Gemfile.lock +188 -205
- data/README.md +7 -2
- data/app/controllers/concerns/lcms/engine/reimportable.rb +9 -2
- data/app/javascript/components/admin/picker/pickerWindowWrapper.jsx +1 -0
- data/app/models/lcms/engine/resource.rb +2 -2
- data/app/models/lcms/engine/search/repository.rb +1 -1
- data/config/initializers/elasticsearch.rb +2 -1
- data/lcms-engine.gemspec +5 -4
- data/lib/lcms/engine/version.rb +1 -1
- data/yarn.lock +1816 -1716
- metadata +28 -25
- data/docker-compose.ror4.yml +0 -32
data/Gemfile.lock
CHANGED
@@ -10,7 +10,7 @@ GIT
|
|
10
10
|
PATH
|
11
11
|
remote: .
|
12
12
|
specs:
|
13
|
-
lcms-engine (0.5.
|
13
|
+
lcms-engine (0.5.5)
|
14
14
|
active_model_serializers (~> 0.10.10)
|
15
15
|
activejob-retry (~> 0.6.3)
|
16
16
|
acts-as-taggable-on (~> 7.0)
|
@@ -36,14 +36,15 @@ PATH
|
|
36
36
|
fog-aws (~> 3.5, >= 3.5.2)
|
37
37
|
font-awesome-sass (~> 5.12)
|
38
38
|
foundation-rails (~> 6.6, >= 6.6.1)
|
39
|
-
google-
|
39
|
+
google-apis-drive_v3 (~> 0.46)
|
40
|
+
google-apis-script_v1 (~> 0.21)
|
40
41
|
hiredis (~> 0.6.3)
|
41
42
|
httparty (~> 0.18)
|
42
43
|
jbuilder (~> 2.10)
|
43
44
|
jquery-rails (~> 4.3, >= 4.3.5)
|
44
45
|
js-routes (~> 1.4, >= 1.4.9)
|
45
|
-
lt-google-api (~> 0.
|
46
|
-
lt-lcms (~> 0.
|
46
|
+
lt-google-api (~> 0.3)
|
47
|
+
lt-lcms (~> 0.6)
|
47
48
|
migration_data (~> 0.6)
|
48
49
|
mini_magick (~> 4.10, >= 4.10.1)
|
49
50
|
nested_form (~> 0.3.2)
|
@@ -81,68 +82,68 @@ PATH
|
|
81
82
|
GEM
|
82
83
|
remote: https://rubygems.org/
|
83
84
|
specs:
|
84
|
-
actioncable (6.1.7)
|
85
|
-
actionpack (= 6.1.7)
|
86
|
-
activesupport (= 6.1.7)
|
85
|
+
actioncable (6.1.7.2)
|
86
|
+
actionpack (= 6.1.7.2)
|
87
|
+
activesupport (= 6.1.7.2)
|
87
88
|
nio4r (~> 2.0)
|
88
89
|
websocket-driver (>= 0.6.1)
|
89
|
-
actionmailbox (6.1.7)
|
90
|
-
actionpack (= 6.1.7)
|
91
|
-
activejob (= 6.1.7)
|
92
|
-
activerecord (= 6.1.7)
|
93
|
-
activestorage (= 6.1.7)
|
94
|
-
activesupport (= 6.1.7)
|
90
|
+
actionmailbox (6.1.7.2)
|
91
|
+
actionpack (= 6.1.7.2)
|
92
|
+
activejob (= 6.1.7.2)
|
93
|
+
activerecord (= 6.1.7.2)
|
94
|
+
activestorage (= 6.1.7.2)
|
95
|
+
activesupport (= 6.1.7.2)
|
95
96
|
mail (>= 2.7.1)
|
96
|
-
actionmailer (6.1.7)
|
97
|
-
actionpack (= 6.1.7)
|
98
|
-
actionview (= 6.1.7)
|
99
|
-
activejob (= 6.1.7)
|
100
|
-
activesupport (= 6.1.7)
|
97
|
+
actionmailer (6.1.7.2)
|
98
|
+
actionpack (= 6.1.7.2)
|
99
|
+
actionview (= 6.1.7.2)
|
100
|
+
activejob (= 6.1.7.2)
|
101
|
+
activesupport (= 6.1.7.2)
|
101
102
|
mail (~> 2.5, >= 2.5.4)
|
102
103
|
rails-dom-testing (~> 2.0)
|
103
|
-
actionpack (6.1.7)
|
104
|
-
actionview (= 6.1.7)
|
105
|
-
activesupport (= 6.1.7)
|
104
|
+
actionpack (6.1.7.2)
|
105
|
+
actionview (= 6.1.7.2)
|
106
|
+
activesupport (= 6.1.7.2)
|
106
107
|
rack (~> 2.0, >= 2.0.9)
|
107
108
|
rack-test (>= 0.6.3)
|
108
109
|
rails-dom-testing (~> 2.0)
|
109
110
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
110
|
-
actiontext (6.1.7)
|
111
|
-
actionpack (= 6.1.7)
|
112
|
-
activerecord (= 6.1.7)
|
113
|
-
activestorage (= 6.1.7)
|
114
|
-
activesupport (= 6.1.7)
|
111
|
+
actiontext (6.1.7.2)
|
112
|
+
actionpack (= 6.1.7.2)
|
113
|
+
activerecord (= 6.1.7.2)
|
114
|
+
activestorage (= 6.1.7.2)
|
115
|
+
activesupport (= 6.1.7.2)
|
115
116
|
nokogiri (>= 1.8.5)
|
116
|
-
actionview (6.1.7)
|
117
|
-
activesupport (= 6.1.7)
|
117
|
+
actionview (6.1.7.2)
|
118
|
+
activesupport (= 6.1.7.2)
|
118
119
|
builder (~> 3.1)
|
119
120
|
erubi (~> 1.4)
|
120
121
|
rails-dom-testing (~> 2.0)
|
121
122
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
122
|
-
active_model_serializers (0.10.
|
123
|
-
actionpack (>= 4.1
|
124
|
-
activemodel (>= 4.1
|
123
|
+
active_model_serializers (0.10.14)
|
124
|
+
actionpack (>= 4.1)
|
125
|
+
activemodel (>= 4.1)
|
125
126
|
case_transform (>= 0.2)
|
126
127
|
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
|
127
|
-
activejob (6.1.7)
|
128
|
-
activesupport (= 6.1.7)
|
128
|
+
activejob (6.1.7.2)
|
129
|
+
activesupport (= 6.1.7.2)
|
129
130
|
globalid (>= 0.3.6)
|
130
131
|
activejob-retry (0.6.3)
|
131
132
|
activejob (>= 4.2)
|
132
133
|
activesupport (>= 4.2)
|
133
|
-
activemodel (6.1.7)
|
134
|
-
activesupport (= 6.1.7)
|
135
|
-
activerecord (6.1.7)
|
136
|
-
activemodel (= 6.1.7)
|
137
|
-
activesupport (= 6.1.7)
|
138
|
-
activestorage (6.1.7)
|
139
|
-
actionpack (= 6.1.7)
|
140
|
-
activejob (= 6.1.7)
|
141
|
-
activerecord (= 6.1.7)
|
142
|
-
activesupport (= 6.1.7)
|
134
|
+
activemodel (6.1.7.2)
|
135
|
+
activesupport (= 6.1.7.2)
|
136
|
+
activerecord (6.1.7.2)
|
137
|
+
activemodel (= 6.1.7.2)
|
138
|
+
activesupport (= 6.1.7.2)
|
139
|
+
activestorage (6.1.7.2)
|
140
|
+
actionpack (= 6.1.7.2)
|
141
|
+
activejob (= 6.1.7.2)
|
142
|
+
activerecord (= 6.1.7.2)
|
143
|
+
activesupport (= 6.1.7.2)
|
143
144
|
marcel (~> 1.0)
|
144
145
|
mini_mime (>= 1.1.0)
|
145
|
-
activesupport (6.1.7)
|
146
|
+
activesupport (6.1.7.2)
|
146
147
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
147
148
|
i18n (>= 1.6, < 2)
|
148
149
|
minitest (>= 5.1)
|
@@ -150,53 +151,57 @@ GEM
|
|
150
151
|
zeitwerk (~> 2.3)
|
151
152
|
acts-as-taggable-on (7.0.0)
|
152
153
|
activerecord (>= 5.0, < 6.2)
|
153
|
-
acts_as_list (1.0
|
154
|
+
acts_as_list (1.1.0)
|
154
155
|
activerecord (>= 4.2)
|
155
|
-
addressable (2.8.
|
156
|
+
addressable (2.8.6)
|
156
157
|
public_suffix (>= 2.0.2, < 6.0)
|
157
|
-
airbrake (13.0.
|
158
|
+
airbrake (13.0.4)
|
158
159
|
airbrake-ruby (~> 6.0)
|
159
|
-
airbrake-ruby (6.2.
|
160
|
-
rbtree3 (~> 0.
|
160
|
+
airbrake-ruby (6.2.2)
|
161
|
+
rbtree3 (~> 0.6)
|
161
162
|
ast (2.4.2)
|
162
163
|
autoprefixer-rails (9.8.6.5)
|
163
164
|
execjs
|
164
|
-
aws-eventstream (1.
|
165
|
-
aws-partitions (1.
|
166
|
-
aws-record (2.
|
167
|
-
aws-sdk-dynamodb (~> 1.
|
168
|
-
aws-sdk-core (3.
|
169
|
-
aws-eventstream (~> 1, >= 1.0
|
165
|
+
aws-eventstream (1.3.0)
|
166
|
+
aws-partitions (1.864.0)
|
167
|
+
aws-record (2.13.0)
|
168
|
+
aws-sdk-dynamodb (~> 1, >= 1.85.0)
|
169
|
+
aws-sdk-core (3.190.0)
|
170
|
+
aws-eventstream (~> 1, >= 1.3.0)
|
170
171
|
aws-partitions (~> 1, >= 1.651.0)
|
171
|
-
aws-sigv4 (~> 1.
|
172
|
+
aws-sigv4 (~> 1.8)
|
172
173
|
jmespath (~> 1, >= 1.6.1)
|
173
|
-
aws-sdk-dynamodb (1.
|
174
|
-
aws-sdk-core (~> 3, >= 3.
|
174
|
+
aws-sdk-dynamodb (1.98.0)
|
175
|
+
aws-sdk-core (~> 3, >= 3.188.0)
|
175
176
|
aws-sigv4 (~> 1.1)
|
176
|
-
aws-sdk-kms (1.
|
177
|
-
aws-sdk-core (~> 3, >= 3.
|
177
|
+
aws-sdk-kms (1.74.0)
|
178
|
+
aws-sdk-core (~> 3, >= 3.188.0)
|
178
179
|
aws-sigv4 (~> 1.1)
|
179
|
-
aws-sdk-rails (3.
|
180
|
+
aws-sdk-rails (3.9.0)
|
180
181
|
aws-record (~> 2)
|
181
|
-
aws-sdk-ses (~> 1)
|
182
|
-
aws-sdk-
|
182
|
+
aws-sdk-ses (~> 1, >= 1.50.0)
|
183
|
+
aws-sdk-sesv2 (~> 1, >= 1.34.0)
|
184
|
+
aws-sdk-sqs (~> 1, >= 1.56.0)
|
183
185
|
aws-sessionstore-dynamodb (~> 2)
|
184
186
|
concurrent-ruby (~> 1)
|
185
187
|
railties (>= 5.2.0)
|
186
|
-
aws-sdk-s3 (1.
|
187
|
-
aws-sdk-core (~> 3, >= 3.
|
188
|
+
aws-sdk-s3 (1.141.0)
|
189
|
+
aws-sdk-core (~> 3, >= 3.189.0)
|
188
190
|
aws-sdk-kms (~> 1)
|
189
|
-
aws-sigv4 (~> 1.
|
190
|
-
aws-sdk-ses (1.
|
191
|
-
aws-sdk-core (~> 3, >= 3.
|
191
|
+
aws-sigv4 (~> 1.8)
|
192
|
+
aws-sdk-ses (1.58.0)
|
193
|
+
aws-sdk-core (~> 3, >= 3.188.0)
|
194
|
+
aws-sigv4 (~> 1.1)
|
195
|
+
aws-sdk-sesv2 (1.43.0)
|
196
|
+
aws-sdk-core (~> 3, >= 3.188.0)
|
192
197
|
aws-sigv4 (~> 1.1)
|
193
|
-
aws-sdk-sqs (1.
|
194
|
-
aws-sdk-core (~> 3, >= 3.
|
198
|
+
aws-sdk-sqs (1.69.0)
|
199
|
+
aws-sdk-core (~> 3, >= 3.188.0)
|
195
200
|
aws-sigv4 (~> 1.1)
|
196
|
-
aws-sessionstore-dynamodb (2.0
|
197
|
-
aws-sdk-dynamodb (~> 1)
|
201
|
+
aws-sessionstore-dynamodb (2.1.0)
|
202
|
+
aws-sdk-dynamodb (~> 1, >= 1.85.0)
|
198
203
|
rack (~> 2)
|
199
|
-
aws-sigv4 (1.
|
204
|
+
aws-sigv4 (1.8.0)
|
200
205
|
aws-eventstream (~> 1, >= 1.0.2)
|
201
206
|
axiom-types (0.1.1)
|
202
207
|
descendants_tracker (~> 0.0.4)
|
@@ -206,7 +211,9 @@ GEM
|
|
206
211
|
babel-transpiler (0.7.0)
|
207
212
|
babel-source (>= 4.0, < 6)
|
208
213
|
execjs (~> 2.0)
|
209
|
-
|
214
|
+
base64 (0.2.0)
|
215
|
+
bcrypt (3.1.20)
|
216
|
+
bigdecimal (3.1.4)
|
210
217
|
bitly (1.1.2)
|
211
218
|
httparty (>= 0.7.6)
|
212
219
|
multi_json (~> 1.3)
|
@@ -228,7 +235,7 @@ GEM
|
|
228
235
|
rack-test (>= 0.6.3)
|
229
236
|
regexp_parser (>= 1.5, < 3.0)
|
230
237
|
xpath (~> 3.2)
|
231
|
-
carrierwave (2.2.
|
238
|
+
carrierwave (2.2.5)
|
232
239
|
activemodel (>= 5.0.0)
|
233
240
|
activesupport (>= 5.0.0)
|
234
241
|
addressable (~> 2.6)
|
@@ -247,11 +254,11 @@ GEM
|
|
247
254
|
coderay (1.1.3)
|
248
255
|
coercible (1.0.0)
|
249
256
|
descendants_tracker (~> 0.0.1)
|
250
|
-
combine_pdf (1.0.
|
257
|
+
combine_pdf (1.0.24)
|
251
258
|
matrix
|
252
259
|
ruby-rc4 (>= 0.1.5)
|
253
|
-
concurrent-ruby (1.
|
254
|
-
connection_pool (2.
|
260
|
+
concurrent-ruby (1.2.2)
|
261
|
+
connection_pool (2.4.1)
|
255
262
|
crass (1.0.6)
|
256
263
|
daemons (1.4.1)
|
257
264
|
database_cleaner (1.99.0)
|
@@ -261,7 +268,7 @@ GEM
|
|
261
268
|
declarative (0.0.20)
|
262
269
|
descendants_tracker (0.0.4)
|
263
270
|
thread_safe (~> 0.3, >= 0.3.1)
|
264
|
-
devise (4.
|
271
|
+
devise (4.9.3)
|
265
272
|
bcrypt (~> 3.0)
|
266
273
|
orm_adapter (~> 0.1)
|
267
274
|
railties (>= 4.1.0)
|
@@ -269,16 +276,15 @@ GEM
|
|
269
276
|
warden (~> 1.2.3)
|
270
277
|
diff-lcs (1.5.0)
|
271
278
|
docile (1.4.0)
|
272
|
-
domain_name (0.
|
273
|
-
unf (>= 0.0.5, < 1.0.0)
|
279
|
+
domain_name (0.6.20231109)
|
274
280
|
dotenv (2.8.1)
|
275
281
|
dotenv-rails (2.8.1)
|
276
282
|
dotenv (= 2.8.1)
|
277
283
|
railties (>= 3.2)
|
278
|
-
elasticsearch (7.17.
|
279
|
-
elasticsearch-api (= 7.17.
|
280
|
-
elasticsearch-transport (= 7.17.
|
281
|
-
elasticsearch-api (7.17.
|
284
|
+
elasticsearch (7.17.10)
|
285
|
+
elasticsearch-api (= 7.17.10)
|
286
|
+
elasticsearch-transport (= 7.17.10)
|
287
|
+
elasticsearch-api (7.17.10)
|
282
288
|
multi_json
|
283
289
|
elasticsearch-dsl (0.1.10)
|
284
290
|
elasticsearch-model (7.2.1)
|
@@ -292,8 +298,8 @@ GEM
|
|
292
298
|
elasticsearch-model (= 7.2.1)
|
293
299
|
hashie
|
294
300
|
elasticsearch-rails (7.2.1)
|
295
|
-
elasticsearch-transport (7.17.
|
296
|
-
faraday (
|
301
|
+
elasticsearch-transport (7.17.10)
|
302
|
+
faraday (>= 1, < 3)
|
297
303
|
multi_json
|
298
304
|
email_spec (2.2.0)
|
299
305
|
htmlentities (~> 4.3.3)
|
@@ -303,37 +309,19 @@ GEM
|
|
303
309
|
erubi (1.11.0)
|
304
310
|
et-orbi (1.2.7)
|
305
311
|
tzinfo
|
306
|
-
excon (0.
|
307
|
-
execjs (2.
|
312
|
+
excon (0.105.0)
|
313
|
+
execjs (2.9.1)
|
308
314
|
factory_bot (5.2.0)
|
309
315
|
activesupport (>= 4.2.0)
|
310
316
|
faker (2.23.0)
|
311
317
|
i18n (>= 1.8.11, < 2)
|
312
|
-
faraday (
|
313
|
-
|
314
|
-
faraday-
|
315
|
-
faraday-excon (~> 1.1)
|
316
|
-
faraday-httpclient (~> 1.0)
|
317
|
-
faraday-multipart (~> 1.0)
|
318
|
-
faraday-net_http (~> 1.0)
|
319
|
-
faraday-net_http_persistent (~> 1.0)
|
320
|
-
faraday-patron (~> 1.0)
|
321
|
-
faraday-rack (~> 1.0)
|
322
|
-
faraday-retry (~> 1.0)
|
318
|
+
faraday (2.8.1)
|
319
|
+
base64
|
320
|
+
faraday-net_http (>= 2.0, < 3.1)
|
323
321
|
ruby2_keywords (>= 0.0.4)
|
324
|
-
faraday-
|
325
|
-
|
326
|
-
|
327
|
-
faraday-httpclient (1.0.1)
|
328
|
-
faraday-multipart (1.0.4)
|
329
|
-
multipart-post (~> 2)
|
330
|
-
faraday-net_http (1.0.1)
|
331
|
-
faraday-net_http_persistent (1.2.0)
|
332
|
-
faraday-patron (1.0.0)
|
333
|
-
faraday-rack (1.0.0)
|
334
|
-
faraday-retry (1.0.3)
|
335
|
-
ffi (1.15.5)
|
336
|
-
fog-aws (3.15.0)
|
322
|
+
faraday-net_http (3.0.2)
|
323
|
+
ffi (1.16.3)
|
324
|
+
fog-aws (3.21.0)
|
337
325
|
fog-core (~> 2.1)
|
338
326
|
fog-json (~> 1.1)
|
339
327
|
fog-xml (~> 0.1)
|
@@ -355,16 +343,12 @@ GEM
|
|
355
343
|
railties (>= 3.1.0)
|
356
344
|
sass (>= 3.3.0)
|
357
345
|
sprockets-es6 (>= 0.9.0)
|
358
|
-
fugit (1.
|
346
|
+
fugit (1.9.0)
|
359
347
|
et-orbi (~> 1, >= 1.2.7)
|
360
348
|
raabro (~> 1.4)
|
361
|
-
|
362
|
-
globalid (1.0.0)
|
349
|
+
globalid (1.0.1)
|
363
350
|
activesupport (>= 5.0)
|
364
|
-
google-
|
365
|
-
google-apis-core (~> 0.1)
|
366
|
-
google-apis-generator (~> 0.1)
|
367
|
-
google-apis-core (0.9.1)
|
351
|
+
google-apis-core (0.11.2)
|
368
352
|
addressable (~> 2.5, >= 2.5.1)
|
369
353
|
googleauth (>= 0.16.2, < 2.a)
|
370
354
|
httpclient (>= 2.8.1, < 3.a)
|
@@ -373,29 +357,27 @@ GEM
|
|
373
357
|
retriable (>= 2.0, < 4.a)
|
374
358
|
rexml
|
375
359
|
webrick
|
376
|
-
google-apis-
|
377
|
-
google-apis-core (>= 0.
|
378
|
-
google-apis-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
faraday (>= 0.17.3, < 2.0)
|
360
|
+
google-apis-drive_v3 (0.46.0)
|
361
|
+
google-apis-core (>= 0.11.0, < 2.a)
|
362
|
+
google-apis-script_v1 (0.21.0)
|
363
|
+
google-apis-core (>= 0.11.0, < 2.a)
|
364
|
+
google-cloud-env (2.1.0)
|
365
|
+
faraday (>= 1.0, < 3.a)
|
366
|
+
googleauth (1.9.1)
|
367
|
+
faraday (>= 1.0, < 3.a)
|
368
|
+
google-cloud-env (~> 2.1)
|
386
369
|
jwt (>= 1.4, < 3.0)
|
387
|
-
memoist (~> 0.16)
|
388
370
|
multi_json (~> 1.11)
|
389
371
|
os (>= 0.9, < 2.0)
|
390
|
-
signet (
|
372
|
+
signet (>= 0.16, < 2.a)
|
391
373
|
hashie (5.0.0)
|
392
374
|
hiredis (0.6.3)
|
393
375
|
htmlentities (4.3.4)
|
394
376
|
http-accept (1.7.0)
|
395
377
|
http-cookie (1.0.5)
|
396
378
|
domain_name (~> 0.5)
|
397
|
-
httparty (0.
|
398
|
-
|
379
|
+
httparty (0.21.0)
|
380
|
+
mini_mime (>= 1.0.0)
|
399
381
|
multi_xml (>= 0.5.2)
|
400
382
|
httpclient (2.8.3)
|
401
383
|
i18n (1.12.0)
|
@@ -409,7 +391,7 @@ GEM
|
|
409
391
|
actionview (>= 5.0.0)
|
410
392
|
activesupport (>= 5.0.0)
|
411
393
|
jmespath (1.6.2)
|
412
|
-
jquery-rails (4.
|
394
|
+
jquery-rails (4.6.0)
|
413
395
|
rails-dom-testing (>= 1, < 3)
|
414
396
|
railties (>= 4.2.0)
|
415
397
|
thor (>= 0.14, < 2.0)
|
@@ -417,38 +399,37 @@ GEM
|
|
417
399
|
railties (>= 4)
|
418
400
|
json (2.6.2)
|
419
401
|
jsonapi-renderer (0.2.2)
|
420
|
-
jwt (2.
|
402
|
+
jwt (2.7.1)
|
421
403
|
launchy (2.5.0)
|
422
404
|
addressable (~> 2.7)
|
423
|
-
loofah (2.19.
|
405
|
+
loofah (2.19.1)
|
424
406
|
crass (~> 1.0.2)
|
425
407
|
nokogiri (>= 1.5.9)
|
426
|
-
lt-google-api (0.
|
427
|
-
google-
|
428
|
-
googleauth (~>
|
429
|
-
lt-lcms (0.
|
430
|
-
google-
|
408
|
+
lt-google-api (0.3.0)
|
409
|
+
google-apis-drive_v3 (~> 0.46)
|
410
|
+
googleauth (~> 1.9)
|
411
|
+
lt-lcms (0.6.0)
|
412
|
+
google-apis-core (~> 0.11, >= 0.11.1)
|
431
413
|
httparty (~> 0.18)
|
432
|
-
lt-google-api (~> 0.
|
414
|
+
lt-google-api (~> 0.3)
|
433
415
|
nokogiri (~> 1.10, >= 1.10.8)
|
434
416
|
rubyzip (~> 2)
|
435
417
|
mail (2.7.1)
|
436
418
|
mini_mime (>= 0.1.1)
|
437
419
|
marcel (1.0.2)
|
438
420
|
matrix (0.4.2)
|
439
|
-
memoist (0.16.2)
|
440
421
|
method_source (1.0.0)
|
441
422
|
migration_data (0.6.0)
|
442
|
-
mime-types (3.
|
423
|
+
mime-types (3.5.1)
|
443
424
|
mime-types-data (~> 3.2015)
|
444
|
-
mime-types-data (3.
|
425
|
+
mime-types-data (3.2023.1205)
|
445
426
|
mini_magick (4.12.0)
|
446
|
-
mini_mime (1.1.
|
447
|
-
|
448
|
-
|
427
|
+
mini_mime (1.1.5)
|
428
|
+
mini_portile2 (2.8.5)
|
429
|
+
minitest (5.18.0)
|
430
|
+
mono_logger (1.1.2)
|
449
431
|
multi_json (1.15.0)
|
450
432
|
multi_xml (0.6.0)
|
451
|
-
multipart-post (2.2.3)
|
452
433
|
mustermann (3.0.0)
|
453
434
|
ruby2_keywords (~> 0.0.1)
|
454
435
|
nested_form (0.3.2)
|
@@ -458,9 +439,12 @@ GEM
|
|
458
439
|
nokogiri
|
459
440
|
tzinfo
|
460
441
|
nio4r (2.5.8)
|
461
|
-
nokogiri (1.
|
442
|
+
nokogiri (1.15.5)
|
443
|
+
mini_portile2 (~> 2.8.2)
|
444
|
+
racc (~> 1.4)
|
445
|
+
nokogiri (1.15.5-arm64-darwin)
|
462
446
|
racc (~> 1.4)
|
463
|
-
nokogiri (1.
|
447
|
+
nokogiri (1.15.5-x86_64-linux)
|
464
448
|
racc (~> 1.4)
|
465
449
|
oauth2 (1.4.11)
|
466
450
|
faraday (>= 0.17.3, < 3.0)
|
@@ -468,7 +452,8 @@ GEM
|
|
468
452
|
multi_json (~> 1.3)
|
469
453
|
multi_xml (~> 0.5)
|
470
454
|
rack (>= 1.2, < 4)
|
471
|
-
oj (3.
|
455
|
+
oj (3.16.3)
|
456
|
+
bigdecimal (>= 3.0)
|
472
457
|
oj_mimic_json (1.0.1)
|
473
458
|
orm_adapter (0.5.0)
|
474
459
|
os (1.1.4)
|
@@ -476,7 +461,7 @@ GEM
|
|
476
461
|
childprocess (>= 0.6.3, < 5)
|
477
462
|
iniparse (~> 1.4)
|
478
463
|
rexml (~> 3.2)
|
479
|
-
pandoc-ruby (2.1.
|
464
|
+
pandoc-ruby (2.1.10)
|
480
465
|
parallel (1.22.1)
|
481
466
|
parser (3.1.2.1)
|
482
467
|
ast (~> 2.4.1)
|
@@ -484,7 +469,7 @@ GEM
|
|
484
469
|
json (> 1.8.4)
|
485
470
|
rails (> 4.2.0)
|
486
471
|
sassc-rails (>= 2.1)
|
487
|
-
pg (1.4
|
472
|
+
pg (1.5.4)
|
488
473
|
pg_search (2.3.6)
|
489
474
|
activerecord (>= 5.2)
|
490
475
|
activesupport (>= 5.2)
|
@@ -498,41 +483,41 @@ GEM
|
|
498
483
|
pry (>= 0.10.4)
|
499
484
|
psych (4.0.6)
|
500
485
|
stringio
|
501
|
-
public_suffix (5.0.
|
486
|
+
public_suffix (5.0.4)
|
502
487
|
raabro (1.4.0)
|
503
|
-
racc (1.
|
504
|
-
rack (2.2.
|
488
|
+
racc (1.7.3)
|
489
|
+
rack (2.2.6.3)
|
505
490
|
rack-mini-profiler (2.3.4)
|
506
491
|
rack (>= 1.2.0)
|
507
|
-
rack-protection (3.0
|
508
|
-
rack
|
492
|
+
rack-protection (3.1.0)
|
493
|
+
rack (~> 2.2, >= 2.2.4)
|
509
494
|
rack-proxy (0.7.4)
|
510
495
|
rack
|
511
496
|
rack-test (2.0.2)
|
512
497
|
rack (>= 1.3)
|
513
|
-
rails (6.1.7)
|
514
|
-
actioncable (= 6.1.7)
|
515
|
-
actionmailbox (= 6.1.7)
|
516
|
-
actionmailer (= 6.1.7)
|
517
|
-
actionpack (= 6.1.7)
|
518
|
-
actiontext (= 6.1.7)
|
519
|
-
actionview (= 6.1.7)
|
520
|
-
activejob (= 6.1.7)
|
521
|
-
activemodel (= 6.1.7)
|
522
|
-
activerecord (= 6.1.7)
|
523
|
-
activestorage (= 6.1.7)
|
524
|
-
activesupport (= 6.1.7)
|
498
|
+
rails (6.1.7.2)
|
499
|
+
actioncable (= 6.1.7.2)
|
500
|
+
actionmailbox (= 6.1.7.2)
|
501
|
+
actionmailer (= 6.1.7.2)
|
502
|
+
actionpack (= 6.1.7.2)
|
503
|
+
actiontext (= 6.1.7.2)
|
504
|
+
actionview (= 6.1.7.2)
|
505
|
+
activejob (= 6.1.7.2)
|
506
|
+
activemodel (= 6.1.7.2)
|
507
|
+
activerecord (= 6.1.7.2)
|
508
|
+
activestorage (= 6.1.7.2)
|
509
|
+
activesupport (= 6.1.7.2)
|
525
510
|
bundler (>= 1.15.0)
|
526
|
-
railties (= 6.1.7)
|
511
|
+
railties (= 6.1.7.2)
|
527
512
|
sprockets-rails (>= 2.0.0)
|
528
513
|
rails-dom-testing (2.0.3)
|
529
514
|
activesupport (>= 4.2.0)
|
530
515
|
nokogiri (>= 1.6)
|
531
|
-
rails-html-sanitizer (1.4.
|
532
|
-
loofah (~> 2.
|
533
|
-
railties (6.1.7)
|
534
|
-
actionpack (= 6.1.7)
|
535
|
-
activesupport (= 6.1.7)
|
516
|
+
rails-html-sanitizer (1.4.4)
|
517
|
+
loofah (~> 2.19, >= 2.19.1)
|
518
|
+
railties (6.1.7.2)
|
519
|
+
actionpack (= 6.1.7.2)
|
520
|
+
activesupport (= 6.1.7.2)
|
536
521
|
method_source
|
537
522
|
rake (>= 12.2)
|
538
523
|
thor (~> 1.0)
|
@@ -545,32 +530,32 @@ GEM
|
|
545
530
|
rb-fsevent (0.11.2)
|
546
531
|
rb-inotify (0.10.1)
|
547
532
|
ffi (~> 1.0)
|
548
|
-
rbtree3 (0.7.
|
533
|
+
rbtree3 (0.7.1)
|
549
534
|
rdoc (6.4.0)
|
550
535
|
psych (>= 4.0.0)
|
551
|
-
react-rails (2.
|
536
|
+
react-rails (2.7.1)
|
552
537
|
babel-transpiler (>= 0.7.0)
|
553
538
|
connection_pool
|
554
539
|
execjs
|
555
540
|
railties (>= 3.2)
|
556
541
|
tilt
|
557
|
-
redis (4.8.
|
558
|
-
redis-namespace (1.
|
542
|
+
redis (4.8.1)
|
543
|
+
redis-namespace (1.11.0)
|
559
544
|
redis (>= 4)
|
560
545
|
regexp_parser (2.6.0)
|
561
546
|
representable (3.2.0)
|
562
547
|
declarative (< 0.1.0)
|
563
548
|
trailblazer-option (>= 0.1.1, < 0.2.0)
|
564
549
|
uber (< 0.2.0)
|
565
|
-
responders (3.
|
566
|
-
actionpack (>= 5.
|
567
|
-
railties (>= 5.
|
568
|
-
resque (2.
|
550
|
+
responders (3.1.1)
|
551
|
+
actionpack (>= 5.2)
|
552
|
+
railties (>= 5.2)
|
553
|
+
resque (2.6.0)
|
569
554
|
mono_logger (~> 1.0)
|
570
555
|
multi_json (~> 1.0)
|
571
556
|
redis-namespace (~> 1.6)
|
572
557
|
sinatra (>= 0.9.2)
|
573
|
-
resque-scheduler (4.
|
558
|
+
resque-scheduler (4.10.0)
|
574
559
|
mono_logger (~> 1.0)
|
575
560
|
redis (>= 3.3)
|
576
561
|
resque (>= 1.27)
|
@@ -581,7 +566,7 @@ GEM
|
|
581
566
|
mime-types (>= 1.16, < 4.0)
|
582
567
|
netrc (~> 0.8)
|
583
568
|
retriable (3.1.2)
|
584
|
-
rexml (3.2.
|
569
|
+
rexml (3.2.6)
|
585
570
|
rspec-core (3.11.0)
|
586
571
|
rspec-support (~> 3.11.0)
|
587
572
|
rspec-expectations (3.11.1)
|
@@ -613,15 +598,15 @@ GEM
|
|
613
598
|
parser (>= 3.1.1.0)
|
614
599
|
ruby-progressbar (1.11.0)
|
615
600
|
ruby-rc4 (0.1.5)
|
616
|
-
ruby-vips (2.
|
601
|
+
ruby-vips (2.2.0)
|
617
602
|
ffi (~> 1.12)
|
618
603
|
ruby2_keywords (0.0.5)
|
619
604
|
rubyzip (2.3.2)
|
620
|
-
rufus-scheduler (3.
|
605
|
+
rufus-scheduler (3.9.1)
|
621
606
|
fugit (~> 1.1, >= 1.1.6)
|
622
607
|
safe_attributes (1.0.10)
|
623
608
|
activerecord (>= 3.0.0)
|
624
|
-
sanitize (6.0.
|
609
|
+
sanitize (6.0.2)
|
625
610
|
crass (~> 1.0.2)
|
626
611
|
nokogiri (>= 1.12.0)
|
627
612
|
sass (3.7.4)
|
@@ -649,12 +634,12 @@ GEM
|
|
649
634
|
semantic_range (3.0.0)
|
650
635
|
shoulda-matchers (4.5.1)
|
651
636
|
activesupport (>= 4.2.0)
|
652
|
-
signet (0.
|
637
|
+
signet (0.18.0)
|
653
638
|
addressable (~> 2.8)
|
654
639
|
faraday (>= 0.17.5, < 3.a)
|
655
640
|
jwt (>= 1.5, < 3.0)
|
656
641
|
multi_json (~> 1.10)
|
657
|
-
simple_form (5.
|
642
|
+
simple_form (5.3.0)
|
658
643
|
actionpack (>= 5.2)
|
659
644
|
activemodel (>= 5.2)
|
660
645
|
simplecov (0.17.1)
|
@@ -662,10 +647,10 @@ GEM
|
|
662
647
|
json (>= 1.8, < 3)
|
663
648
|
simplecov-html (~> 0.10.0)
|
664
649
|
simplecov-html (0.10.2)
|
665
|
-
sinatra (3.0
|
650
|
+
sinatra (3.1.0)
|
666
651
|
mustermann (~> 3.0)
|
667
652
|
rack (~> 2.2, >= 2.2.4)
|
668
|
-
rack-protection (= 3.0
|
653
|
+
rack-protection (= 3.1.0)
|
669
654
|
tilt (~> 2.0)
|
670
655
|
spring (2.1.1)
|
671
656
|
spring-commands-rspec (1.0.4)
|
@@ -681,12 +666,12 @@ GEM
|
|
681
666
|
actionpack (>= 5.2)
|
682
667
|
activesupport (>= 5.2)
|
683
668
|
sprockets (>= 3.0.0)
|
684
|
-
ssrf_filter (1.1.
|
669
|
+
ssrf_filter (1.1.2)
|
685
670
|
staccato (0.5.3)
|
686
671
|
stringio (3.0.2)
|
687
672
|
thor (1.2.1)
|
688
673
|
thread_safe (0.3.6)
|
689
|
-
tilt (2.0
|
674
|
+
tilt (2.3.0)
|
690
675
|
traceroute (0.8.1)
|
691
676
|
rails (>= 3.0.0)
|
692
677
|
trailblazer-option (0.1.2)
|
@@ -694,12 +679,9 @@ GEM
|
|
694
679
|
turbolinks (5.2.1)
|
695
680
|
turbolinks-source (~> 5.2)
|
696
681
|
turbolinks-source (5.2.0)
|
697
|
-
tzinfo (2.0.
|
682
|
+
tzinfo (2.0.6)
|
698
683
|
concurrent-ruby (~> 1.0)
|
699
684
|
uber (0.1.0)
|
700
|
-
unf (0.1.4)
|
701
|
-
unf_ext
|
702
|
-
unf_ext (0.0.8.2)
|
703
685
|
unicode-display_width (2.3.0)
|
704
686
|
uniform_notifier (1.16.0)
|
705
687
|
validate_url (1.0.15)
|
@@ -716,12 +698,12 @@ GEM
|
|
716
698
|
nokogiri (~> 1.6)
|
717
699
|
rubyzip (>= 1.3.0)
|
718
700
|
selenium-webdriver (> 3.141, < 5.0)
|
719
|
-
webpacker (5.4.
|
701
|
+
webpacker (5.4.4)
|
720
702
|
activesupport (>= 5.2)
|
721
703
|
rack-proxy (>= 0.6.1)
|
722
704
|
railties (>= 5.2)
|
723
705
|
semantic_range (>= 2.3.0)
|
724
|
-
webrick (1.
|
706
|
+
webrick (1.8.1)
|
725
707
|
websocket-driver (0.7.5)
|
726
708
|
websocket-extensions (>= 0.1.0)
|
727
709
|
websocket-extensions (0.1.5)
|
@@ -732,10 +714,11 @@ GEM
|
|
732
714
|
activerecord (>= 4.2)
|
733
715
|
xpath (3.2.0)
|
734
716
|
nokogiri (~> 1.8)
|
735
|
-
zeitwerk (2.6.
|
717
|
+
zeitwerk (2.6.7)
|
736
718
|
|
737
719
|
PLATFORMS
|
738
720
|
arm64-darwin-21
|
721
|
+
ruby
|
739
722
|
x86_64-linux
|
740
723
|
|
741
724
|
DEPENDENCIES
|
@@ -765,4 +748,4 @@ DEPENDENCIES
|
|
765
748
|
wicked_pdf!
|
766
749
|
|
767
750
|
BUNDLED WITH
|
768
|
-
2.
|
751
|
+
2.4.22
|