parentry 1.6.0 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parentry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hamed Asghari
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2024-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -16,146 +16,20 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '5.1'
19
+ version: '6.1'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '7.1'
22
+ version: '8.1'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '5.1'
29
+ version: '6.1'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '7.1'
33
- - !ruby/object:Gem::Dependency
34
- name: bundler
35
- requirement: !ruby/object:Gem::Requirement
36
- requirements:
37
- - - "~>"
38
- - !ruby/object:Gem::Version
39
- version: '2'
40
- type: :development
41
- prerelease: false
42
- version_requirements: !ruby/object:Gem::Requirement
43
- requirements:
44
- - - "~>"
45
- - !ruby/object:Gem::Version
46
- version: '2'
47
- - !ruby/object:Gem::Dependency
48
- name: combustion
49
- requirement: !ruby/object:Gem::Requirement
50
- requirements:
51
- - - "~>"
52
- - !ruby/object:Gem::Version
53
- version: '1.1'
54
- type: :development
55
- prerelease: false
56
- version_requirements: !ruby/object:Gem::Requirement
57
- requirements:
58
- - - "~>"
59
- - !ruby/object:Gem::Version
60
- version: '1.1'
61
- - !ruby/object:Gem::Dependency
62
- name: database_cleaner
63
- requirement: !ruby/object:Gem::Requirement
64
- requirements:
65
- - - "~>"
66
- - !ruby/object:Gem::Version
67
- version: '1.6'
68
- type: :development
69
- prerelease: false
70
- version_requirements: !ruby/object:Gem::Requirement
71
- requirements:
72
- - - "~>"
73
- - !ruby/object:Gem::Version
74
- version: '1.6'
75
- - !ruby/object:Gem::Dependency
76
- name: pg
77
- requirement: !ruby/object:Gem::Requirement
78
- requirements:
79
- - - "~>"
80
- - !ruby/object:Gem::Version
81
- version: '1.2'
82
- type: :development
83
- prerelease: false
84
- version_requirements: !ruby/object:Gem::Requirement
85
- requirements:
86
- - - "~>"
87
- - !ruby/object:Gem::Version
88
- version: '1.2'
89
- - !ruby/object:Gem::Dependency
90
- name: pry
91
- requirement: !ruby/object:Gem::Requirement
92
- requirements:
93
- - - "~>"
94
- - !ruby/object:Gem::Version
95
- version: '0.13'
96
- type: :development
97
- prerelease: false
98
- version_requirements: !ruby/object:Gem::Requirement
99
- requirements:
100
- - - "~>"
101
- - !ruby/object:Gem::Version
102
- version: '0.13'
103
- - !ruby/object:Gem::Dependency
104
- name: rake
105
- requirement: !ruby/object:Gem::Requirement
106
- requirements:
107
- - - "~>"
108
- - !ruby/object:Gem::Version
109
- version: '13'
110
- type: :development
111
- prerelease: false
112
- version_requirements: !ruby/object:Gem::Requirement
113
- requirements:
114
- - - "~>"
115
- - !ruby/object:Gem::Version
116
- version: '13'
117
- - !ruby/object:Gem::Dependency
118
- name: rspec-rails
119
- requirement: !ruby/object:Gem::Requirement
120
- requirements:
121
- - - "~>"
122
- - !ruby/object:Gem::Version
123
- version: '4.0'
124
- type: :development
125
- prerelease: false
126
- version_requirements: !ruby/object:Gem::Requirement
127
- requirements:
128
- - - "~>"
129
- - !ruby/object:Gem::Version
130
- version: '4.0'
131
- - !ruby/object:Gem::Dependency
132
- name: rubocop-rspec
133
- requirement: !ruby/object:Gem::Requirement
134
- requirements:
135
- - - "~>"
136
- - !ruby/object:Gem::Version
137
- version: '2.1'
138
- type: :development
139
- prerelease: false
140
- version_requirements: !ruby/object:Gem::Requirement
141
- requirements:
142
- - - "~>"
143
- - !ruby/object:Gem::Version
144
- version: '2.1'
145
- - !ruby/object:Gem::Dependency
146
- name: simplecov
147
- requirement: !ruby/object:Gem::Requirement
148
- requirements:
149
- - - "~>"
150
- - !ruby/object:Gem::Version
151
- version: '0.20'
152
- type: :development
153
- prerelease: false
154
- version_requirements: !ruby/object:Gem::Requirement
155
- requirements:
156
- - - "~>"
157
- - !ruby/object:Gem::Version
158
- version: '0.20'
32
+ version: '8.1'
159
33
  description:
160
34
  email:
161
35
  - hasghari@gmail.com
@@ -176,16 +50,14 @@ files:
176
50
  - Rakefile
177
51
  - bin/console
178
52
  - bin/setup
179
- - gemfiles/activerecord_5.1.5.gemfile
180
- - gemfiles/activerecord_5.1.5.gemfile.lock
181
- - gemfiles/activerecord_5.2.0.gemfile
182
- - gemfiles/activerecord_5.2.0.gemfile.lock
183
- - gemfiles/activerecord_6.0.0.gemfile
184
- - gemfiles/activerecord_6.0.0.gemfile.lock
185
- - gemfiles/activerecord_6.1.0.gemfile
186
- - gemfiles/activerecord_6.1.0.gemfile.lock
187
53
  - gemfiles/activerecord_7.0.0.gemfile
188
54
  - gemfiles/activerecord_7.0.0.gemfile.lock
55
+ - gemfiles/activerecord_7.1.0.gemfile
56
+ - gemfiles/activerecord_7.1.0.gemfile.lock
57
+ - gemfiles/activerecord_7.2.0.gemfile
58
+ - gemfiles/activerecord_7.2.0.gemfile.lock
59
+ - gemfiles/activerecord_8.0.0.gemfile
60
+ - gemfiles/activerecord_8.0.0.gemfile.lock
189
61
  - lib/parentry.rb
190
62
  - lib/parentry/class_methods.rb
191
63
  - lib/parentry/instance_methods.rb
@@ -202,7 +74,8 @@ files:
202
74
  homepage: https://github.com/hasghari/parentry
203
75
  licenses:
204
76
  - MIT
205
- metadata: {}
77
+ metadata:
78
+ rubygems_mfa_required: 'true'
206
79
  post_install_message:
207
80
  rdoc_options: []
208
81
  require_paths:
@@ -211,14 +84,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
211
84
  requirements:
212
85
  - - ">="
213
86
  - !ruby/object:Gem::Version
214
- version: '2.5'
87
+ version: '3.1'
215
88
  required_rubygems_version: !ruby/object:Gem::Requirement
216
89
  requirements:
217
90
  - - ">="
218
91
  - !ruby/object:Gem::Version
219
92
  version: '0'
220
93
  requirements: []
221
- rubygems_version: 3.2.32
94
+ rubygems_version: 3.5.23
222
95
  signing_key:
223
96
  specification_version: 4
224
97
  summary: ActiveRecord adapter for the Postgres ltree module
@@ -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.1", "< 5.2"
7
-
8
- gemspec path: "../"
@@ -1,150 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- parentry (1.6.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.6.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.6.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
@@ -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.1", "< 6.2"
7
-
8
- gemspec path: "../"