parentry 1.5.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,150 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- parentry (1.5.0)
5
- activerecord (>= 5.1, < 7.1)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actionpack (5.1.7)
11
- actionview (= 5.1.7)
12
- activesupport (= 5.1.7)
13
- rack (~> 2.0)
14
- rack-test (>= 0.6.3)
15
- rails-dom-testing (~> 2.0)
16
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
17
- actionview (5.1.7)
18
- activesupport (= 5.1.7)
19
- builder (~> 3.1)
20
- erubi (~> 1.4)
21
- rails-dom-testing (~> 2.0)
22
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
23
- activemodel (5.1.7)
24
- activesupport (= 5.1.7)
25
- activerecord (5.1.7)
26
- activemodel (= 5.1.7)
27
- activesupport (= 5.1.7)
28
- arel (~> 8.0)
29
- activesupport (5.1.7)
30
- concurrent-ruby (~> 1.0, >= 1.0.2)
31
- i18n (>= 0.7, < 2)
32
- minitest (~> 5.1)
33
- tzinfo (~> 1.1)
34
- appraisal (2.3.0)
35
- bundler
36
- rake
37
- thor (>= 0.14.0)
38
- arel (8.0.0)
39
- ast (2.4.1)
40
- builder (3.2.4)
41
- coderay (1.1.3)
42
- combustion (1.3.1)
43
- activesupport (>= 3.0.0)
44
- railties (>= 3.0.0)
45
- thor (>= 0.14.6)
46
- concurrent-ruby (1.1.7)
47
- crass (1.0.6)
48
- database_cleaner (1.8.5)
49
- diff-lcs (1.4.4)
50
- docile (1.3.4)
51
- erubi (1.10.0)
52
- i18n (1.8.5)
53
- concurrent-ruby (~> 1.0)
54
- loofah (2.8.0)
55
- crass (~> 1.0.2)
56
- nokogiri (>= 1.5.9)
57
- method_source (1.0.0)
58
- mini_portile2 (2.4.0)
59
- minitest (5.14.2)
60
- nokogiri (1.10.10)
61
- mini_portile2 (~> 2.4.0)
62
- parallel (1.20.1)
63
- parser (3.0.0.0)
64
- ast (~> 2.4.1)
65
- pg (1.2.3)
66
- pry (0.13.1)
67
- coderay (~> 1.1)
68
- method_source (~> 1.0)
69
- rack (2.2.3)
70
- rack-test (1.1.0)
71
- rack (>= 1.0, < 3)
72
- rails-dom-testing (2.0.3)
73
- activesupport (>= 4.2.0)
74
- nokogiri (>= 1.6)
75
- rails-html-sanitizer (1.3.0)
76
- loofah (~> 2.3)
77
- railties (5.1.7)
78
- actionpack (= 5.1.7)
79
- activesupport (= 5.1.7)
80
- method_source
81
- rake (>= 0.8.7)
82
- thor (>= 0.18.1, < 2.0)
83
- rainbow (3.0.0)
84
- rake (13.0.3)
85
- regexp_parser (2.0.3)
86
- rexml (3.2.4)
87
- rspec-core (3.10.1)
88
- rspec-support (~> 3.10.0)
89
- rspec-expectations (3.10.1)
90
- diff-lcs (>= 1.2.0, < 2.0)
91
- rspec-support (~> 3.10.0)
92
- rspec-mocks (3.10.1)
93
- diff-lcs (>= 1.2.0, < 2.0)
94
- rspec-support (~> 3.10.0)
95
- rspec-rails (4.0.2)
96
- actionpack (>= 4.2)
97
- activesupport (>= 4.2)
98
- railties (>= 4.2)
99
- rspec-core (~> 3.10)
100
- rspec-expectations (~> 3.10)
101
- rspec-mocks (~> 3.10)
102
- rspec-support (~> 3.10)
103
- rspec-support (3.10.1)
104
- rubocop (1.7.0)
105
- parallel (~> 1.10)
106
- parser (>= 2.7.1.5)
107
- rainbow (>= 2.2.2, < 4.0)
108
- regexp_parser (>= 1.8, < 3.0)
109
- rexml
110
- rubocop-ast (>= 1.2.0, < 2.0)
111
- ruby-progressbar (~> 1.7)
112
- unicode-display_width (>= 1.4.0, < 2.0)
113
- rubocop-ast (1.3.0)
114
- parser (>= 2.7.1.5)
115
- rubocop-rspec (2.1.0)
116
- rubocop (~> 1.0)
117
- rubocop-ast (>= 1.1.0)
118
- ruby-progressbar (1.11.0)
119
- simplecov (0.20.0)
120
- docile (~> 1.1)
121
- simplecov-html (~> 0.11)
122
- simplecov_json_formatter (~> 0.1)
123
- simplecov-html (0.12.3)
124
- simplecov_json_formatter (0.1.2)
125
- thor (1.0.1)
126
- thread_safe (0.3.6)
127
- tzinfo (1.2.9)
128
- thread_safe (~> 0.1)
129
- unicode-display_width (1.7.0)
130
-
131
- PLATFORMS
132
- x86_64-darwin-20
133
- x86_64-linux
134
-
135
- DEPENDENCIES
136
- activerecord (~> 5.1, < 5.2)
137
- appraisal
138
- bundler (~> 2)
139
- combustion (~> 1.1)
140
- database_cleaner (~> 1.6)
141
- parentry!
142
- pg (~> 1.2)
143
- pry (~> 0.13)
144
- rake (~> 13)
145
- rspec-rails (~> 4.0)
146
- rubocop-rspec (~> 2.1)
147
- simplecov (~> 0.20)
148
-
149
- BUNDLED WITH
150
- 2.2.32
@@ -1,8 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "appraisal"
6
- gem "activerecord", "~> 5.2", "< 6"
7
-
8
- gemspec path: "../"
@@ -1,150 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- parentry (1.5.0)
5
- activerecord (>= 5.1, < 7.1)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actionpack (5.2.4.4)
11
- actionview (= 5.2.4.4)
12
- activesupport (= 5.2.4.4)
13
- rack (~> 2.0, >= 2.0.8)
14
- rack-test (>= 0.6.3)
15
- rails-dom-testing (~> 2.0)
16
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
17
- actionview (5.2.4.4)
18
- activesupport (= 5.2.4.4)
19
- builder (~> 3.1)
20
- erubi (~> 1.4)
21
- rails-dom-testing (~> 2.0)
22
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
23
- activemodel (5.2.4.4)
24
- activesupport (= 5.2.4.4)
25
- activerecord (5.2.4.4)
26
- activemodel (= 5.2.4.4)
27
- activesupport (= 5.2.4.4)
28
- arel (>= 9.0)
29
- activesupport (5.2.4.4)
30
- concurrent-ruby (~> 1.0, >= 1.0.2)
31
- i18n (>= 0.7, < 2)
32
- minitest (~> 5.1)
33
- tzinfo (~> 1.1)
34
- appraisal (2.3.0)
35
- bundler
36
- rake
37
- thor (>= 0.14.0)
38
- arel (9.0.0)
39
- ast (2.4.1)
40
- builder (3.2.4)
41
- coderay (1.1.3)
42
- combustion (1.3.1)
43
- activesupport (>= 3.0.0)
44
- railties (>= 3.0.0)
45
- thor (>= 0.14.6)
46
- concurrent-ruby (1.1.7)
47
- crass (1.0.6)
48
- database_cleaner (1.8.5)
49
- diff-lcs (1.4.4)
50
- docile (1.3.4)
51
- erubi (1.10.0)
52
- i18n (1.8.5)
53
- concurrent-ruby (~> 1.0)
54
- loofah (2.8.0)
55
- crass (~> 1.0.2)
56
- nokogiri (>= 1.5.9)
57
- method_source (1.0.0)
58
- mini_portile2 (2.4.0)
59
- minitest (5.14.2)
60
- nokogiri (1.10.10)
61
- mini_portile2 (~> 2.4.0)
62
- parallel (1.20.1)
63
- parser (3.0.0.0)
64
- ast (~> 2.4.1)
65
- pg (1.2.3)
66
- pry (0.13.1)
67
- coderay (~> 1.1)
68
- method_source (~> 1.0)
69
- rack (2.2.3)
70
- rack-test (1.1.0)
71
- rack (>= 1.0, < 3)
72
- rails-dom-testing (2.0.3)
73
- activesupport (>= 4.2.0)
74
- nokogiri (>= 1.6)
75
- rails-html-sanitizer (1.3.0)
76
- loofah (~> 2.3)
77
- railties (5.2.4.4)
78
- actionpack (= 5.2.4.4)
79
- activesupport (= 5.2.4.4)
80
- method_source
81
- rake (>= 0.8.7)
82
- thor (>= 0.19.0, < 2.0)
83
- rainbow (3.0.0)
84
- rake (13.0.3)
85
- regexp_parser (2.0.3)
86
- rexml (3.2.4)
87
- rspec-core (3.10.1)
88
- rspec-support (~> 3.10.0)
89
- rspec-expectations (3.10.1)
90
- diff-lcs (>= 1.2.0, < 2.0)
91
- rspec-support (~> 3.10.0)
92
- rspec-mocks (3.10.1)
93
- diff-lcs (>= 1.2.0, < 2.0)
94
- rspec-support (~> 3.10.0)
95
- rspec-rails (4.0.2)
96
- actionpack (>= 4.2)
97
- activesupport (>= 4.2)
98
- railties (>= 4.2)
99
- rspec-core (~> 3.10)
100
- rspec-expectations (~> 3.10)
101
- rspec-mocks (~> 3.10)
102
- rspec-support (~> 3.10)
103
- rspec-support (3.10.1)
104
- rubocop (1.7.0)
105
- parallel (~> 1.10)
106
- parser (>= 2.7.1.5)
107
- rainbow (>= 2.2.2, < 4.0)
108
- regexp_parser (>= 1.8, < 3.0)
109
- rexml
110
- rubocop-ast (>= 1.2.0, < 2.0)
111
- ruby-progressbar (~> 1.7)
112
- unicode-display_width (>= 1.4.0, < 2.0)
113
- rubocop-ast (1.3.0)
114
- parser (>= 2.7.1.5)
115
- rubocop-rspec (2.1.0)
116
- rubocop (~> 1.0)
117
- rubocop-ast (>= 1.1.0)
118
- ruby-progressbar (1.11.0)
119
- simplecov (0.20.0)
120
- docile (~> 1.1)
121
- simplecov-html (~> 0.11)
122
- simplecov_json_formatter (~> 0.1)
123
- simplecov-html (0.12.3)
124
- simplecov_json_formatter (0.1.2)
125
- thor (1.0.1)
126
- thread_safe (0.3.6)
127
- tzinfo (1.2.9)
128
- thread_safe (~> 0.1)
129
- unicode-display_width (1.7.0)
130
-
131
- PLATFORMS
132
- x86_64-darwin-20
133
- x86_64-linux
134
-
135
- DEPENDENCIES
136
- activerecord (~> 5.2, < 6)
137
- appraisal
138
- bundler (~> 2)
139
- combustion (~> 1.1)
140
- database_cleaner (~> 1.6)
141
- parentry!
142
- pg (~> 1.2)
143
- pry (~> 0.13)
144
- rake (~> 13)
145
- rspec-rails (~> 4.0)
146
- rubocop-rspec (~> 2.1)
147
- simplecov (~> 0.20)
148
-
149
- BUNDLED WITH
150
- 2.2.32
@@ -1,8 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "appraisal"
6
- gem "activerecord", "~> 6.0", "< 6.1"
7
-
8
- gemspec path: "../"
@@ -1,150 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- parentry (1.5.0)
5
- activerecord (>= 5.1, < 7.1)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actionpack (6.0.3.4)
11
- actionview (= 6.0.3.4)
12
- activesupport (= 6.0.3.4)
13
- rack (~> 2.0, >= 2.0.8)
14
- rack-test (>= 0.6.3)
15
- rails-dom-testing (~> 2.0)
16
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
17
- actionview (6.0.3.4)
18
- activesupport (= 6.0.3.4)
19
- builder (~> 3.1)
20
- erubi (~> 1.4)
21
- rails-dom-testing (~> 2.0)
22
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
23
- activemodel (6.0.3.4)
24
- activesupport (= 6.0.3.4)
25
- activerecord (6.0.3.4)
26
- activemodel (= 6.0.3.4)
27
- activesupport (= 6.0.3.4)
28
- activesupport (6.0.3.4)
29
- concurrent-ruby (~> 1.0, >= 1.0.2)
30
- i18n (>= 0.7, < 2)
31
- minitest (~> 5.1)
32
- tzinfo (~> 1.1)
33
- zeitwerk (~> 2.2, >= 2.2.2)
34
- appraisal (2.3.0)
35
- bundler
36
- rake
37
- thor (>= 0.14.0)
38
- ast (2.4.1)
39
- builder (3.2.4)
40
- coderay (1.1.3)
41
- combustion (1.3.1)
42
- activesupport (>= 3.0.0)
43
- railties (>= 3.0.0)
44
- thor (>= 0.14.6)
45
- concurrent-ruby (1.1.7)
46
- crass (1.0.6)
47
- database_cleaner (1.8.5)
48
- diff-lcs (1.4.4)
49
- docile (1.3.4)
50
- erubi (1.10.0)
51
- i18n (1.8.5)
52
- concurrent-ruby (~> 1.0)
53
- loofah (2.8.0)
54
- crass (~> 1.0.2)
55
- nokogiri (>= 1.5.9)
56
- method_source (1.0.0)
57
- mini_portile2 (2.4.0)
58
- minitest (5.14.2)
59
- nokogiri (1.10.10)
60
- mini_portile2 (~> 2.4.0)
61
- parallel (1.20.1)
62
- parser (3.0.0.0)
63
- ast (~> 2.4.1)
64
- pg (1.2.3)
65
- pry (0.13.1)
66
- coderay (~> 1.1)
67
- method_source (~> 1.0)
68
- rack (2.2.3)
69
- rack-test (1.1.0)
70
- rack (>= 1.0, < 3)
71
- rails-dom-testing (2.0.3)
72
- activesupport (>= 4.2.0)
73
- nokogiri (>= 1.6)
74
- rails-html-sanitizer (1.3.0)
75
- loofah (~> 2.3)
76
- railties (6.0.3.4)
77
- actionpack (= 6.0.3.4)
78
- activesupport (= 6.0.3.4)
79
- method_source
80
- rake (>= 0.8.7)
81
- thor (>= 0.20.3, < 2.0)
82
- rainbow (3.0.0)
83
- rake (13.0.3)
84
- regexp_parser (2.0.3)
85
- rexml (3.2.4)
86
- rspec-core (3.10.1)
87
- rspec-support (~> 3.10.0)
88
- rspec-expectations (3.10.1)
89
- diff-lcs (>= 1.2.0, < 2.0)
90
- rspec-support (~> 3.10.0)
91
- rspec-mocks (3.10.1)
92
- diff-lcs (>= 1.2.0, < 2.0)
93
- rspec-support (~> 3.10.0)
94
- rspec-rails (4.0.2)
95
- actionpack (>= 4.2)
96
- activesupport (>= 4.2)
97
- railties (>= 4.2)
98
- rspec-core (~> 3.10)
99
- rspec-expectations (~> 3.10)
100
- rspec-mocks (~> 3.10)
101
- rspec-support (~> 3.10)
102
- rspec-support (3.10.1)
103
- rubocop (1.7.0)
104
- parallel (~> 1.10)
105
- parser (>= 2.7.1.5)
106
- rainbow (>= 2.2.2, < 4.0)
107
- regexp_parser (>= 1.8, < 3.0)
108
- rexml
109
- rubocop-ast (>= 1.2.0, < 2.0)
110
- ruby-progressbar (~> 1.7)
111
- unicode-display_width (>= 1.4.0, < 2.0)
112
- rubocop-ast (1.3.0)
113
- parser (>= 2.7.1.5)
114
- rubocop-rspec (2.1.0)
115
- rubocop (~> 1.0)
116
- rubocop-ast (>= 1.1.0)
117
- ruby-progressbar (1.11.0)
118
- simplecov (0.20.0)
119
- docile (~> 1.1)
120
- simplecov-html (~> 0.11)
121
- simplecov_json_formatter (~> 0.1)
122
- simplecov-html (0.12.3)
123
- simplecov_json_formatter (0.1.2)
124
- thor (1.0.1)
125
- thread_safe (0.3.6)
126
- tzinfo (1.2.9)
127
- thread_safe (~> 0.1)
128
- unicode-display_width (1.7.0)
129
- zeitwerk (2.4.2)
130
-
131
- PLATFORMS
132
- x86_64-darwin-20
133
- x86_64-linux
134
-
135
- DEPENDENCIES
136
- activerecord (~> 6.0, < 6.1)
137
- appraisal
138
- bundler (~> 2)
139
- combustion (~> 1.1)
140
- database_cleaner (~> 1.6)
141
- parentry!
142
- pg (~> 1.2)
143
- pry (~> 0.13)
144
- rake (~> 13)
145
- rspec-rails (~> 4.0)
146
- rubocop-rspec (~> 2.1)
147
- simplecov (~> 0.20)
148
-
149
- BUNDLED WITH
150
- 2.2.32