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.0.gemfile
CHANGED
@@ -3,6 +3,13 @@
|
|
3
3
|
source "https://rubygems.org"
|
4
4
|
|
5
5
|
gem "appraisal"
|
6
|
-
gem "rails", "5.0.1"
|
6
|
+
gem "rails", "~> 5.0.1"
|
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,111 +1,111 @@
|
|
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.0.
|
12
|
-
actionpack (= 5.0.
|
13
|
-
nio4r (
|
11
|
+
actioncable (5.0.7.2)
|
12
|
+
actionpack (= 5.0.7.2)
|
13
|
+
nio4r (>= 1.2, < 3.0)
|
14
14
|
websocket-driver (~> 0.6.1)
|
15
|
-
actionmailer (5.0.
|
16
|
-
actionpack (= 5.0.
|
17
|
-
actionview (= 5.0.
|
18
|
-
activejob (= 5.0.
|
15
|
+
actionmailer (5.0.7.2)
|
16
|
+
actionpack (= 5.0.7.2)
|
17
|
+
actionview (= 5.0.7.2)
|
18
|
+
activejob (= 5.0.7.2)
|
19
19
|
mail (~> 2.5, >= 2.5.4)
|
20
20
|
rails-dom-testing (~> 2.0)
|
21
|
-
actionpack (5.0.
|
22
|
-
actionview (= 5.0.
|
23
|
-
activesupport (= 5.0.
|
21
|
+
actionpack (5.0.7.2)
|
22
|
+
actionview (= 5.0.7.2)
|
23
|
+
activesupport (= 5.0.7.2)
|
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.0.
|
29
|
-
activesupport (= 5.0.
|
28
|
+
actionview (5.0.7.2)
|
29
|
+
activesupport (= 5.0.7.2)
|
30
30
|
builder (~> 3.1)
|
31
31
|
erubis (~> 2.7.0)
|
32
32
|
rails-dom-testing (~> 2.0)
|
33
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
34
|
-
activejob (5.0.
|
35
|
-
activesupport (= 5.0.
|
33
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
34
|
+
activejob (5.0.7.2)
|
35
|
+
activesupport (= 5.0.7.2)
|
36
36
|
globalid (>= 0.3.6)
|
37
|
-
activemodel (5.0.
|
38
|
-
activesupport (= 5.0.
|
39
|
-
activerecord (5.0.
|
40
|
-
activemodel (= 5.0.
|
41
|
-
activesupport (= 5.0.
|
37
|
+
activemodel (5.0.7.2)
|
38
|
+
activesupport (= 5.0.7.2)
|
39
|
+
activerecord (5.0.7.2)
|
40
|
+
activemodel (= 5.0.7.2)
|
41
|
+
activesupport (= 5.0.7.2)
|
42
42
|
arel (~> 7.0)
|
43
|
-
activesupport (5.0.
|
43
|
+
activesupport (5.0.7.2)
|
44
44
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
45
|
-
i18n (
|
45
|
+
i18n (>= 0.7, < 2)
|
46
46
|
minitest (~> 5.1)
|
47
47
|
tzinfo (~> 1.1)
|
48
|
-
appraisal (2.
|
48
|
+
appraisal (2.2.0)
|
49
49
|
bundler
|
50
50
|
rake
|
51
51
|
thor (>= 0.14.0)
|
52
52
|
arel (7.1.4)
|
53
53
|
builder (3.2.3)
|
54
54
|
byebug (9.0.6)
|
55
|
-
coderay (1.1.
|
56
|
-
concurrent-ruby (1.
|
57
|
-
connection_pool (2.2.
|
55
|
+
coderay (1.1.2)
|
56
|
+
concurrent-ruby (1.1.5)
|
57
|
+
connection_pool (2.2.2)
|
58
|
+
crass (1.0.4)
|
58
59
|
diff-lcs (1.3)
|
59
60
|
erubis (2.7.0)
|
60
|
-
globalid (0.
|
61
|
-
activesupport (>= 4.
|
62
|
-
i18n (0.
|
63
|
-
|
61
|
+
globalid (0.4.2)
|
62
|
+
activesupport (>= 4.2.0)
|
63
|
+
i18n (0.9.5)
|
64
|
+
concurrent-ruby (~> 1.0)
|
65
|
+
loofah (2.3.0)
|
66
|
+
crass (~> 1.0.2)
|
64
67
|
nokogiri (>= 1.5.9)
|
65
|
-
mail (2.
|
66
|
-
|
67
|
-
method_source (0.
|
68
|
-
|
69
|
-
mime-types-data (~> 3.2015)
|
70
|
-
mime-types-data (3.2016.0521)
|
68
|
+
mail (2.7.1)
|
69
|
+
mini_mime (>= 0.1.1)
|
70
|
+
method_source (0.9.2)
|
71
|
+
mini_mime (1.0.2)
|
71
72
|
mini_portile2 (2.1.0)
|
72
|
-
minitest (5.
|
73
|
-
nio4r (
|
74
|
-
nokogiri (1.7.
|
73
|
+
minitest (5.12.2)
|
74
|
+
nio4r (2.3.1)
|
75
|
+
nokogiri (1.7.2)
|
75
76
|
mini_portile2 (~> 2.1.0)
|
76
|
-
pg (
|
77
|
-
pry (0.
|
77
|
+
pg (1.1.4)
|
78
|
+
pry (0.12.2)
|
78
79
|
coderay (~> 1.1.0)
|
79
|
-
method_source (~> 0.
|
80
|
-
|
81
|
-
|
82
|
-
byebug (~> 9.0)
|
80
|
+
method_source (~> 0.9.0)
|
81
|
+
pry-byebug (3.4.3)
|
82
|
+
byebug (>= 9.0, < 9.1)
|
83
83
|
pry (~> 0.10)
|
84
|
-
rack (2.0.
|
85
|
-
rack-protection (
|
84
|
+
rack (2.0.7)
|
85
|
+
rack-protection (2.0.7)
|
86
86
|
rack
|
87
87
|
rack-test (0.6.3)
|
88
88
|
rack (>= 1.0)
|
89
|
-
rails (5.0.
|
90
|
-
actioncable (= 5.0.
|
91
|
-
actionmailer (= 5.0.
|
92
|
-
actionpack (= 5.0.
|
93
|
-
actionview (= 5.0.
|
94
|
-
activejob (= 5.0.
|
95
|
-
activemodel (= 5.0.
|
96
|
-
activerecord (= 5.0.
|
97
|
-
activesupport (= 5.0.
|
98
|
-
bundler (>= 1.3.0
|
99
|
-
railties (= 5.0.
|
89
|
+
rails (5.0.7.2)
|
90
|
+
actioncable (= 5.0.7.2)
|
91
|
+
actionmailer (= 5.0.7.2)
|
92
|
+
actionpack (= 5.0.7.2)
|
93
|
+
actionview (= 5.0.7.2)
|
94
|
+
activejob (= 5.0.7.2)
|
95
|
+
activemodel (= 5.0.7.2)
|
96
|
+
activerecord (= 5.0.7.2)
|
97
|
+
activesupport (= 5.0.7.2)
|
98
|
+
bundler (>= 1.3.0)
|
99
|
+
railties (= 5.0.7.2)
|
100
100
|
sprockets-rails (>= 2.0.0)
|
101
|
-
rails-dom-testing (2.0.
|
102
|
-
activesupport (>= 4.2.0
|
103
|
-
nokogiri (
|
104
|
-
rails-html-sanitizer (1.0
|
105
|
-
loofah (~> 2.
|
106
|
-
railties (5.0.
|
107
|
-
actionpack (= 5.0.
|
108
|
-
activesupport (= 5.0.
|
101
|
+
rails-dom-testing (2.0.3)
|
102
|
+
activesupport (>= 4.2.0)
|
103
|
+
nokogiri (>= 1.6)
|
104
|
+
rails-html-sanitizer (1.3.0)
|
105
|
+
loofah (~> 2.3)
|
106
|
+
railties (5.0.7.2)
|
107
|
+
actionpack (= 5.0.7.2)
|
108
|
+
activesupport (= 5.0.7.2)
|
109
109
|
method_source
|
110
110
|
rake (>= 0.8.7)
|
111
111
|
thor (>= 0.18.1, < 2.0)
|
@@ -113,47 +113,46 @@ GEM
|
|
113
113
|
redis (3.3.3)
|
114
114
|
request_store (1.4.1)
|
115
115
|
rack (>= 1.4)
|
116
|
-
rspec (3.
|
117
|
-
rspec-core (~> 3.
|
118
|
-
rspec-expectations (~> 3.
|
119
|
-
rspec-mocks (~> 3.
|
120
|
-
rspec-core (3.
|
121
|
-
rspec-support (~> 3.
|
122
|
-
rspec-expectations (3.
|
116
|
+
rspec (3.9.0)
|
117
|
+
rspec-core (~> 3.9.0)
|
118
|
+
rspec-expectations (~> 3.9.0)
|
119
|
+
rspec-mocks (~> 3.9.0)
|
120
|
+
rspec-core (3.9.0)
|
121
|
+
rspec-support (~> 3.9.0)
|
122
|
+
rspec-expectations (3.9.0)
|
123
123
|
diff-lcs (>= 1.2.0, < 2.0)
|
124
|
-
rspec-support (~> 3.
|
125
|
-
rspec-mocks (3.
|
124
|
+
rspec-support (~> 3.9.0)
|
125
|
+
rspec-mocks (3.9.0)
|
126
126
|
diff-lcs (>= 1.2.0, < 2.0)
|
127
|
-
rspec-support (~> 3.
|
128
|
-
rspec-rails (3.
|
127
|
+
rspec-support (~> 3.9.0)
|
128
|
+
rspec-rails (3.9.0)
|
129
129
|
actionpack (>= 3.0)
|
130
130
|
activesupport (>= 3.0)
|
131
131
|
railties (>= 3.0)
|
132
|
-
rspec-core (~> 3.
|
133
|
-
rspec-expectations (~> 3.
|
134
|
-
rspec-mocks (~> 3.
|
135
|
-
rspec-support (~> 3.
|
136
|
-
rspec-support (3.
|
137
|
-
sidekiq (
|
132
|
+
rspec-core (~> 3.9.0)
|
133
|
+
rspec-expectations (~> 3.9.0)
|
134
|
+
rspec-mocks (~> 3.9.0)
|
135
|
+
rspec-support (~> 3.9.0)
|
136
|
+
rspec-support (3.9.0)
|
137
|
+
sidekiq (5.0.4)
|
138
138
|
concurrent-ruby (~> 1.0)
|
139
139
|
connection_pool (~> 2.2, >= 2.2.0)
|
140
140
|
rack-protection (>= 1.5.0)
|
141
|
-
redis (~> 3.
|
142
|
-
|
143
|
-
sprockets (3.7.1)
|
141
|
+
redis (~> 3.3, >= 3.3.3)
|
142
|
+
sprockets (3.7.2)
|
144
143
|
concurrent-ruby (~> 1.0)
|
145
144
|
rack (> 1, < 3)
|
146
|
-
sprockets-rails (3.2.
|
145
|
+
sprockets-rails (3.2.1)
|
147
146
|
actionpack (>= 4.0)
|
148
147
|
activesupport (>= 4.0)
|
149
148
|
sprockets (>= 3.0.0)
|
150
|
-
thor (0.
|
149
|
+
thor (0.20.3)
|
151
150
|
thread_safe (0.3.6)
|
152
|
-
tzinfo (1.2.
|
151
|
+
tzinfo (1.2.5)
|
153
152
|
thread_safe (~> 0.1)
|
154
153
|
websocket-driver (0.6.5)
|
155
154
|
websocket-extensions (>= 0.1.0)
|
156
|
-
websocket-extensions (0.1.
|
155
|
+
websocket-extensions (0.1.4)
|
157
156
|
|
158
157
|
PLATFORMS
|
159
158
|
ruby
|
@@ -161,15 +160,21 @@ PLATFORMS
|
|
161
160
|
DEPENDENCIES
|
162
161
|
activerecord-multi-tenant!
|
163
162
|
appraisal
|
163
|
+
byebug (~> 9.0.6)
|
164
|
+
i18n (~> 0.9.5)
|
165
|
+
nio4r (~> 2.3.1)
|
166
|
+
nokogiri (~> 1.7.1)
|
164
167
|
pg
|
165
168
|
pry
|
166
169
|
pry-byebug
|
167
|
-
rails (
|
168
|
-
rake
|
170
|
+
rails (~> 5.0.1)
|
171
|
+
rake (= 12.0.0)
|
172
|
+
redis (= 3.3.3)
|
169
173
|
rspec (>= 3.0)
|
170
174
|
rspec-rails
|
171
175
|
sidekiq
|
176
|
+
sprockets (~> 3.7.1)
|
172
177
|
thor
|
173
178
|
|
174
179
|
BUNDLED WITH
|
175
|
-
1.17.
|
180
|
+
1.17.3
|
data/gemfiles/rails_5.1.gemfile
CHANGED
@@ -3,6 +3,13 @@
|
|
3
3
|
source "https://rubygems.org"
|
4
4
|
|
5
5
|
gem "appraisal"
|
6
|
-
gem "rails", "5.1.0"
|
6
|
+
gem "rails", "~> 5.1.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,48 +1,48 @@
|
|
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.1.
|
12
|
-
actionpack (= 5.1.
|
11
|
+
actioncable (5.1.7)
|
12
|
+
actionpack (= 5.1.7)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (~> 0.6.1)
|
15
|
-
actionmailer (5.1.
|
16
|
-
actionpack (= 5.1.
|
17
|
-
actionview (= 5.1.
|
18
|
-
activejob (= 5.1.
|
15
|
+
actionmailer (5.1.7)
|
16
|
+
actionpack (= 5.1.7)
|
17
|
+
actionview (= 5.1.7)
|
18
|
+
activejob (= 5.1.7)
|
19
19
|
mail (~> 2.5, >= 2.5.4)
|
20
20
|
rails-dom-testing (~> 2.0)
|
21
|
-
actionpack (5.1.
|
22
|
-
actionview (= 5.1.
|
23
|
-
activesupport (= 5.1.
|
21
|
+
actionpack (5.1.7)
|
22
|
+
actionview (= 5.1.7)
|
23
|
+
activesupport (= 5.1.7)
|
24
24
|
rack (~> 2.0)
|
25
|
-
rack-test (
|
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.1.
|
29
|
-
activesupport (= 5.1.
|
28
|
+
actionview (5.1.7)
|
29
|
+
activesupport (= 5.1.7)
|
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.1.
|
35
|
-
activesupport (= 5.1.
|
34
|
+
activejob (5.1.7)
|
35
|
+
activesupport (= 5.1.7)
|
36
36
|
globalid (>= 0.3.6)
|
37
|
-
activemodel (5.1.
|
38
|
-
activesupport (= 5.1.
|
39
|
-
activerecord (5.1.
|
40
|
-
activemodel (= 5.1.
|
41
|
-
activesupport (= 5.1.
|
37
|
+
activemodel (5.1.7)
|
38
|
+
activesupport (= 5.1.7)
|
39
|
+
activerecord (5.1.7)
|
40
|
+
activemodel (= 5.1.7)
|
41
|
+
activesupport (= 5.1.7)
|
42
42
|
arel (~> 8.0)
|
43
|
-
activesupport (5.1.
|
43
|
+
activesupport (5.1.7)
|
44
44
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
45
|
-
i18n (
|
45
|
+
i18n (>= 0.7, < 2)
|
46
46
|
minitest (~> 5.1)
|
47
47
|
tzinfo (~> 1.1)
|
48
48
|
appraisal (2.2.0)
|
@@ -52,60 +52,60 @@ GEM
|
|
52
52
|
arel (8.0.0)
|
53
53
|
builder (3.2.3)
|
54
54
|
byebug (9.0.6)
|
55
|
-
coderay (1.1.
|
56
|
-
concurrent-ruby (1.
|
57
|
-
connection_pool (2.2.
|
55
|
+
coderay (1.1.2)
|
56
|
+
concurrent-ruby (1.1.5)
|
57
|
+
connection_pool (2.2.2)
|
58
|
+
crass (1.0.4)
|
58
59
|
diff-lcs (1.3)
|
59
|
-
erubi (1.
|
60
|
-
globalid (0.4.
|
60
|
+
erubi (1.9.0)
|
61
|
+
globalid (0.4.2)
|
61
62
|
activesupport (>= 4.2.0)
|
62
|
-
i18n (0.
|
63
|
-
|
63
|
+
i18n (0.9.5)
|
64
|
+
concurrent-ruby (~> 1.0)
|
65
|
+
loofah (2.3.0)
|
66
|
+
crass (~> 1.0.2)
|
64
67
|
nokogiri (>= 1.5.9)
|
65
|
-
mail (2.
|
66
|
-
|
67
|
-
method_source (0.
|
68
|
-
|
69
|
-
mime-types-data (~> 3.2015)
|
70
|
-
mime-types-data (3.2016.0521)
|
68
|
+
mail (2.7.1)
|
69
|
+
mini_mime (>= 0.1.1)
|
70
|
+
method_source (0.9.2)
|
71
|
+
mini_mime (1.0.2)
|
71
72
|
mini_portile2 (2.1.0)
|
72
|
-
minitest (5.
|
73
|
-
nio4r (2.
|
74
|
-
nokogiri (1.7.
|
73
|
+
minitest (5.12.2)
|
74
|
+
nio4r (2.3.1)
|
75
|
+
nokogiri (1.7.2)
|
75
76
|
mini_portile2 (~> 2.1.0)
|
76
|
-
pg (
|
77
|
-
pry (0.
|
77
|
+
pg (1.1.4)
|
78
|
+
pry (0.12.2)
|
78
79
|
coderay (~> 1.1.0)
|
79
|
-
method_source (~> 0.
|
80
|
-
|
81
|
-
|
82
|
-
byebug (~> 9.0)
|
80
|
+
method_source (~> 0.9.0)
|
81
|
+
pry-byebug (3.4.3)
|
82
|
+
byebug (>= 9.0, < 9.1)
|
83
83
|
pry (~> 0.10)
|
84
|
-
rack (2.0.
|
85
|
-
rack-protection (
|
84
|
+
rack (2.0.7)
|
85
|
+
rack-protection (2.0.7)
|
86
86
|
rack
|
87
|
-
rack-test (
|
88
|
-
rack (>= 1.0)
|
89
|
-
rails (5.1.
|
90
|
-
actioncable (= 5.1.
|
91
|
-
actionmailer (= 5.1.
|
92
|
-
actionpack (= 5.1.
|
93
|
-
actionview (= 5.1.
|
94
|
-
activejob (= 5.1.
|
95
|
-
activemodel (= 5.1.
|
96
|
-
activerecord (= 5.1.
|
97
|
-
activesupport (= 5.1.
|
98
|
-
bundler (>= 1.3.0
|
99
|
-
railties (= 5.1.
|
87
|
+
rack-test (1.1.0)
|
88
|
+
rack (>= 1.0, < 3)
|
89
|
+
rails (5.1.7)
|
90
|
+
actioncable (= 5.1.7)
|
91
|
+
actionmailer (= 5.1.7)
|
92
|
+
actionpack (= 5.1.7)
|
93
|
+
actionview (= 5.1.7)
|
94
|
+
activejob (= 5.1.7)
|
95
|
+
activemodel (= 5.1.7)
|
96
|
+
activerecord (= 5.1.7)
|
97
|
+
activesupport (= 5.1.7)
|
98
|
+
bundler (>= 1.3.0)
|
99
|
+
railties (= 5.1.7)
|
100
100
|
sprockets-rails (>= 2.0.0)
|
101
|
-
rails-dom-testing (2.0.
|
102
|
-
activesupport (>= 4.2.0
|
103
|
-
nokogiri (
|
104
|
-
rails-html-sanitizer (1.0
|
105
|
-
loofah (~> 2.
|
106
|
-
railties (5.1.
|
107
|
-
actionpack (= 5.1.
|
108
|
-
activesupport (= 5.1.
|
101
|
+
rails-dom-testing (2.0.3)
|
102
|
+
activesupport (>= 4.2.0)
|
103
|
+
nokogiri (>= 1.6)
|
104
|
+
rails-html-sanitizer (1.3.0)
|
105
|
+
loofah (~> 2.3)
|
106
|
+
railties (5.1.7)
|
107
|
+
actionpack (= 5.1.7)
|
108
|
+
activesupport (= 5.1.7)
|
109
109
|
method_source
|
110
110
|
rake (>= 0.8.7)
|
111
111
|
thor (>= 0.18.1, < 2.0)
|
@@ -113,47 +113,46 @@ GEM
|
|
113
113
|
redis (3.3.3)
|
114
114
|
request_store (1.4.1)
|
115
115
|
rack (>= 1.4)
|
116
|
-
rspec (3.
|
117
|
-
rspec-core (~> 3.
|
118
|
-
rspec-expectations (~> 3.
|
119
|
-
rspec-mocks (~> 3.
|
120
|
-
rspec-core (3.
|
121
|
-
rspec-support (~> 3.
|
122
|
-
rspec-expectations (3.
|
116
|
+
rspec (3.9.0)
|
117
|
+
rspec-core (~> 3.9.0)
|
118
|
+
rspec-expectations (~> 3.9.0)
|
119
|
+
rspec-mocks (~> 3.9.0)
|
120
|
+
rspec-core (3.9.0)
|
121
|
+
rspec-support (~> 3.9.0)
|
122
|
+
rspec-expectations (3.9.0)
|
123
123
|
diff-lcs (>= 1.2.0, < 2.0)
|
124
|
-
rspec-support (~> 3.
|
125
|
-
rspec-mocks (3.
|
124
|
+
rspec-support (~> 3.9.0)
|
125
|
+
rspec-mocks (3.9.0)
|
126
126
|
diff-lcs (>= 1.2.0, < 2.0)
|
127
|
-
rspec-support (~> 3.
|
128
|
-
rspec-rails (3.
|
127
|
+
rspec-support (~> 3.9.0)
|
128
|
+
rspec-rails (3.9.0)
|
129
129
|
actionpack (>= 3.0)
|
130
130
|
activesupport (>= 3.0)
|
131
131
|
railties (>= 3.0)
|
132
|
-
rspec-core (~> 3.
|
133
|
-
rspec-expectations (~> 3.
|
134
|
-
rspec-mocks (~> 3.
|
135
|
-
rspec-support (~> 3.
|
136
|
-
rspec-support (3.
|
137
|
-
sidekiq (
|
132
|
+
rspec-core (~> 3.9.0)
|
133
|
+
rspec-expectations (~> 3.9.0)
|
134
|
+
rspec-mocks (~> 3.9.0)
|
135
|
+
rspec-support (~> 3.9.0)
|
136
|
+
rspec-support (3.9.0)
|
137
|
+
sidekiq (5.0.4)
|
138
138
|
concurrent-ruby (~> 1.0)
|
139
139
|
connection_pool (~> 2.2, >= 2.2.0)
|
140
140
|
rack-protection (>= 1.5.0)
|
141
|
-
redis (~> 3.
|
142
|
-
|
143
|
-
sprockets (3.7.1)
|
141
|
+
redis (~> 3.3, >= 3.3.3)
|
142
|
+
sprockets (3.7.2)
|
144
143
|
concurrent-ruby (~> 1.0)
|
145
144
|
rack (> 1, < 3)
|
146
|
-
sprockets-rails (3.2.
|
145
|
+
sprockets-rails (3.2.1)
|
147
146
|
actionpack (>= 4.0)
|
148
147
|
activesupport (>= 4.0)
|
149
148
|
sprockets (>= 3.0.0)
|
150
|
-
thor (0.
|
149
|
+
thor (0.20.3)
|
151
150
|
thread_safe (0.3.6)
|
152
|
-
tzinfo (1.2.
|
151
|
+
tzinfo (1.2.5)
|
153
152
|
thread_safe (~> 0.1)
|
154
153
|
websocket-driver (0.6.5)
|
155
154
|
websocket-extensions (>= 0.1.0)
|
156
|
-
websocket-extensions (0.1.
|
155
|
+
websocket-extensions (0.1.4)
|
157
156
|
|
158
157
|
PLATFORMS
|
159
158
|
ruby
|
@@ -161,15 +160,21 @@ PLATFORMS
|
|
161
160
|
DEPENDENCIES
|
162
161
|
activerecord-multi-tenant!
|
163
162
|
appraisal
|
163
|
+
byebug (~> 9.0.6)
|
164
|
+
i18n (~> 0.9.5)
|
165
|
+
nio4r (~> 2.3.1)
|
166
|
+
nokogiri (~> 1.7.1)
|
164
167
|
pg
|
165
168
|
pry
|
166
169
|
pry-byebug
|
167
|
-
rails (
|
168
|
-
rake
|
170
|
+
rails (~> 5.1.0)
|
171
|
+
rake (= 12.0.0)
|
172
|
+
redis (= 3.3.3)
|
169
173
|
rspec (>= 3.0)
|
170
174
|
rspec-rails
|
171
175
|
sidekiq
|
176
|
+
sprockets (~> 3.7.1)
|
172
177
|
thor
|
173
178
|
|
174
179
|
BUNDLED WITH
|
175
|
-
1.17.
|
180
|
+
1.17.3
|