Skip to content

Commit 1a255e9

Browse files
committed
Run $ docker-compose run --no-deps web bundle
1 parent d07be0a commit 1a255e9

File tree

1 file changed

+74
-74
lines changed

1 file changed

+74
-74
lines changed

Gemfile.lock

+74-74
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.0.3.1)
5-
actionpack (= 6.0.3.1)
4+
actioncable (6.0.3.2)
5+
actionpack (= 6.0.3.2)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailbox (6.0.3.1)
9-
actionpack (= 6.0.3.1)
10-
activejob (= 6.0.3.1)
11-
activerecord (= 6.0.3.1)
12-
activestorage (= 6.0.3.1)
13-
activesupport (= 6.0.3.1)
8+
actionmailbox (6.0.3.2)
9+
actionpack (= 6.0.3.2)
10+
activejob (= 6.0.3.2)
11+
activerecord (= 6.0.3.2)
12+
activestorage (= 6.0.3.2)
13+
activesupport (= 6.0.3.2)
1414
mail (>= 2.7.1)
15-
actionmailer (6.0.3.1)
16-
actionpack (= 6.0.3.1)
17-
actionview (= 6.0.3.1)
18-
activejob (= 6.0.3.1)
15+
actionmailer (6.0.3.2)
16+
actionpack (= 6.0.3.2)
17+
actionview (= 6.0.3.2)
18+
activejob (= 6.0.3.2)
1919
mail (~> 2.5, >= 2.5.4)
2020
rails-dom-testing (~> 2.0)
21-
actionpack (6.0.3.1)
22-
actionview (= 6.0.3.1)
23-
activesupport (= 6.0.3.1)
21+
actionpack (6.0.3.2)
22+
actionview (= 6.0.3.2)
23+
activesupport (= 6.0.3.2)
2424
rack (~> 2.0, >= 2.0.8)
2525
rack-test (>= 0.6.3)
2626
rails-dom-testing (~> 2.0)
2727
rails-html-sanitizer (~> 1.0, >= 1.2.0)
28-
actiontext (6.0.3.1)
29-
actionpack (= 6.0.3.1)
30-
activerecord (= 6.0.3.1)
31-
activestorage (= 6.0.3.1)
32-
activesupport (= 6.0.3.1)
28+
actiontext (6.0.3.2)
29+
actionpack (= 6.0.3.2)
30+
activerecord (= 6.0.3.2)
31+
activestorage (= 6.0.3.2)
32+
activesupport (= 6.0.3.2)
3333
nokogiri (>= 1.8.5)
34-
actionview (6.0.3.1)
35-
activesupport (= 6.0.3.1)
34+
actionview (6.0.3.2)
35+
activesupport (= 6.0.3.2)
3636
builder (~> 3.1)
3737
erubi (~> 1.4)
3838
rails-dom-testing (~> 2.0)
@@ -42,21 +42,21 @@ GEM
4242
activemodel (>= 4.1, < 6.1)
4343
case_transform (>= 0.2)
4444
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
45-
activejob (6.0.3.1)
46-
activesupport (= 6.0.3.1)
45+
activejob (6.0.3.2)
46+
activesupport (= 6.0.3.2)
4747
globalid (>= 0.3.6)
48-
activemodel (6.0.3.1)
49-
activesupport (= 6.0.3.1)
50-
activerecord (6.0.3.1)
51-
activemodel (= 6.0.3.1)
52-
activesupport (= 6.0.3.1)
53-
activestorage (6.0.3.1)
54-
actionpack (= 6.0.3.1)
55-
activejob (= 6.0.3.1)
56-
activerecord (= 6.0.3.1)
48+
activemodel (6.0.3.2)
49+
activesupport (= 6.0.3.2)
50+
activerecord (6.0.3.2)
51+
activemodel (= 6.0.3.2)
52+
activesupport (= 6.0.3.2)
53+
activestorage (6.0.3.2)
54+
actionpack (= 6.0.3.2)
55+
activejob (= 6.0.3.2)
56+
activerecord (= 6.0.3.2)
5757
marcel (~> 0.3.1)
5858
activestorage-cloudinary-service (0.2.3)
59-
activesupport (6.0.3.1)
59+
activesupport (6.0.3.2)
6060
concurrent-ruby (~> 1.0, >= 1.0.2)
6161
i18n (>= 0.7, < 2)
6262
minitest (~> 5.1)
@@ -72,31 +72,31 @@ GEM
7272
byebug (11.1.3)
7373
case_transform (0.2)
7474
activesupport
75-
cloudinary (1.14.0)
75+
cloudinary (1.16.1)
7676
aws_cf_signer
7777
rest-client
7878
concurrent-ruby (1.1.6)
7979
crass (1.0.6)
8080
database_cleaner (1.8.5)
81-
diff-lcs (1.3)
81+
diff-lcs (1.4.4)
8282
docker-postgres-rails (0.0.1)
8383
domain_name (0.5.20190701)
8484
unf (>= 0.0.5, < 1.0.0)
8585
erubi (1.9.0)
86-
factory_bot (5.2.0)
87-
activesupport (>= 4.2.0)
88-
factory_bot_rails (5.2.0)
89-
factory_bot (~> 5.2.0)
90-
railties (>= 4.2.0)
91-
faker (2.11.0)
86+
factory_bot (6.1.0)
87+
activesupport (>= 5.0.0)
88+
factory_bot_rails (6.1.0)
89+
factory_bot (~> 6.1.0)
90+
railties (>= 5.0.0)
91+
faker (2.13.0)
9292
i18n (>= 1.6, < 2)
93-
ffi (1.12.2)
93+
ffi (1.13.1)
9494
globalid (0.4.2)
9595
activesupport (>= 4.2.0)
9696
http-accept (1.7.0)
9797
http-cookie (1.0.3)
9898
domain_name (~> 0.5)
99-
i18n (1.8.2)
99+
i18n (1.8.3)
100100
concurrent-ruby (~> 1.0)
101101
json-schema (2.8.1)
102102
addressable (>= 2.4)
@@ -127,7 +127,7 @@ GEM
127127
logstash-event (1.2.02)
128128
logstash-logger (0.26.1)
129129
logstash-event (~> 1.2)
130-
loofah (2.5.0)
130+
loofah (2.6.0)
131131
crass (~> 1.0.2)
132132
nokogiri (>= 1.5.9)
133133
mail (2.7.1)
@@ -145,48 +145,48 @@ GEM
145145
msgpack (1.3.3)
146146
netrc (0.11.0)
147147
nio4r (2.5.2)
148-
nokogiri (1.10.9)
148+
nokogiri (1.10.10)
149149
mini_portile2 (~> 2.4.0)
150150
pg (1.2.3)
151151
public_suffix (4.0.5)
152152
puma (4.3.5)
153153
nio4r (~> 2.0)
154154
rack (2.2.3)
155-
rack-cache (1.11.1)
155+
rack-cache (1.12.0)
156156
rack (>= 0.4)
157157
rack-test (1.1.0)
158158
rack (>= 1.0, < 3)
159-
rails (6.0.3.1)
160-
actioncable (= 6.0.3.1)
161-
actionmailbox (= 6.0.3.1)
162-
actionmailer (= 6.0.3.1)
163-
actionpack (= 6.0.3.1)
164-
actiontext (= 6.0.3.1)
165-
actionview (= 6.0.3.1)
166-
activejob (= 6.0.3.1)
167-
activemodel (= 6.0.3.1)
168-
activerecord (= 6.0.3.1)
169-
activestorage (= 6.0.3.1)
170-
activesupport (= 6.0.3.1)
159+
rails (6.0.3.2)
160+
actioncable (= 6.0.3.2)
161+
actionmailbox (= 6.0.3.2)
162+
actionmailer (= 6.0.3.2)
163+
actionpack (= 6.0.3.2)
164+
actiontext (= 6.0.3.2)
165+
actionview (= 6.0.3.2)
166+
activejob (= 6.0.3.2)
167+
activemodel (= 6.0.3.2)
168+
activerecord (= 6.0.3.2)
169+
activestorage (= 6.0.3.2)
170+
activesupport (= 6.0.3.2)
171171
bundler (>= 1.3.0)
172-
railties (= 6.0.3.1)
172+
railties (= 6.0.3.2)
173173
sprockets-rails (>= 2.0.0)
174174
rails-dom-testing (2.0.3)
175175
activesupport (>= 4.2.0)
176176
nokogiri (>= 1.6)
177177
rails-html-sanitizer (1.3.0)
178178
loofah (~> 2.3)
179-
railties (6.0.3.1)
180-
actionpack (= 6.0.3.1)
181-
activesupport (= 6.0.3.1)
179+
railties (6.0.3.2)
180+
actionpack (= 6.0.3.2)
181+
activesupport (= 6.0.3.2)
182182
method_source
183183
rake (>= 0.8.7)
184184
thor (>= 0.20.3, < 2.0)
185185
rake (13.0.1)
186186
rb-fsevent (0.10.4)
187187
rb-inotify (0.10.1)
188188
ffi (~> 1.0)
189-
redis (4.1.4)
189+
redis (4.2.1)
190190
redis-actionpack (5.2.0)
191191
actionpack (>= 5, < 7)
192192
redis-rack (>= 2.1.0, < 3)
@@ -206,7 +206,7 @@ GEM
206206
redis-actionpack (>= 5.0, < 6)
207207
redis-activesupport (>= 5.0, < 6)
208208
redis-store (>= 1.2, < 2)
209-
redis-store (1.8.2)
209+
redis-store (1.9.0)
210210
redis (>= 4, < 5)
211211
request_store (1.5.0)
212212
rack (>= 1.4)
@@ -246,7 +246,7 @@ GEM
246246
spring-watcher-listen (2.0.1)
247247
listen (>= 2.7, < 4.0)
248248
spring (>= 1.2, < 3.0)
249-
sprockets (4.0.0)
249+
sprockets (4.0.2)
250250
concurrent-ruby (~> 1.0)
251251
rack (> 1, < 3)
252252
sprockets-rails (3.2.1)
@@ -260,10 +260,10 @@ GEM
260260
unf (0.1.4)
261261
unf_ext
262262
unf_ext (0.0.7.7)
263-
websocket-driver (0.7.2)
263+
websocket-driver (0.7.3)
264264
websocket-extensions (>= 0.1.0)
265265
websocket-extensions (0.1.5)
266-
zeitwerk (2.3.0)
266+
zeitwerk (2.3.1)
267267

268268
PLATFORMS
269269
ruby
@@ -277,7 +277,7 @@ DEPENDENCIES
277277
cloudinary
278278
database_cleaner
279279
docker-postgres-rails (~> 0.0.1)
280-
factory_bot_rails (>= 5.1.1)
280+
factory_bot_rails (>= 5.2.0)
281281
faker
282282
jwt
283283
jwt-rails (~> 0.0.1)
@@ -288,15 +288,15 @@ DEPENDENCIES
288288
logstash-logger
289289
pg (>= 0.18, < 2.0)
290290
puma (~> 4.3, >= 4.3.5)
291-
rails (~> 6.0.3, >= 6.0.3.1)
291+
rails (~> 6.0.3, >= 6.0.3.2)
292292
redis
293293
redis-namespace
294294
redis-rack-cache (>= 2.2.1)
295295
redis-rails (>= 5.0.2)
296-
rspec-rails (~> 3.9, >= 3.9.0)
297-
rswag-api (>= 2.2.0)
298-
rswag-specs (>= 2.2.0)
299-
rswag-ui (>= 2.2.0)
296+
rspec-rails (~> 3.9, >= 3.9.1)
297+
rswag-api (>= 2.3.1)
298+
rswag-specs (>= 2.3.1)
299+
rswag-ui (>= 2.3.1)
300300
spring
301301
spring-watcher-listen (~> 2.0.0)
302302
tzinfo-data

0 commit comments

Comments
 (0)