activerecord-multi-tenant 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Appraisals +51 -9
- data/Gemfile.lock +3 -3
- data/gemfiles/active_record_5.1.gemfile +8 -1
- data/gemfiles/active_record_5.1.gemfile.lock +92 -85
- data/gemfiles/active_record_5.2.gemfile +8 -1
- data/gemfiles/active_record_5.2.gemfile.lock +88 -82
- data/gemfiles/active_record_6.0.gemfile +1 -1
- data/gemfiles/active_record_6.0.gemfile.lock +84 -84
- data/gemfiles/rails_4.2.gemfile +9 -1
- data/gemfiles/rails_4.2.gemfile.lock +91 -85
- data/gemfiles/rails_5.0.gemfile +8 -1
- data/gemfiles/rails_5.0.gemfile.lock +99 -94
- data/gemfiles/rails_5.1.gemfile +8 -1
- data/gemfiles/rails_5.1.gemfile.lock +99 -94
- data/gemfiles/rails_5.2.gemfile +8 -1
- data/gemfiles/rails_5.2.gemfile.lock +97 -91
- data/gemfiles/rails_6.0.gemfile +1 -1
- data/gemfiles/rails_6.0.gemfile.lock +84 -84
- data/lib/activerecord-multi-tenant.rb +1 -0
- data/lib/activerecord-multi-tenant/persistence_extension.rb +13 -0
- data/lib/activerecord-multi-tenant/version.rb +1 -1
- data/spec/activerecord-multi-tenant/model_extensions_spec.rb +3 -9
- data/spec/activerecord-multi-tenant/record_modifications_spec.rb +47 -3
- data/spec/activerecord-multi-tenant/schema_dumper_tester.rb +0 -0
- metadata +4 -2
data/gemfiles/rails_5.2.gemfile
CHANGED
@@ -3,6 +3,13 @@
|
|
3
3
|
source "https://rubygems.org"
|
4
4
|
|
5
5
|
gem "appraisal"
|
6
|
-
gem "rails", "5.2.0"
|
6
|
+
gem "rails", "~> 5.2.0"
|
7
|
+
gem "i18n", "~> 0.9.5"
|
8
|
+
gem "nokogiri", "~> 1.7.1"
|
9
|
+
gem "nio4r", "~> 2.3.1"
|
10
|
+
gem "sprockets", "~> 3.7.1"
|
11
|
+
gem "byebug", "~> 9.0.6"
|
12
|
+
gem "rake", "12.0.0"
|
13
|
+
gem "redis", "3.3.3"
|
7
14
|
|
8
15
|
gemspec path: "../"
|
@@ -1,50 +1,50 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
activerecord-multi-tenant (1.0.
|
4
|
+
activerecord-multi-tenant (1.0.3)
|
5
5
|
rails (>= 4.2)
|
6
6
|
request_store (>= 1.0.5)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (5.2.
|
12
|
-
actionpack (= 5.2.
|
11
|
+
actioncable (5.2.3)
|
12
|
+
actionpack (= 5.2.3)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (>= 0.6.1)
|
15
|
-
actionmailer (5.2.
|
16
|
-
actionpack (= 5.2.
|
17
|
-
actionview (= 5.2.
|
18
|
-
activejob (= 5.2.
|
15
|
+
actionmailer (5.2.3)
|
16
|
+
actionpack (= 5.2.3)
|
17
|
+
actionview (= 5.2.3)
|
18
|
+
activejob (= 5.2.3)
|
19
19
|
mail (~> 2.5, >= 2.5.4)
|
20
20
|
rails-dom-testing (~> 2.0)
|
21
|
-
actionpack (5.2.
|
22
|
-
actionview (= 5.2.
|
23
|
-
activesupport (= 5.2.
|
21
|
+
actionpack (5.2.3)
|
22
|
+
actionview (= 5.2.3)
|
23
|
+
activesupport (= 5.2.3)
|
24
24
|
rack (~> 2.0)
|
25
25
|
rack-test (>= 0.6.3)
|
26
26
|
rails-dom-testing (~> 2.0)
|
27
27
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
28
|
-
actionview (5.2.
|
29
|
-
activesupport (= 5.2.
|
28
|
+
actionview (5.2.3)
|
29
|
+
activesupport (= 5.2.3)
|
30
30
|
builder (~> 3.1)
|
31
31
|
erubi (~> 1.4)
|
32
32
|
rails-dom-testing (~> 2.0)
|
33
33
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
34
|
-
activejob (5.2.
|
35
|
-
activesupport (= 5.2.
|
34
|
+
activejob (5.2.3)
|
35
|
+
activesupport (= 5.2.3)
|
36
36
|
globalid (>= 0.3.6)
|
37
|
-
activemodel (5.2.
|
38
|
-
activesupport (= 5.2.
|
39
|
-
activerecord (5.2.
|
40
|
-
activemodel (= 5.2.
|
41
|
-
activesupport (= 5.2.
|
37
|
+
activemodel (5.2.3)
|
38
|
+
activesupport (= 5.2.3)
|
39
|
+
activerecord (5.2.3)
|
40
|
+
activemodel (= 5.2.3)
|
41
|
+
activesupport (= 5.2.3)
|
42
42
|
arel (>= 9.0)
|
43
|
-
activestorage (5.2.
|
44
|
-
actionpack (= 5.2.
|
45
|
-
activerecord (= 5.2.
|
43
|
+
activestorage (5.2.3)
|
44
|
+
actionpack (= 5.2.3)
|
45
|
+
activerecord (= 5.2.3)
|
46
46
|
marcel (~> 0.3.1)
|
47
|
-
activesupport (5.2.
|
47
|
+
activesupport (5.2.3)
|
48
48
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
49
49
|
i18n (>= 0.7, < 2)
|
50
50
|
minitest (~> 5.1)
|
@@ -55,112 +55,112 @@ GEM
|
|
55
55
|
thor (>= 0.14.0)
|
56
56
|
arel (9.0.0)
|
57
57
|
builder (3.2.3)
|
58
|
-
byebug (
|
58
|
+
byebug (9.0.6)
|
59
59
|
coderay (1.1.2)
|
60
|
-
concurrent-ruby (1.
|
61
|
-
connection_pool (2.2.
|
60
|
+
concurrent-ruby (1.1.5)
|
61
|
+
connection_pool (2.2.2)
|
62
62
|
crass (1.0.4)
|
63
63
|
diff-lcs (1.3)
|
64
|
-
erubi (1.
|
65
|
-
globalid (0.4.
|
64
|
+
erubi (1.9.0)
|
65
|
+
globalid (0.4.2)
|
66
66
|
activesupport (>= 4.2.0)
|
67
|
-
i18n (
|
67
|
+
i18n (0.9.5)
|
68
68
|
concurrent-ruby (~> 1.0)
|
69
|
-
loofah (2.
|
69
|
+
loofah (2.3.0)
|
70
70
|
crass (~> 1.0.2)
|
71
71
|
nokogiri (>= 1.5.9)
|
72
|
-
mail (2.7.
|
72
|
+
mail (2.7.1)
|
73
73
|
mini_mime (>= 0.1.1)
|
74
|
-
marcel (0.3.
|
74
|
+
marcel (0.3.3)
|
75
75
|
mimemagic (~> 0.3.2)
|
76
|
-
method_source (0.9.
|
77
|
-
mimemagic (0.3.
|
78
|
-
mini_mime (1.0.
|
79
|
-
mini_portile2 (2.
|
80
|
-
minitest (5.
|
81
|
-
nio4r (2.3.
|
82
|
-
nokogiri (1.
|
83
|
-
mini_portile2 (~> 2.
|
84
|
-
pg (1.
|
85
|
-
pry (0.
|
76
|
+
method_source (0.9.2)
|
77
|
+
mimemagic (0.3.3)
|
78
|
+
mini_mime (1.0.2)
|
79
|
+
mini_portile2 (2.1.0)
|
80
|
+
minitest (5.12.2)
|
81
|
+
nio4r (2.3.1)
|
82
|
+
nokogiri (1.7.2)
|
83
|
+
mini_portile2 (~> 2.1.0)
|
84
|
+
pg (1.1.4)
|
85
|
+
pry (0.12.2)
|
86
86
|
coderay (~> 1.1.0)
|
87
87
|
method_source (~> 0.9.0)
|
88
|
-
pry-byebug (3.
|
89
|
-
byebug (
|
88
|
+
pry-byebug (3.4.3)
|
89
|
+
byebug (>= 9.0, < 9.1)
|
90
90
|
pry (~> 0.10)
|
91
|
-
rack (2.0.
|
92
|
-
rack-protection (2.0.
|
91
|
+
rack (2.0.7)
|
92
|
+
rack-protection (2.0.7)
|
93
93
|
rack
|
94
|
-
rack-test (1.
|
94
|
+
rack-test (1.1.0)
|
95
95
|
rack (>= 1.0, < 3)
|
96
|
-
rails (5.2.
|
97
|
-
actioncable (= 5.2.
|
98
|
-
actionmailer (= 5.2.
|
99
|
-
actionpack (= 5.2.
|
100
|
-
actionview (= 5.2.
|
101
|
-
activejob (= 5.2.
|
102
|
-
activemodel (= 5.2.
|
103
|
-
activerecord (= 5.2.
|
104
|
-
activestorage (= 5.2.
|
105
|
-
activesupport (= 5.2.
|
96
|
+
rails (5.2.3)
|
97
|
+
actioncable (= 5.2.3)
|
98
|
+
actionmailer (= 5.2.3)
|
99
|
+
actionpack (= 5.2.3)
|
100
|
+
actionview (= 5.2.3)
|
101
|
+
activejob (= 5.2.3)
|
102
|
+
activemodel (= 5.2.3)
|
103
|
+
activerecord (= 5.2.3)
|
104
|
+
activestorage (= 5.2.3)
|
105
|
+
activesupport (= 5.2.3)
|
106
106
|
bundler (>= 1.3.0)
|
107
|
-
railties (= 5.2.
|
107
|
+
railties (= 5.2.3)
|
108
108
|
sprockets-rails (>= 2.0.0)
|
109
109
|
rails-dom-testing (2.0.3)
|
110
110
|
activesupport (>= 4.2.0)
|
111
111
|
nokogiri (>= 1.6)
|
112
|
-
rails-html-sanitizer (1.0
|
113
|
-
loofah (~> 2.
|
114
|
-
railties (5.2.
|
115
|
-
actionpack (= 5.2.
|
116
|
-
activesupport (= 5.2.
|
112
|
+
rails-html-sanitizer (1.3.0)
|
113
|
+
loofah (~> 2.3)
|
114
|
+
railties (5.2.3)
|
115
|
+
actionpack (= 5.2.3)
|
116
|
+
activesupport (= 5.2.3)
|
117
117
|
method_source
|
118
118
|
rake (>= 0.8.7)
|
119
|
-
thor (>= 0.
|
120
|
-
rake (12.
|
121
|
-
redis (
|
119
|
+
thor (>= 0.19.0, < 2.0)
|
120
|
+
rake (12.0.0)
|
121
|
+
redis (3.3.3)
|
122
122
|
request_store (1.4.1)
|
123
123
|
rack (>= 1.4)
|
124
|
-
rspec (3.
|
125
|
-
rspec-core (~> 3.
|
126
|
-
rspec-expectations (~> 3.
|
127
|
-
rspec-mocks (~> 3.
|
128
|
-
rspec-core (3.
|
129
|
-
rspec-support (~> 3.
|
130
|
-
rspec-expectations (3.
|
124
|
+
rspec (3.9.0)
|
125
|
+
rspec-core (~> 3.9.0)
|
126
|
+
rspec-expectations (~> 3.9.0)
|
127
|
+
rspec-mocks (~> 3.9.0)
|
128
|
+
rspec-core (3.9.0)
|
129
|
+
rspec-support (~> 3.9.0)
|
130
|
+
rspec-expectations (3.9.0)
|
131
131
|
diff-lcs (>= 1.2.0, < 2.0)
|
132
|
-
rspec-support (~> 3.
|
133
|
-
rspec-mocks (3.
|
132
|
+
rspec-support (~> 3.9.0)
|
133
|
+
rspec-mocks (3.9.0)
|
134
134
|
diff-lcs (>= 1.2.0, < 2.0)
|
135
|
-
rspec-support (~> 3.
|
136
|
-
rspec-rails (3.
|
135
|
+
rspec-support (~> 3.9.0)
|
136
|
+
rspec-rails (3.9.0)
|
137
137
|
actionpack (>= 3.0)
|
138
138
|
activesupport (>= 3.0)
|
139
139
|
railties (>= 3.0)
|
140
|
-
rspec-core (~> 3.
|
141
|
-
rspec-expectations (~> 3.
|
142
|
-
rspec-mocks (~> 3.
|
143
|
-
rspec-support (~> 3.
|
144
|
-
rspec-support (3.
|
145
|
-
sidekiq (5.
|
140
|
+
rspec-core (~> 3.9.0)
|
141
|
+
rspec-expectations (~> 3.9.0)
|
142
|
+
rspec-mocks (~> 3.9.0)
|
143
|
+
rspec-support (~> 3.9.0)
|
144
|
+
rspec-support (3.9.0)
|
145
|
+
sidekiq (5.0.4)
|
146
146
|
concurrent-ruby (~> 1.0)
|
147
147
|
connection_pool (~> 2.2, >= 2.2.0)
|
148
148
|
rack-protection (>= 1.5.0)
|
149
|
-
redis (
|
150
|
-
sprockets (3.7.
|
149
|
+
redis (~> 3.3, >= 3.3.3)
|
150
|
+
sprockets (3.7.2)
|
151
151
|
concurrent-ruby (~> 1.0)
|
152
152
|
rack (> 1, < 3)
|
153
153
|
sprockets-rails (3.2.1)
|
154
154
|
actionpack (>= 4.0)
|
155
155
|
activesupport (>= 4.0)
|
156
156
|
sprockets (>= 3.0.0)
|
157
|
-
thor (0.20.
|
157
|
+
thor (0.20.3)
|
158
158
|
thread_safe (0.3.6)
|
159
159
|
tzinfo (1.2.5)
|
160
160
|
thread_safe (~> 0.1)
|
161
|
-
websocket-driver (0.7.
|
161
|
+
websocket-driver (0.7.1)
|
162
162
|
websocket-extensions (>= 0.1.0)
|
163
|
-
websocket-extensions (0.1.
|
163
|
+
websocket-extensions (0.1.4)
|
164
164
|
|
165
165
|
PLATFORMS
|
166
166
|
ruby
|
@@ -168,15 +168,21 @@ PLATFORMS
|
|
168
168
|
DEPENDENCIES
|
169
169
|
activerecord-multi-tenant!
|
170
170
|
appraisal
|
171
|
+
byebug (~> 9.0.6)
|
172
|
+
i18n (~> 0.9.5)
|
173
|
+
nio4r (~> 2.3.1)
|
174
|
+
nokogiri (~> 1.7.1)
|
171
175
|
pg
|
172
176
|
pry
|
173
177
|
pry-byebug
|
174
|
-
rails (
|
175
|
-
rake
|
178
|
+
rails (~> 5.2.0)
|
179
|
+
rake (= 12.0.0)
|
180
|
+
redis (= 3.3.3)
|
176
181
|
rspec (>= 3.0)
|
177
182
|
rspec-rails
|
178
183
|
sidekiq
|
184
|
+
sprockets (~> 3.7.1)
|
179
185
|
thor
|
180
186
|
|
181
187
|
BUNDLED WITH
|
182
|
-
1.17.
|
188
|
+
1.17.3
|
data/gemfiles/rails_6.0.gemfile
CHANGED
@@ -1,68 +1,68 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
activerecord-multi-tenant (1.0.
|
4
|
+
activerecord-multi-tenant (1.0.3)
|
5
5
|
rails (>= 4.2)
|
6
6
|
request_store (>= 1.0.5)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (6.0.0
|
12
|
-
actionpack (= 6.0.0
|
11
|
+
actioncable (6.0.0)
|
12
|
+
actionpack (= 6.0.0)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (>= 0.6.1)
|
15
|
-
actionmailbox (6.0.0
|
16
|
-
actionpack (= 6.0.0
|
17
|
-
activejob (= 6.0.0
|
18
|
-
activerecord (= 6.0.0
|
19
|
-
activestorage (= 6.0.0
|
20
|
-
activesupport (= 6.0.0
|
15
|
+
actionmailbox (6.0.0)
|
16
|
+
actionpack (= 6.0.0)
|
17
|
+
activejob (= 6.0.0)
|
18
|
+
activerecord (= 6.0.0)
|
19
|
+
activestorage (= 6.0.0)
|
20
|
+
activesupport (= 6.0.0)
|
21
21
|
mail (>= 2.7.1)
|
22
|
-
actionmailer (6.0.0
|
23
|
-
actionpack (= 6.0.0
|
24
|
-
actionview (= 6.0.0
|
25
|
-
activejob (= 6.0.0
|
22
|
+
actionmailer (6.0.0)
|
23
|
+
actionpack (= 6.0.0)
|
24
|
+
actionview (= 6.0.0)
|
25
|
+
activejob (= 6.0.0)
|
26
26
|
mail (~> 2.5, >= 2.5.4)
|
27
27
|
rails-dom-testing (~> 2.0)
|
28
|
-
actionpack (6.0.0
|
29
|
-
actionview (= 6.0.0
|
30
|
-
activesupport (= 6.0.0
|
28
|
+
actionpack (6.0.0)
|
29
|
+
actionview (= 6.0.0)
|
30
|
+
activesupport (= 6.0.0)
|
31
31
|
rack (~> 2.0)
|
32
32
|
rack-test (>= 0.6.3)
|
33
33
|
rails-dom-testing (~> 2.0)
|
34
|
-
rails-html-sanitizer (~> 1.0, >= 1.0
|
35
|
-
actiontext (6.0.0
|
36
|
-
actionpack (= 6.0.0
|
37
|
-
activerecord (= 6.0.0
|
38
|
-
activestorage (= 6.0.0
|
39
|
-
activesupport (= 6.0.0
|
34
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
35
|
+
actiontext (6.0.0)
|
36
|
+
actionpack (= 6.0.0)
|
37
|
+
activerecord (= 6.0.0)
|
38
|
+
activestorage (= 6.0.0)
|
39
|
+
activesupport (= 6.0.0)
|
40
40
|
nokogiri (>= 1.8.5)
|
41
|
-
actionview (6.0.0
|
42
|
-
activesupport (= 6.0.0
|
41
|
+
actionview (6.0.0)
|
42
|
+
activesupport (= 6.0.0)
|
43
43
|
builder (~> 3.1)
|
44
44
|
erubi (~> 1.4)
|
45
45
|
rails-dom-testing (~> 2.0)
|
46
|
-
rails-html-sanitizer (~> 1.
|
47
|
-
activejob (6.0.0
|
48
|
-
activesupport (= 6.0.0
|
46
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
47
|
+
activejob (6.0.0)
|
48
|
+
activesupport (= 6.0.0)
|
49
49
|
globalid (>= 0.3.6)
|
50
|
-
activemodel (6.0.0
|
51
|
-
activesupport (= 6.0.0
|
52
|
-
activerecord (6.0.0
|
53
|
-
activemodel (= 6.0.0
|
54
|
-
activesupport (= 6.0.0
|
55
|
-
activestorage (6.0.0
|
56
|
-
actionpack (= 6.0.0
|
57
|
-
activejob (= 6.0.0
|
58
|
-
activerecord (= 6.0.0
|
50
|
+
activemodel (6.0.0)
|
51
|
+
activesupport (= 6.0.0)
|
52
|
+
activerecord (6.0.0)
|
53
|
+
activemodel (= 6.0.0)
|
54
|
+
activesupport (= 6.0.0)
|
55
|
+
activestorage (6.0.0)
|
56
|
+
actionpack (= 6.0.0)
|
57
|
+
activejob (= 6.0.0)
|
58
|
+
activerecord (= 6.0.0)
|
59
59
|
marcel (~> 0.3.1)
|
60
|
-
activesupport (6.0.0
|
60
|
+
activesupport (6.0.0)
|
61
61
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
62
62
|
i18n (>= 0.7, < 2)
|
63
63
|
minitest (~> 5.1)
|
64
64
|
tzinfo (~> 1.1)
|
65
|
-
zeitwerk (~> 2.1, >= 2.1.
|
65
|
+
zeitwerk (~> 2.1, >= 2.1.8)
|
66
66
|
appraisal (2.2.0)
|
67
67
|
bundler
|
68
68
|
rake
|
@@ -74,12 +74,12 @@ GEM
|
|
74
74
|
connection_pool (2.2.2)
|
75
75
|
crass (1.0.4)
|
76
76
|
diff-lcs (1.3)
|
77
|
-
erubi (1.
|
77
|
+
erubi (1.9.0)
|
78
78
|
globalid (0.4.2)
|
79
79
|
activesupport (>= 4.2.0)
|
80
|
-
i18n (1.
|
80
|
+
i18n (1.7.0)
|
81
81
|
concurrent-ruby (~> 1.0)
|
82
|
-
loofah (2.
|
82
|
+
loofah (2.3.0)
|
83
83
|
crass (~> 1.0.2)
|
84
84
|
nokogiri (>= 1.5.9)
|
85
85
|
mail (2.7.1)
|
@@ -90,8 +90,8 @@ GEM
|
|
90
90
|
mimemagic (0.3.3)
|
91
91
|
mini_mime (1.0.2)
|
92
92
|
mini_portile2 (2.4.0)
|
93
|
-
minitest (5.
|
94
|
-
nio4r (2.5.
|
93
|
+
minitest (5.12.2)
|
94
|
+
nio4r (2.5.2)
|
95
95
|
nokogiri (1.10.4)
|
96
96
|
mini_portile2 (~> 2.4.0)
|
97
97
|
pg (1.1.4)
|
@@ -106,63 +106,63 @@ GEM
|
|
106
106
|
rack
|
107
107
|
rack-test (1.1.0)
|
108
108
|
rack (>= 1.0, < 3)
|
109
|
-
rails (6.0.0
|
110
|
-
actioncable (= 6.0.0
|
111
|
-
actionmailbox (= 6.0.0
|
112
|
-
actionmailer (= 6.0.0
|
113
|
-
actionpack (= 6.0.0
|
114
|
-
actiontext (= 6.0.0
|
115
|
-
actionview (= 6.0.0
|
116
|
-
activejob (= 6.0.0
|
117
|
-
activemodel (= 6.0.0
|
118
|
-
activerecord (= 6.0.0
|
119
|
-
activestorage (= 6.0.0
|
120
|
-
activesupport (= 6.0.0
|
109
|
+
rails (6.0.0)
|
110
|
+
actioncable (= 6.0.0)
|
111
|
+
actionmailbox (= 6.0.0)
|
112
|
+
actionmailer (= 6.0.0)
|
113
|
+
actionpack (= 6.0.0)
|
114
|
+
actiontext (= 6.0.0)
|
115
|
+
actionview (= 6.0.0)
|
116
|
+
activejob (= 6.0.0)
|
117
|
+
activemodel (= 6.0.0)
|
118
|
+
activerecord (= 6.0.0)
|
119
|
+
activestorage (= 6.0.0)
|
120
|
+
activesupport (= 6.0.0)
|
121
121
|
bundler (>= 1.3.0)
|
122
|
-
railties (= 6.0.0
|
122
|
+
railties (= 6.0.0)
|
123
123
|
sprockets-rails (>= 2.0.0)
|
124
124
|
rails-dom-testing (2.0.3)
|
125
125
|
activesupport (>= 4.2.0)
|
126
126
|
nokogiri (>= 1.6)
|
127
|
-
rails-html-sanitizer (1.
|
128
|
-
loofah (~> 2.
|
129
|
-
railties (6.0.0
|
130
|
-
actionpack (= 6.0.0
|
131
|
-
activesupport (= 6.0.0
|
127
|
+
rails-html-sanitizer (1.3.0)
|
128
|
+
loofah (~> 2.3)
|
129
|
+
railties (6.0.0)
|
130
|
+
actionpack (= 6.0.0)
|
131
|
+
activesupport (= 6.0.0)
|
132
132
|
method_source
|
133
133
|
rake (>= 0.8.7)
|
134
134
|
thor (>= 0.20.3, < 2.0)
|
135
|
-
rake (
|
136
|
-
redis (4.1.
|
135
|
+
rake (13.0.0)
|
136
|
+
redis (4.1.3)
|
137
137
|
request_store (1.4.1)
|
138
138
|
rack (>= 1.4)
|
139
|
-
rspec (3.
|
140
|
-
rspec-core (~> 3.
|
141
|
-
rspec-expectations (~> 3.
|
142
|
-
rspec-mocks (~> 3.
|
143
|
-
rspec-core (3.
|
144
|
-
rspec-support (~> 3.
|
145
|
-
rspec-expectations (3.
|
139
|
+
rspec (3.9.0)
|
140
|
+
rspec-core (~> 3.9.0)
|
141
|
+
rspec-expectations (~> 3.9.0)
|
142
|
+
rspec-mocks (~> 3.9.0)
|
143
|
+
rspec-core (3.9.0)
|
144
|
+
rspec-support (~> 3.9.0)
|
145
|
+
rspec-expectations (3.9.0)
|
146
146
|
diff-lcs (>= 1.2.0, < 2.0)
|
147
|
-
rspec-support (~> 3.
|
148
|
-
rspec-mocks (3.
|
147
|
+
rspec-support (~> 3.9.0)
|
148
|
+
rspec-mocks (3.9.0)
|
149
149
|
diff-lcs (>= 1.2.0, < 2.0)
|
150
|
-
rspec-support (~> 3.
|
151
|
-
rspec-rails (3.
|
150
|
+
rspec-support (~> 3.9.0)
|
151
|
+
rspec-rails (3.9.0)
|
152
152
|
actionpack (>= 3.0)
|
153
153
|
activesupport (>= 3.0)
|
154
154
|
railties (>= 3.0)
|
155
|
-
rspec-core (~> 3.
|
156
|
-
rspec-expectations (~> 3.
|
157
|
-
rspec-mocks (~> 3.
|
158
|
-
rspec-support (~> 3.
|
159
|
-
rspec-support (3.
|
160
|
-
sidekiq (6.0.
|
155
|
+
rspec-core (~> 3.9.0)
|
156
|
+
rspec-expectations (~> 3.9.0)
|
157
|
+
rspec-mocks (~> 3.9.0)
|
158
|
+
rspec-support (~> 3.9.0)
|
159
|
+
rspec-support (3.9.0)
|
160
|
+
sidekiq (6.0.1)
|
161
161
|
connection_pool (>= 2.2.2)
|
162
162
|
rack (>= 2.0.0)
|
163
163
|
rack-protection (>= 2.0.0)
|
164
164
|
redis (>= 4.1.0)
|
165
|
-
sprockets (
|
165
|
+
sprockets (4.0.0)
|
166
166
|
concurrent-ruby (~> 1.0)
|
167
167
|
rack (> 1, < 3)
|
168
168
|
sprockets-rails (3.2.1)
|
@@ -176,7 +176,7 @@ GEM
|
|
176
176
|
websocket-driver (0.7.1)
|
177
177
|
websocket-extensions (>= 0.1.0)
|
178
178
|
websocket-extensions (0.1.4)
|
179
|
-
zeitwerk (2.
|
179
|
+
zeitwerk (2.2.0)
|
180
180
|
|
181
181
|
PLATFORMS
|
182
182
|
ruby
|
@@ -187,7 +187,7 @@ DEPENDENCIES
|
|
187
187
|
pg
|
188
188
|
pry
|
189
189
|
pry-byebug
|
190
|
-
rails (
|
190
|
+
rails (~> 6.0.0)
|
191
191
|
rake
|
192
192
|
rspec (>= 3.0)
|
193
193
|
rspec-rails
|
@@ -195,4 +195,4 @@ DEPENDENCIES
|
|
195
195
|
thor
|
196
196
|
|
197
197
|
BUNDLED WITH
|
198
|
-
1.17.
|
198
|
+
1.17.3
|