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.
@@ -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.2)
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.1)
12
- actionpack (= 5.0.1)
13
- nio4r (~> 1.2)
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.1)
16
- actionpack (= 5.0.1)
17
- actionview (= 5.0.1)
18
- activejob (= 5.0.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
19
  mail (~> 2.5, >= 2.5.4)
20
20
  rails-dom-testing (~> 2.0)
21
- actionpack (5.0.1)
22
- actionview (= 5.0.1)
23
- activesupport (= 5.0.1)
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.1)
29
- activesupport (= 5.0.1)
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.2)
34
- activejob (5.0.1)
35
- activesupport (= 5.0.1)
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.1)
38
- activesupport (= 5.0.1)
39
- activerecord (5.0.1)
40
- activemodel (= 5.0.1)
41
- activesupport (= 5.0.1)
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.1)
43
+ activesupport (5.0.7.2)
44
44
  concurrent-ruby (~> 1.0, >= 1.0.2)
45
- i18n (~> 0.7)
45
+ i18n (>= 0.7, < 2)
46
46
  minitest (~> 5.1)
47
47
  tzinfo (~> 1.1)
48
- appraisal (2.1.0)
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.1)
56
- concurrent-ruby (1.0.5)
57
- connection_pool (2.2.1)
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.3.7)
61
- activesupport (>= 4.1.0)
62
- i18n (0.8.1)
63
- loofah (2.0.3)
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.6.4)
66
- mime-types (>= 1.16, < 4)
67
- method_source (0.8.2)
68
- mime-types (3.1)
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.10.1)
73
- nio4r (1.2.1)
74
- nokogiri (1.7.1)
73
+ minitest (5.12.2)
74
+ nio4r (2.3.1)
75
+ nokogiri (1.7.2)
75
76
  mini_portile2 (~> 2.1.0)
76
- pg (0.20.0)
77
- pry (0.10.4)
77
+ pg (1.1.4)
78
+ pry (0.12.2)
78
79
  coderay (~> 1.1.0)
79
- method_source (~> 0.8.1)
80
- slop (~> 3.4)
81
- pry-byebug (3.4.2)
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.1)
85
- rack-protection (1.5.3)
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.1)
90
- actioncable (= 5.0.1)
91
- actionmailer (= 5.0.1)
92
- actionpack (= 5.0.1)
93
- actionview (= 5.0.1)
94
- activejob (= 5.0.1)
95
- activemodel (= 5.0.1)
96
- activerecord (= 5.0.1)
97
- activesupport (= 5.0.1)
98
- bundler (>= 1.3.0, < 2.0)
99
- railties (= 5.0.1)
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.2)
102
- activesupport (>= 4.2.0, < 6.0)
103
- nokogiri (~> 1.6)
104
- rails-html-sanitizer (1.0.3)
105
- loofah (~> 2.0)
106
- railties (5.0.1)
107
- actionpack (= 5.0.1)
108
- activesupport (= 5.0.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.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.5.0)
117
- rspec-core (~> 3.5.0)
118
- rspec-expectations (~> 3.5.0)
119
- rspec-mocks (~> 3.5.0)
120
- rspec-core (3.5.4)
121
- rspec-support (~> 3.5.0)
122
- rspec-expectations (3.5.0)
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.5.0)
125
- rspec-mocks (3.5.0)
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.5.0)
128
- rspec-rails (3.5.2)
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.5.0)
133
- rspec-expectations (~> 3.5.0)
134
- rspec-mocks (~> 3.5.0)
135
- rspec-support (~> 3.5.0)
136
- rspec-support (3.5.0)
137
- sidekiq (4.2.10)
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.2, >= 3.2.1)
142
- slop (3.6.0)
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.0)
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.19.4)
149
+ thor (0.20.3)
151
150
  thread_safe (0.3.6)
152
- tzinfo (1.2.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.2)
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 (= 5.0.1)
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.2
180
+ 1.17.3
@@ -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.2)
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.0)
12
- actionpack (= 5.1.0)
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.0)
16
- actionpack (= 5.1.0)
17
- actionview (= 5.1.0)
18
- activejob (= 5.1.0)
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.0)
22
- actionview (= 5.1.0)
23
- activesupport (= 5.1.0)
21
+ actionpack (5.1.7)
22
+ actionview (= 5.1.7)
23
+ activesupport (= 5.1.7)
24
24
  rack (~> 2.0)
25
- rack-test (~> 0.6.3)
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.0)
29
- activesupport (= 5.1.0)
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.0)
35
- activesupport (= 5.1.0)
34
+ activejob (5.1.7)
35
+ activesupport (= 5.1.7)
36
36
  globalid (>= 0.3.6)
37
- activemodel (5.1.0)
38
- activesupport (= 5.1.0)
39
- activerecord (5.1.0)
40
- activemodel (= 5.1.0)
41
- activesupport (= 5.1.0)
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.0)
43
+ activesupport (5.1.7)
44
44
  concurrent-ruby (~> 1.0, >= 1.0.2)
45
- i18n (~> 0.7)
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.1)
56
- concurrent-ruby (1.0.5)
57
- connection_pool (2.2.1)
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.6.0)
60
- globalid (0.4.0)
60
+ erubi (1.9.0)
61
+ globalid (0.4.2)
61
62
  activesupport (>= 4.2.0)
62
- i18n (0.8.1)
63
- loofah (2.0.3)
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.6.5)
66
- mime-types (>= 1.16, < 4)
67
- method_source (0.8.2)
68
- mime-types (3.1)
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.10.1)
73
- nio4r (2.0.0)
74
- nokogiri (1.7.1)
73
+ minitest (5.12.2)
74
+ nio4r (2.3.1)
75
+ nokogiri (1.7.2)
75
76
  mini_portile2 (~> 2.1.0)
76
- pg (0.20.0)
77
- pry (0.10.4)
77
+ pg (1.1.4)
78
+ pry (0.12.2)
78
79
  coderay (~> 1.1.0)
79
- method_source (~> 0.8.1)
80
- slop (~> 3.4)
81
- pry-byebug (3.4.2)
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.1)
85
- rack-protection (1.5.3)
84
+ rack (2.0.7)
85
+ rack-protection (2.0.7)
86
86
  rack
87
- rack-test (0.6.3)
88
- rack (>= 1.0)
89
- rails (5.1.0)
90
- actioncable (= 5.1.0)
91
- actionmailer (= 5.1.0)
92
- actionpack (= 5.1.0)
93
- actionview (= 5.1.0)
94
- activejob (= 5.1.0)
95
- activemodel (= 5.1.0)
96
- activerecord (= 5.1.0)
97
- activesupport (= 5.1.0)
98
- bundler (>= 1.3.0, < 2.0)
99
- railties (= 5.1.0)
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.2)
102
- activesupport (>= 4.2.0, < 6.0)
103
- nokogiri (~> 1.6)
104
- rails-html-sanitizer (1.0.3)
105
- loofah (~> 2.0)
106
- railties (5.1.0)
107
- actionpack (= 5.1.0)
108
- activesupport (= 5.1.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
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.6.0)
117
- rspec-core (~> 3.6.0)
118
- rspec-expectations (~> 3.6.0)
119
- rspec-mocks (~> 3.6.0)
120
- rspec-core (3.6.0)
121
- rspec-support (~> 3.6.0)
122
- rspec-expectations (3.6.0)
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.6.0)
125
- rspec-mocks (3.6.0)
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.6.0)
128
- rspec-rails (3.6.0)
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.6.0)
133
- rspec-expectations (~> 3.6.0)
134
- rspec-mocks (~> 3.6.0)
135
- rspec-support (~> 3.6.0)
136
- rspec-support (3.6.0)
137
- sidekiq (4.2.10)
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.2, >= 3.2.1)
142
- slop (3.6.0)
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.0)
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.19.4)
149
+ thor (0.20.3)
151
150
  thread_safe (0.3.6)
152
- tzinfo (1.2.3)
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.2)
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 (= 5.1.0)
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.2
180
+ 1.17.3