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