Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Commit 8392fa8

Browse files
committed
Upgrade dependencies
1 parent b087ae3 commit 8392fa8

File tree

3 files changed

+97
-103
lines changed

3 files changed

+97
-103
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
88
# core
99
gem 'bootsnap', require: false
1010
gem 'puma'
11-
gem 'rails', github: 'rails/rails', tag: 'v6.0.0.rc2'
11+
gem 'rails', '~> 6.0'
1212
gem 'redis', '~> 4.0'
1313
gem 'sidekiq'
1414

Gemfile.lock

+95-101
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,8 @@
1-
GIT
2-
remote: https://github.com/rails/rails.git
3-
revision: 5f4d1601cf8a0e8c4890a8a7e04441ae58dd0a6b
4-
tag: v6.0.0.rc2
5-
specs:
6-
actioncable (6.0.0.rc2)
7-
actionpack (= 6.0.0.rc2)
8-
nio4r (~> 2.0)
9-
websocket-driver (>= 0.6.1)
10-
actionmailbox (6.0.0.rc2)
11-
actionpack (= 6.0.0.rc2)
12-
activejob (= 6.0.0.rc2)
13-
activerecord (= 6.0.0.rc2)
14-
activestorage (= 6.0.0.rc2)
15-
activesupport (= 6.0.0.rc2)
16-
mail (>= 2.7.1)
17-
actionmailer (6.0.0.rc2)
18-
actionpack (= 6.0.0.rc2)
19-
actionview (= 6.0.0.rc2)
20-
activejob (= 6.0.0.rc2)
21-
mail (~> 2.5, >= 2.5.4)
22-
rails-dom-testing (~> 2.0)
23-
actionpack (6.0.0.rc2)
24-
actionview (= 6.0.0.rc2)
25-
activesupport (= 6.0.0.rc2)
26-
rack (~> 2.0)
27-
rack-test (>= 0.6.3)
28-
rails-dom-testing (~> 2.0)
29-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
30-
actiontext (6.0.0.rc2)
31-
actionpack (= 6.0.0.rc2)
32-
activerecord (= 6.0.0.rc2)
33-
activestorage (= 6.0.0.rc2)
34-
activesupport (= 6.0.0.rc2)
35-
nokogiri (>= 1.8.5)
36-
actionview (6.0.0.rc2)
37-
activesupport (= 6.0.0.rc2)
38-
builder (~> 3.1)
39-
erubi (~> 1.4)
40-
rails-dom-testing (~> 2.0)
41-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
42-
activejob (6.0.0.rc2)
43-
activesupport (= 6.0.0.rc2)
44-
globalid (>= 0.3.6)
45-
activemodel (6.0.0.rc2)
46-
activesupport (= 6.0.0.rc2)
47-
activerecord (6.0.0.rc2)
48-
activemodel (= 6.0.0.rc2)
49-
activesupport (= 6.0.0.rc2)
50-
activestorage (6.0.0.rc2)
51-
actionpack (= 6.0.0.rc2)
52-
activejob (= 6.0.0.rc2)
53-
activerecord (= 6.0.0.rc2)
54-
marcel (~> 0.3.1)
55-
activesupport (6.0.0.rc2)
56-
concurrent-ruby (~> 1.0, >= 1.0.2)
57-
i18n (>= 0.7, < 2)
58-
minitest (~> 5.1)
59-
tzinfo (~> 1.1)
60-
zeitwerk (~> 2.1, >= 2.1.8)
61-
rails (6.0.0.rc2)
62-
actioncable (= 6.0.0.rc2)
63-
actionmailbox (= 6.0.0.rc2)
64-
actionmailer (= 6.0.0.rc2)
65-
actionpack (= 6.0.0.rc2)
66-
actiontext (= 6.0.0.rc2)
67-
actionview (= 6.0.0.rc2)
68-
activejob (= 6.0.0.rc2)
69-
activemodel (= 6.0.0.rc2)
70-
activerecord (= 6.0.0.rc2)
71-
activestorage (= 6.0.0.rc2)
72-
activesupport (= 6.0.0.rc2)
73-
bundler (>= 1.3.0)
74-
railties (= 6.0.0.rc2)
75-
sprockets-rails (>= 2.0.0)
76-
railties (6.0.0.rc2)
77-
actionpack (= 6.0.0.rc2)
78-
activesupport (= 6.0.0.rc2)
79-
method_source
80-
rake (>= 0.8.7)
81-
thor (>= 0.20.3, < 2.0)
82-
831
PATH
842
remote: plugins/support
853
specs:
864
nokul-support (0.1.0)
87-
activesupport (~> 6.0.0.rc1)
5+
activesupport (~> 6.0.0)
886

897
PATH
908
remote: plugins/tenant/common
@@ -97,11 +15,66 @@ PATH
9715
specs:
9816
nokul-tenant-omu (0.1.0)
9917
nokul-tenant
100-
rails (~> 6.0.0.rc1)
18+
rails (~> 6.0.0)
10119

10220
GEM
10321
remote: https://rubygems.org/
10422
specs:
23+
actioncable (6.0.0)
24+
actionpack (= 6.0.0)
25+
nio4r (~> 2.0)
26+
websocket-driver (>= 0.6.1)
27+
actionmailbox (6.0.0)
28+
actionpack (= 6.0.0)
29+
activejob (= 6.0.0)
30+
activerecord (= 6.0.0)
31+
activestorage (= 6.0.0)
32+
activesupport (= 6.0.0)
33+
mail (>= 2.7.1)
34+
actionmailer (6.0.0)
35+
actionpack (= 6.0.0)
36+
actionview (= 6.0.0)
37+
activejob (= 6.0.0)
38+
mail (~> 2.5, >= 2.5.4)
39+
rails-dom-testing (~> 2.0)
40+
actionpack (6.0.0)
41+
actionview (= 6.0.0)
42+
activesupport (= 6.0.0)
43+
rack (~> 2.0)
44+
rack-test (>= 0.6.3)
45+
rails-dom-testing (~> 2.0)
46+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
47+
actiontext (6.0.0)
48+
actionpack (= 6.0.0)
49+
activerecord (= 6.0.0)
50+
activestorage (= 6.0.0)
51+
activesupport (= 6.0.0)
52+
nokogiri (>= 1.8.5)
53+
actionview (6.0.0)
54+
activesupport (= 6.0.0)
55+
builder (~> 3.1)
56+
erubi (~> 1.4)
57+
rails-dom-testing (~> 2.0)
58+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
59+
activejob (6.0.0)
60+
activesupport (= 6.0.0)
61+
globalid (>= 0.3.6)
62+
activemodel (6.0.0)
63+
activesupport (= 6.0.0)
64+
activerecord (6.0.0)
65+
activemodel (= 6.0.0)
66+
activesupport (= 6.0.0)
67+
activestorage (6.0.0)
68+
actionpack (= 6.0.0)
69+
activejob (= 6.0.0)
70+
activerecord (= 6.0.0)
71+
marcel (~> 0.3.1)
72+
activesupport (6.0.0)
73+
concurrent-ruby (~> 1.0, >= 1.0.2)
74+
i18n (>= 0.7, < 2)
75+
minitest (~> 5.1)
76+
tzinfo (~> 1.1)
77+
zeitwerk (~> 2.1, >= 2.1.8)
10578
addressable (2.6.0)
10679
public_suffix (>= 2.0.2, < 4.0)
10780
ancestry (3.0.7)
@@ -110,7 +83,7 @@ GEM
11083
authy (2.7.5)
11184
httpclient (>= 2.5.3.3)
11285
aws-eventstream (1.0.3)
113-
aws-partitions (1.204.0)
86+
aws-partitions (1.206.0)
11487
aws-sdk-core (3.64.0)
11588
aws-eventstream (~> 1.0, >= 1.0.2)
11689
aws-partitions (~> 1.0)
@@ -231,10 +204,10 @@ GEM
231204
rb-fsevent (~> 0.9, >= 0.9.4)
232205
rb-inotify (~> 0.9, >= 0.9.7)
233206
ruby_dep (~> 1.2)
234-
lol_dba (2.1.8)
235-
actionpack (>= 3.0, < 6.0)
236-
activerecord (>= 3.0, < 6.0)
237-
railties (>= 3.0, < 6.0)
207+
lol_dba (2.1.5)
208+
actionpack (>= 3.0)
209+
activerecord (>= 3.0)
210+
railties (>= 3.0)
238211
loofah (2.2.3)
239212
crass (~> 1.0.2)
240213
nokogiri (>= 1.5.9)
@@ -284,31 +257,52 @@ GEM
284257
rack (>= 1.0, < 3)
285258
rack-mini-profiler (1.0.2)
286259
rack (>= 1.2.0)
287-
rack-protection (2.0.6)
260+
rack-protection (2.0.7)
288261
rack
289262
rack-proxy (0.6.5)
290263
rack
291264
rack-test (1.1.0)
292265
rack (>= 1.0, < 3)
266+
rails (6.0.0)
267+
actioncable (= 6.0.0)
268+
actionmailbox (= 6.0.0)
269+
actionmailer (= 6.0.0)
270+
actionpack (= 6.0.0)
271+
actiontext (= 6.0.0)
272+
actionview (= 6.0.0)
273+
activejob (= 6.0.0)
274+
activemodel (= 6.0.0)
275+
activerecord (= 6.0.0)
276+
activestorage (= 6.0.0)
277+
activesupport (= 6.0.0)
278+
bundler (>= 1.3.0)
279+
railties (= 6.0.0)
280+
sprockets-rails (>= 2.0.0)
293281
rails-dom-testing (2.0.3)
294282
activesupport (>= 4.2.0)
295283
nokogiri (>= 1.6)
296284
rails-html-sanitizer (1.2.0)
297285
loofah (~> 2.2, >= 2.2.2)
286+
railties (6.0.0)
287+
actionpack (= 6.0.0)
288+
activesupport (= 6.0.0)
289+
method_source
290+
rake (>= 0.8.7)
291+
thor (>= 0.20.3, < 2.0)
298292
rainbow (3.0.0)
299293
rake (12.3.3)
300294
rb-fsevent (0.10.3)
301295
rb-inotify (0.10.0)
302296
ffi (~> 1.0)
303297
redis (4.1.2)
304298
regexp_parser (1.6.0)
305-
rein (4.0.0)
306-
activerecord (>= 4.0.0, < 6)
307-
activesupport (>= 4.0.0, < 6)
299+
rein (5.0.0)
300+
activerecord (>= 4.0.0)
301+
activesupport (>= 4.0.0)
308302
responders (3.0.0)
309303
actionpack (>= 5.0)
310304
railties (>= 5.0)
311-
rollbar (2.21.0)
305+
rollbar (2.22.0)
312306
rubocop (0.74.0)
313307
jaro_winkler (~> 1.5.1)
314308
parallel (~> 1.10)
@@ -318,7 +312,7 @@ GEM
318312
unicode-display_width (>= 1.4.0, < 1.7)
319313
rubocop-performance (1.4.1)
320314
rubocop (>= 0.71.0)
321-
rubocop-rails (2.3.0)
315+
rubocop-rails (2.3.1)
322316
rack (>= 1.1)
323317
rubocop (>= 0.72.0)
324318
ruby-progressbar (1.10.1)
@@ -372,7 +366,7 @@ GEM
372366
thor (0.20.3)
373367
thread_safe (0.3.6)
374368
tilt (2.0.9)
375-
twilio-ruby (5.25.3)
369+
twilio-ruby (5.25.4)
376370
faraday (~> 0.9)
377371
jwt (>= 1.5, <= 2.5)
378372
nokogiri (>= 1.6, < 2.0)
@@ -387,11 +381,11 @@ GEM
387381
uniform_notifier (1.12.1)
388382
warden (1.2.8)
389383
rack (>= 2.0.6)
390-
web-console (4.0.0)
391-
actionview (>= 6.0.0.a)
392-
activemodel (>= 6.0.0.a)
384+
web-console (4.0.1)
385+
actionview (>= 6.0.0)
386+
activemodel (>= 6.0.0)
393387
bindex (>= 0.4.0)
394-
railties (>= 6.0.0.a)
388+
railties (>= 6.0.0)
395389
webdrivers (4.1.2)
396390
nokogiri (~> 1.6)
397391
rubyzip (~> 1.0)
@@ -459,7 +453,7 @@ DEPENDENCIES
459453
pwned
460454
rack-attack
461455
rack-mini-profiler
462-
rails!
456+
rails (~> 6.0)
463457
redis (~> 4.0)
464458
rein
465459
rollbar

plugins/support/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
nokul-support (0.1.0)
5-
activesupport (~> 6.0.0.rc1)
5+
activesupport (~> 6.0.0)
66

77
GEM
88
remote: https://rubygems.org/

0 commit comments

Comments
 (0)