activerecord-multi-tenant 1.0.4 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +3 -28
  3. data/Appraisals +6 -49
  4. data/Gemfile.lock +77 -61
  5. data/gemfiles/active_record_5.2.gemfile +2 -1
  6. data/gemfiles/active_record_5.2.gemfile.lock +38 -38
  7. data/gemfiles/active_record_6.0.gemfile +1 -1
  8. data/gemfiles/active_record_6.0.gemfile.lock +95 -95
  9. data/gemfiles/rails_5.2.gemfile +2 -1
  10. data/gemfiles/rails_5.2.gemfile.lock +38 -38
  11. data/gemfiles/rails_6.0.gemfile +1 -1
  12. data/gemfiles/rails_6.0.gemfile.lock +95 -95
  13. data/lib/activerecord-multi-tenant/controller_extensions.rb +2 -6
  14. data/lib/activerecord-multi-tenant/copy_from_client.rb +2 -2
  15. data/lib/activerecord-multi-tenant/migrations.rb +2 -2
  16. data/lib/activerecord-multi-tenant/model_extensions.rb +3 -9
  17. data/lib/activerecord-multi-tenant/multi_tenant.rb +1 -0
  18. data/lib/activerecord-multi-tenant/query_rewriter.rb +22 -73
  19. data/lib/activerecord-multi-tenant/sidekiq.rb +2 -1
  20. data/lib/activerecord-multi-tenant/version.rb +1 -1
  21. data/spec/activerecord-multi-tenant/controller_extensions_spec.rb +19 -24
  22. data/spec/activerecord-multi-tenant/model_extensions_spec.rb +6 -30
  23. data/spec/activerecord-multi-tenant/query_rewriter_spec.rb +8 -0
  24. data/spec/activerecord-multi-tenant/sidekiq_spec.rb +4 -4
  25. data/spec/schema.rb +1 -4
  26. data/spec/spec_helper.rb +1 -6
  27. metadata +6 -14
  28. data/gemfiles/active_record_5.1.gemfile +0 -15
  29. data/gemfiles/active_record_5.1.gemfile.lock +0 -180
  30. data/gemfiles/rails_4.2.gemfile +0 -16
  31. data/gemfiles/rails_4.2.gemfile.lock +0 -175
  32. data/gemfiles/rails_5.0.gemfile +0 -15
  33. data/gemfiles/rails_5.0.gemfile.lock +0 -180
  34. data/gemfiles/rails_5.1.gemfile +0 -15
  35. data/gemfiles/rails_5.1.gemfile.lock +0 -180
@@ -1,16 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "appraisal"
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"
15
-
16
- gemspec path: "../"
@@ -1,175 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- activerecord-multi-tenant (1.0.4)
5
- rails (>= 4.2)
6
- request_store (>= 1.0.5)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
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
- mail (~> 2.5, >= 2.5.4)
16
- rails-dom-testing (~> 1.0, >= 1.0.5)
17
- actionpack (4.2.11.1)
18
- actionview (= 4.2.11.1)
19
- activesupport (= 4.2.11.1)
20
- rack (~> 1.6)
21
- rack-test (~> 0.6.2)
22
- rails-dom-testing (~> 1.0, >= 1.0.5)
23
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
24
- actionview (4.2.11.1)
25
- activesupport (= 4.2.11.1)
26
- builder (~> 3.1)
27
- erubis (~> 2.7.0)
28
- rails-dom-testing (~> 1.0, >= 1.0.5)
29
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
30
- activejob (4.2.11.1)
31
- activesupport (= 4.2.11.1)
32
- globalid (>= 0.3.0)
33
- activemodel (4.2.11.1)
34
- activesupport (= 4.2.11.1)
35
- builder (~> 3.1)
36
- activerecord (4.2.11.1)
37
- activemodel (= 4.2.11.1)
38
- activesupport (= 4.2.11.1)
39
- arel (~> 6.0)
40
- activesupport (4.2.11.1)
41
- i18n (~> 0.7)
42
- minitest (~> 5.1)
43
- thread_safe (~> 0.3, >= 0.3.4)
44
- tzinfo (~> 1.1)
45
- appraisal (2.2.0)
46
- bundler
47
- rake
48
- thor (>= 0.14.0)
49
- arel (6.0.4)
50
- builder (3.2.3)
51
- byebug (9.0.6)
52
- coderay (1.1.2)
53
- concurrent-ruby (1.1.5)
54
- connection_pool (2.2.2)
55
- crass (1.0.4)
56
- diff-lcs (1.3)
57
- erubis (2.7.0)
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)
64
- nokogiri (>= 1.5.9)
65
- mail (2.7.1)
66
- mini_mime (>= 0.1.1)
67
- method_source (0.9.2)
68
- mini_mime (1.0.2)
69
- mini_portile2 (2.1.0)
70
- minitest (5.12.2)
71
- nio4r (2.3.1)
72
- nokogiri (1.7.2)
73
- mini_portile2 (~> 2.1.0)
74
- pg (0.21.0)
75
- pry (0.12.2)
76
- coderay (~> 1.1.0)
77
- method_source (~> 0.9.0)
78
- pry-byebug (3.4.3)
79
- byebug (>= 9.0, < 9.1)
80
- pry (~> 0.10)
81
- rack (1.6.11)
82
- rack-protection (2.0.7)
83
- rack
84
- rack-test (0.6.3)
85
- rack (>= 1.0)
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)
94
- bundler (>= 1.3.0, < 2.0)
95
- railties (= 4.2.11.1)
96
- sprockets-rails
97
- rails-deprecated_sanitizer (1.0.3)
98
- activesupport (>= 4.2.0.alpha)
99
- rails-dom-testing (1.0.9)
100
- activesupport (>= 4.2.0, < 5.0)
101
- nokogiri (~> 1.6)
102
- rails-deprecated_sanitizer (>= 1.0.1)
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)
108
- rake (>= 0.8.7)
109
- thor (>= 0.18.1, < 2.0)
110
- rake (12.0.0)
111
- redis (3.3.3)
112
- request_store (1.4.1)
113
- rack (>= 1.4)
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)
121
- diff-lcs (>= 1.2.0, < 2.0)
122
- rspec-support (~> 3.9.0)
123
- rspec-mocks (3.9.0)
124
- diff-lcs (>= 1.2.0, < 2.0)
125
- rspec-support (~> 3.9.0)
126
- rspec-rails (3.9.0)
127
- actionpack (>= 3.0)
128
- activesupport (>= 3.0)
129
- railties (>= 3.0)
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)
136
- concurrent-ruby (~> 1.0)
137
- connection_pool (~> 2.2, >= 2.2.0)
138
- rack-protection (>= 1.5.0)
139
- redis (~> 3.3, >= 3.3.3)
140
- sprockets (3.7.2)
141
- concurrent-ruby (~> 1.0)
142
- rack (> 1, < 3)
143
- sprockets-rails (3.2.1)
144
- actionpack (>= 4.0)
145
- activesupport (>= 4.0)
146
- sprockets (>= 3.0.0)
147
- thor (0.20.3)
148
- thread_safe (0.3.6)
149
- tzinfo (1.2.5)
150
- thread_safe (~> 0.1)
151
-
152
- PLATFORMS
153
- ruby
154
-
155
- DEPENDENCIES
156
- activerecord-multi-tenant!
157
- appraisal
158
- byebug (~> 9.0.6)
159
- i18n (~> 0.9.5)
160
- nio4r (~> 2.3.1)
161
- nokogiri (~> 1.7.1)
162
- pg (~> 0.15)
163
- pry
164
- pry-byebug
165
- rails (~> 4.2.8)
166
- rake (= 12.0.0)
167
- redis (= 3.3.3)
168
- rspec (>= 3.0)
169
- rspec-rails
170
- sidekiq
171
- sprockets (~> 3.7.1)
172
- thor
173
-
174
- BUNDLED WITH
175
- 1.17.3
@@ -1,15 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "appraisal"
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"
14
-
15
- gemspec path: "../"
@@ -1,180 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- activerecord-multi-tenant (1.0.4)
5
- rails (>= 4.2)
6
- request_store (>= 1.0.5)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actioncable (5.0.7.2)
12
- actionpack (= 5.0.7.2)
13
- nio4r (>= 1.2, < 3.0)
14
- websocket-driver (~> 0.6.1)
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
- mail (~> 2.5, >= 2.5.4)
20
- rails-dom-testing (~> 2.0)
21
- actionpack (5.0.7.2)
22
- actionview (= 5.0.7.2)
23
- activesupport (= 5.0.7.2)
24
- rack (~> 2.0)
25
- rack-test (~> 0.6.3)
26
- rails-dom-testing (~> 2.0)
27
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.0.7.2)
29
- activesupport (= 5.0.7.2)
30
- builder (~> 3.1)
31
- erubis (~> 2.7.0)
32
- rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (5.0.7.2)
35
- activesupport (= 5.0.7.2)
36
- globalid (>= 0.3.6)
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
- arel (~> 7.0)
43
- activesupport (5.0.7.2)
44
- concurrent-ruby (~> 1.0, >= 1.0.2)
45
- i18n (>= 0.7, < 2)
46
- minitest (~> 5.1)
47
- tzinfo (~> 1.1)
48
- appraisal (2.2.0)
49
- bundler
50
- rake
51
- thor (>= 0.14.0)
52
- arel (7.1.4)
53
- builder (3.2.3)
54
- byebug (9.0.6)
55
- coderay (1.1.2)
56
- concurrent-ruby (1.1.5)
57
- connection_pool (2.2.2)
58
- crass (1.0.4)
59
- diff-lcs (1.3)
60
- erubis (2.7.0)
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)
67
- nokogiri (>= 1.5.9)
68
- mail (2.7.1)
69
- mini_mime (>= 0.1.1)
70
- method_source (0.9.2)
71
- mini_mime (1.0.2)
72
- mini_portile2 (2.1.0)
73
- minitest (5.12.2)
74
- nio4r (2.3.1)
75
- nokogiri (1.7.2)
76
- mini_portile2 (~> 2.1.0)
77
- pg (1.1.4)
78
- pry (0.12.2)
79
- coderay (~> 1.1.0)
80
- method_source (~> 0.9.0)
81
- pry-byebug (3.4.3)
82
- byebug (>= 9.0, < 9.1)
83
- pry (~> 0.10)
84
- rack (2.0.7)
85
- rack-protection (2.0.7)
86
- rack
87
- rack-test (0.6.3)
88
- rack (>= 1.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
- sprockets-rails (>= 2.0.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
- method_source
110
- rake (>= 0.8.7)
111
- thor (>= 0.18.1, < 2.0)
112
- rake (12.0.0)
113
- redis (3.3.3)
114
- request_store (1.4.1)
115
- rack (>= 1.4)
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
- diff-lcs (>= 1.2.0, < 2.0)
124
- rspec-support (~> 3.9.0)
125
- rspec-mocks (3.9.0)
126
- diff-lcs (>= 1.2.0, < 2.0)
127
- rspec-support (~> 3.9.0)
128
- rspec-rails (3.9.0)
129
- actionpack (>= 3.0)
130
- activesupport (>= 3.0)
131
- railties (>= 3.0)
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
- concurrent-ruby (~> 1.0)
139
- connection_pool (~> 2.2, >= 2.2.0)
140
- rack-protection (>= 1.5.0)
141
- redis (~> 3.3, >= 3.3.3)
142
- sprockets (3.7.2)
143
- concurrent-ruby (~> 1.0)
144
- rack (> 1, < 3)
145
- sprockets-rails (3.2.1)
146
- actionpack (>= 4.0)
147
- activesupport (>= 4.0)
148
- sprockets (>= 3.0.0)
149
- thor (0.20.3)
150
- thread_safe (0.3.6)
151
- tzinfo (1.2.5)
152
- thread_safe (~> 0.1)
153
- websocket-driver (0.6.5)
154
- websocket-extensions (>= 0.1.0)
155
- websocket-extensions (0.1.4)
156
-
157
- PLATFORMS
158
- ruby
159
-
160
- DEPENDENCIES
161
- activerecord-multi-tenant!
162
- appraisal
163
- byebug (~> 9.0.6)
164
- i18n (~> 0.9.5)
165
- nio4r (~> 2.3.1)
166
- nokogiri (~> 1.7.1)
167
- pg
168
- pry
169
- pry-byebug
170
- rails (~> 5.0.1)
171
- rake (= 12.0.0)
172
- redis (= 3.3.3)
173
- rspec (>= 3.0)
174
- rspec-rails
175
- sidekiq
176
- sprockets (~> 3.7.1)
177
- thor
178
-
179
- BUNDLED WITH
180
- 1.17.3
@@ -1,15 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "appraisal"
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"
14
-
15
- gemspec path: "../"
@@ -1,180 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- activerecord-multi-tenant (1.0.4)
5
- rails (>= 4.2)
6
- request_store (>= 1.0.5)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actioncable (5.1.7)
12
- actionpack (= 5.1.7)
13
- nio4r (~> 2.0)
14
- websocket-driver (~> 0.6.1)
15
- actionmailer (5.1.7)
16
- actionpack (= 5.1.7)
17
- actionview (= 5.1.7)
18
- activejob (= 5.1.7)
19
- mail (~> 2.5, >= 2.5.4)
20
- rails-dom-testing (~> 2.0)
21
- actionpack (5.1.7)
22
- actionview (= 5.1.7)
23
- activesupport (= 5.1.7)
24
- rack (~> 2.0)
25
- rack-test (>= 0.6.3)
26
- rails-dom-testing (~> 2.0)
27
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.1.7)
29
- activesupport (= 5.1.7)
30
- builder (~> 3.1)
31
- erubi (~> 1.4)
32
- rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (5.1.7)
35
- activesupport (= 5.1.7)
36
- globalid (>= 0.3.6)
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
- arel (~> 8.0)
43
- activesupport (5.1.7)
44
- concurrent-ruby (~> 1.0, >= 1.0.2)
45
- i18n (>= 0.7, < 2)
46
- minitest (~> 5.1)
47
- tzinfo (~> 1.1)
48
- appraisal (2.2.0)
49
- bundler
50
- rake
51
- thor (>= 0.14.0)
52
- arel (8.0.0)
53
- builder (3.2.3)
54
- byebug (9.0.6)
55
- coderay (1.1.2)
56
- concurrent-ruby (1.1.5)
57
- connection_pool (2.2.2)
58
- crass (1.0.4)
59
- diff-lcs (1.3)
60
- erubi (1.9.0)
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)
67
- nokogiri (>= 1.5.9)
68
- mail (2.7.1)
69
- mini_mime (>= 0.1.1)
70
- method_source (0.9.2)
71
- mini_mime (1.0.2)
72
- mini_portile2 (2.1.0)
73
- minitest (5.12.2)
74
- nio4r (2.3.1)
75
- nokogiri (1.7.2)
76
- mini_portile2 (~> 2.1.0)
77
- pg (1.1.4)
78
- pry (0.12.2)
79
- coderay (~> 1.1.0)
80
- method_source (~> 0.9.0)
81
- pry-byebug (3.4.3)
82
- byebug (>= 9.0, < 9.1)
83
- pry (~> 0.10)
84
- rack (2.0.7)
85
- rack-protection (2.0.7)
86
- rack
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
- sprockets-rails (>= 2.0.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.1.7)
107
- actionpack (= 5.1.7)
108
- activesupport (= 5.1.7)
109
- method_source
110
- rake (>= 0.8.7)
111
- thor (>= 0.18.1, < 2.0)
112
- rake (12.0.0)
113
- redis (3.3.3)
114
- request_store (1.4.1)
115
- rack (>= 1.4)
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
- diff-lcs (>= 1.2.0, < 2.0)
124
- rspec-support (~> 3.9.0)
125
- rspec-mocks (3.9.0)
126
- diff-lcs (>= 1.2.0, < 2.0)
127
- rspec-support (~> 3.9.0)
128
- rspec-rails (3.9.0)
129
- actionpack (>= 3.0)
130
- activesupport (>= 3.0)
131
- railties (>= 3.0)
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
- concurrent-ruby (~> 1.0)
139
- connection_pool (~> 2.2, >= 2.2.0)
140
- rack-protection (>= 1.5.0)
141
- redis (~> 3.3, >= 3.3.3)
142
- sprockets (3.7.2)
143
- concurrent-ruby (~> 1.0)
144
- rack (> 1, < 3)
145
- sprockets-rails (3.2.1)
146
- actionpack (>= 4.0)
147
- activesupport (>= 4.0)
148
- sprockets (>= 3.0.0)
149
- thor (0.20.3)
150
- thread_safe (0.3.6)
151
- tzinfo (1.2.5)
152
- thread_safe (~> 0.1)
153
- websocket-driver (0.6.5)
154
- websocket-extensions (>= 0.1.0)
155
- websocket-extensions (0.1.4)
156
-
157
- PLATFORMS
158
- ruby
159
-
160
- DEPENDENCIES
161
- activerecord-multi-tenant!
162
- appraisal
163
- byebug (~> 9.0.6)
164
- i18n (~> 0.9.5)
165
- nio4r (~> 2.3.1)
166
- nokogiri (~> 1.7.1)
167
- pg
168
- pry
169
- pry-byebug
170
- rails (~> 5.1.0)
171
- rake (= 12.0.0)
172
- redis (= 3.3.3)
173
- rspec (>= 3.0)
174
- rspec-rails
175
- sidekiq
176
- sprockets (~> 3.7.1)
177
- thor
178
-
179
- BUNDLED WITH
180
- 1.17.3