parentry 1.7.0 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,218 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ parentry (1.9.0)
5
+ activerecord (>= 7.1, < 8.2)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actionpack (8.0.0)
11
+ actionview (= 8.0.0)
12
+ activesupport (= 8.0.0)
13
+ nokogiri (>= 1.8.5)
14
+ rack (>= 2.2.4)
15
+ rack-session (>= 1.0.1)
16
+ rack-test (>= 0.6.3)
17
+ rails-dom-testing (~> 2.2)
18
+ rails-html-sanitizer (~> 1.6)
19
+ useragent (~> 0.16)
20
+ actionview (8.0.0)
21
+ activesupport (= 8.0.0)
22
+ builder (~> 3.1)
23
+ erubi (~> 1.11)
24
+ rails-dom-testing (~> 2.2)
25
+ rails-html-sanitizer (~> 1.6)
26
+ activemodel (8.0.0)
27
+ activesupport (= 8.0.0)
28
+ activerecord (8.0.0)
29
+ activemodel (= 8.0.0)
30
+ activesupport (= 8.0.0)
31
+ timeout (>= 0.4.0)
32
+ activesupport (8.0.0)
33
+ base64
34
+ benchmark (>= 0.3)
35
+ bigdecimal
36
+ concurrent-ruby (~> 1.0, >= 1.3.1)
37
+ connection_pool (>= 2.2.5)
38
+ drb
39
+ i18n (>= 1.6, < 2)
40
+ logger (>= 1.4.2)
41
+ minitest (>= 5.1)
42
+ securerandom (>= 0.3)
43
+ tzinfo (~> 2.0, >= 2.0.5)
44
+ uri (>= 0.13.1)
45
+ appraisal (2.5.0)
46
+ bundler
47
+ rake
48
+ thor (>= 0.14.0)
49
+ ast (2.4.3)
50
+ base64 (0.3.0)
51
+ benchmark (0.4.1)
52
+ bigdecimal (3.3.1)
53
+ builder (3.3.0)
54
+ coderay (1.1.3)
55
+ combustion (1.5.0)
56
+ activesupport (>= 3.0.0)
57
+ railties (>= 3.0.0)
58
+ thor (>= 0.14.6)
59
+ concurrent-ruby (1.3.5)
60
+ connection_pool (2.5.4)
61
+ crass (1.0.6)
62
+ database_cleaner (2.1.0)
63
+ database_cleaner-active_record (>= 2, < 3)
64
+ database_cleaner-active_record (2.2.2)
65
+ activerecord (>= 5.a)
66
+ database_cleaner-core (~> 2.0)
67
+ database_cleaner-core (2.0.1)
68
+ date (3.4.1)
69
+ diff-lcs (1.6.2)
70
+ docile (1.4.1)
71
+ drb (2.2.3)
72
+ erb (5.1.1)
73
+ erubi (1.13.1)
74
+ i18n (1.14.7)
75
+ concurrent-ruby (~> 1.0)
76
+ io-console (0.8.1)
77
+ irb (1.15.2)
78
+ pp (>= 0.6.0)
79
+ rdoc (>= 4.0.0)
80
+ reline (>= 0.4.2)
81
+ json (2.15.1)
82
+ language_server-protocol (3.17.0.5)
83
+ lint_roller (1.1.0)
84
+ logger (1.7.0)
85
+ loofah (2.24.1)
86
+ crass (~> 1.0.2)
87
+ nokogiri (>= 1.12.0)
88
+ method_source (1.1.0)
89
+ mini_portile2 (2.8.9)
90
+ minitest (5.26.0)
91
+ nokogiri (1.18.10)
92
+ mini_portile2 (~> 2.8.2)
93
+ racc (~> 1.4)
94
+ ostruct (0.6.3)
95
+ parallel (1.27.0)
96
+ parser (3.3.9.0)
97
+ ast (~> 2.4.1)
98
+ racc
99
+ pg (1.6.2)
100
+ pp (0.6.3)
101
+ prettyprint
102
+ prettyprint (0.2.0)
103
+ prism (1.5.2)
104
+ pry (0.15.2)
105
+ coderay (~> 1.1)
106
+ method_source (~> 1.0)
107
+ psych (5.2.6)
108
+ date
109
+ stringio
110
+ racc (1.8.1)
111
+ rack (3.2.3)
112
+ rack-session (2.1.1)
113
+ base64 (>= 0.1.0)
114
+ rack (>= 3.0.0)
115
+ rack-test (2.2.0)
116
+ rack (>= 1.3)
117
+ rackup (2.2.1)
118
+ rack (>= 3)
119
+ rails-dom-testing (2.3.0)
120
+ activesupport (>= 5.0.0)
121
+ minitest
122
+ nokogiri (>= 1.6)
123
+ rails-html-sanitizer (1.6.2)
124
+ loofah (~> 2.21)
125
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
126
+ railties (8.0.0)
127
+ actionpack (= 8.0.0)
128
+ activesupport (= 8.0.0)
129
+ irb (~> 1.13)
130
+ rackup (>= 1.0.0)
131
+ rake (>= 12.2)
132
+ thor (~> 1.0, >= 1.2.2)
133
+ zeitwerk (~> 2.6)
134
+ rainbow (3.1.1)
135
+ rake (13.3.0)
136
+ rdoc (6.15.0)
137
+ erb
138
+ psych (>= 4.0.0)
139
+ tsort
140
+ regexp_parser (2.11.3)
141
+ reline (0.6.2)
142
+ io-console (~> 0.5)
143
+ rspec-core (3.13.5)
144
+ rspec-support (~> 3.13.0)
145
+ rspec-expectations (3.13.5)
146
+ diff-lcs (>= 1.2.0, < 2.0)
147
+ rspec-support (~> 3.13.0)
148
+ rspec-mocks (3.13.5)
149
+ diff-lcs (>= 1.2.0, < 2.0)
150
+ rspec-support (~> 3.13.0)
151
+ rspec-rails (8.0.2)
152
+ actionpack (>= 7.2)
153
+ activesupport (>= 7.2)
154
+ railties (>= 7.2)
155
+ rspec-core (~> 3.13)
156
+ rspec-expectations (~> 3.13)
157
+ rspec-mocks (~> 3.13)
158
+ rspec-support (~> 3.13)
159
+ rspec-support (3.13.6)
160
+ rubocop (1.81.1)
161
+ json (~> 2.3)
162
+ language_server-protocol (~> 3.17.0.2)
163
+ lint_roller (~> 1.1.0)
164
+ parallel (~> 1.10)
165
+ parser (>= 3.3.0.2)
166
+ rainbow (>= 2.2.2, < 4.0)
167
+ regexp_parser (>= 2.9.3, < 3.0)
168
+ rubocop-ast (>= 1.47.1, < 2.0)
169
+ ruby-progressbar (~> 1.7)
170
+ unicode-display_width (>= 2.4.0, < 4.0)
171
+ rubocop-ast (1.47.1)
172
+ parser (>= 3.3.7.2)
173
+ prism (~> 1.4)
174
+ rubocop-rspec (3.7.0)
175
+ lint_roller (~> 1.1)
176
+ rubocop (~> 1.72, >= 1.72.1)
177
+ ruby-progressbar (1.13.0)
178
+ securerandom (0.4.1)
179
+ simplecov (0.22.0)
180
+ docile (~> 1.1)
181
+ simplecov-html (~> 0.11)
182
+ simplecov_json_formatter (~> 0.1)
183
+ simplecov-html (0.13.2)
184
+ simplecov_json_formatter (0.1.4)
185
+ stringio (3.1.7)
186
+ thor (1.4.0)
187
+ timeout (0.4.3)
188
+ tsort (0.2.0)
189
+ tzinfo (2.0.6)
190
+ concurrent-ruby (~> 1.0)
191
+ unicode-display_width (3.2.0)
192
+ unicode-emoji (~> 4.1)
193
+ unicode-emoji (4.1.0)
194
+ uri (1.0.4)
195
+ useragent (0.16.11)
196
+ zeitwerk (2.6.18)
197
+
198
+ PLATFORMS
199
+ ruby
200
+
201
+ DEPENDENCIES
202
+ activerecord (= 8.0.0, < 8.1)
203
+ appraisal
204
+ bundler
205
+ combustion
206
+ database_cleaner (~> 2)
207
+ ostruct
208
+ parentry!
209
+ pg (~> 1.5)
210
+ pry
211
+ rake
212
+ rspec-rails
213
+ rubocop-rspec
214
+ simplecov (~> 0.20)
215
+ zeitwerk (~> 2.6.0)
216
+
217
+ BUNDLED WITH
218
+ 2.7.2
@@ -0,0 +1,19 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "appraisal"
6
+ gem "bundler"
7
+ gem "combustion"
8
+ gem "database_cleaner", "~> 2"
9
+ gem "ostruct"
10
+ gem "pg", "~> 1.5"
11
+ gem "pry"
12
+ gem "rake"
13
+ gem "rspec-rails"
14
+ gem "rubocop-rspec"
15
+ gem "simplecov", "~> 0.20"
16
+ gem "zeitwerk", "~> 2.6.0"
17
+ gem "activerecord", "8.1.0", "< 8.2"
18
+
19
+ gemspec path: "../"
@@ -0,0 +1,245 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ parentry (1.9.0)
5
+ activerecord (>= 7.1, < 8.2)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actionpack (8.1.0)
11
+ actionview (= 8.1.0)
12
+ activesupport (= 8.1.0)
13
+ nokogiri (>= 1.8.5)
14
+ rack (>= 2.2.4)
15
+ rack-session (>= 1.0.1)
16
+ rack-test (>= 0.6.3)
17
+ rails-dom-testing (~> 2.2)
18
+ rails-html-sanitizer (~> 1.6)
19
+ useragent (~> 0.16)
20
+ actionview (8.1.0)
21
+ activesupport (= 8.1.0)
22
+ builder (~> 3.1)
23
+ erubi (~> 1.11)
24
+ rails-dom-testing (~> 2.2)
25
+ rails-html-sanitizer (~> 1.6)
26
+ activemodel (8.1.0)
27
+ activesupport (= 8.1.0)
28
+ activerecord (8.1.0)
29
+ activemodel (= 8.1.0)
30
+ activesupport (= 8.1.0)
31
+ timeout (>= 0.4.0)
32
+ activesupport (8.1.0)
33
+ base64
34
+ bigdecimal
35
+ concurrent-ruby (~> 1.0, >= 1.3.1)
36
+ connection_pool (>= 2.2.5)
37
+ drb
38
+ i18n (>= 1.6, < 2)
39
+ json
40
+ logger (>= 1.4.2)
41
+ minitest (>= 5.1)
42
+ securerandom (>= 0.3)
43
+ tzinfo (~> 2.0, >= 2.0.5)
44
+ uri (>= 0.13.1)
45
+ appraisal (2.5.0)
46
+ bundler
47
+ rake
48
+ thor (>= 0.14.0)
49
+ ast (2.4.3)
50
+ base64 (0.3.0)
51
+ bigdecimal (3.3.1)
52
+ builder (3.3.0)
53
+ coderay (1.1.3)
54
+ combustion (1.5.0)
55
+ activesupport (>= 3.0.0)
56
+ railties (>= 3.0.0)
57
+ thor (>= 0.14.6)
58
+ concurrent-ruby (1.3.5)
59
+ connection_pool (2.5.4)
60
+ crass (1.0.6)
61
+ database_cleaner (2.1.0)
62
+ database_cleaner-active_record (>= 2, < 3)
63
+ database_cleaner-active_record (2.2.2)
64
+ activerecord (>= 5.a)
65
+ database_cleaner-core (~> 2.0)
66
+ database_cleaner-core (2.0.1)
67
+ date (3.5.0)
68
+ diff-lcs (1.6.2)
69
+ docile (1.4.1)
70
+ drb (2.2.3)
71
+ erb (5.1.3)
72
+ erubi (1.13.1)
73
+ i18n (1.14.7)
74
+ concurrent-ruby (~> 1.0)
75
+ io-console (0.8.1)
76
+ irb (1.15.3)
77
+ pp (>= 0.6.0)
78
+ rdoc (>= 4.0.0)
79
+ reline (>= 0.4.2)
80
+ json (2.15.2)
81
+ language_server-protocol (3.17.0.5)
82
+ lint_roller (1.1.0)
83
+ logger (1.7.0)
84
+ loofah (2.24.1)
85
+ crass (~> 1.0.2)
86
+ nokogiri (>= 1.12.0)
87
+ method_source (1.1.0)
88
+ minitest (5.26.0)
89
+ nokogiri (1.18.10-aarch64-linux-gnu)
90
+ racc (~> 1.4)
91
+ nokogiri (1.18.10-aarch64-linux-musl)
92
+ racc (~> 1.4)
93
+ nokogiri (1.18.10-arm-linux-gnu)
94
+ racc (~> 1.4)
95
+ nokogiri (1.18.10-arm-linux-musl)
96
+ racc (~> 1.4)
97
+ nokogiri (1.18.10-arm64-darwin)
98
+ racc (~> 1.4)
99
+ nokogiri (1.18.10-x86_64-darwin)
100
+ racc (~> 1.4)
101
+ nokogiri (1.18.10-x86_64-linux-gnu)
102
+ racc (~> 1.4)
103
+ nokogiri (1.18.10-x86_64-linux-musl)
104
+ racc (~> 1.4)
105
+ ostruct (0.6.3)
106
+ parallel (1.27.0)
107
+ parser (3.3.10.0)
108
+ ast (~> 2.4.1)
109
+ racc
110
+ pg (1.6.2)
111
+ pg (1.6.2-aarch64-linux)
112
+ pg (1.6.2-aarch64-linux-musl)
113
+ pg (1.6.2-arm64-darwin)
114
+ pg (1.6.2-x86_64-darwin)
115
+ pg (1.6.2-x86_64-linux)
116
+ pg (1.6.2-x86_64-linux-musl)
117
+ pp (0.6.3)
118
+ prettyprint
119
+ prettyprint (0.2.0)
120
+ prism (1.6.0)
121
+ pry (0.15.2)
122
+ coderay (~> 1.1)
123
+ method_source (~> 1.0)
124
+ psych (5.2.6)
125
+ date
126
+ stringio
127
+ racc (1.8.1)
128
+ rack (3.2.3)
129
+ rack-session (2.1.1)
130
+ base64 (>= 0.1.0)
131
+ rack (>= 3.0.0)
132
+ rack-test (2.2.0)
133
+ rack (>= 1.3)
134
+ rackup (2.2.1)
135
+ rack (>= 3)
136
+ rails-dom-testing (2.3.0)
137
+ activesupport (>= 5.0.0)
138
+ minitest
139
+ nokogiri (>= 1.6)
140
+ rails-html-sanitizer (1.6.2)
141
+ loofah (~> 2.21)
142
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
143
+ railties (8.1.0)
144
+ actionpack (= 8.1.0)
145
+ activesupport (= 8.1.0)
146
+ irb (~> 1.13)
147
+ rackup (>= 1.0.0)
148
+ rake (>= 12.2)
149
+ thor (~> 1.0, >= 1.2.2)
150
+ tsort (>= 0.2)
151
+ zeitwerk (~> 2.6)
152
+ rainbow (3.1.1)
153
+ rake (13.3.1)
154
+ rdoc (6.15.1)
155
+ erb
156
+ psych (>= 4.0.0)
157
+ tsort
158
+ regexp_parser (2.11.3)
159
+ reline (0.6.2)
160
+ io-console (~> 0.5)
161
+ rspec-core (3.13.6)
162
+ rspec-support (~> 3.13.0)
163
+ rspec-expectations (3.13.5)
164
+ diff-lcs (>= 1.2.0, < 2.0)
165
+ rspec-support (~> 3.13.0)
166
+ rspec-mocks (3.13.7)
167
+ diff-lcs (>= 1.2.0, < 2.0)
168
+ rspec-support (~> 3.13.0)
169
+ rspec-rails (8.0.2)
170
+ actionpack (>= 7.2)
171
+ activesupport (>= 7.2)
172
+ railties (>= 7.2)
173
+ rspec-core (~> 3.13)
174
+ rspec-expectations (~> 3.13)
175
+ rspec-mocks (~> 3.13)
176
+ rspec-support (~> 3.13)
177
+ rspec-support (3.13.6)
178
+ rubocop (1.81.7)
179
+ json (~> 2.3)
180
+ language_server-protocol (~> 3.17.0.2)
181
+ lint_roller (~> 1.1.0)
182
+ parallel (~> 1.10)
183
+ parser (>= 3.3.0.2)
184
+ rainbow (>= 2.2.2, < 4.0)
185
+ regexp_parser (>= 2.9.3, < 3.0)
186
+ rubocop-ast (>= 1.47.1, < 2.0)
187
+ ruby-progressbar (~> 1.7)
188
+ unicode-display_width (>= 2.4.0, < 4.0)
189
+ rubocop-ast (1.47.1)
190
+ parser (>= 3.3.7.2)
191
+ prism (~> 1.4)
192
+ rubocop-rspec (3.7.0)
193
+ lint_roller (~> 1.1)
194
+ rubocop (~> 1.72, >= 1.72.1)
195
+ ruby-progressbar (1.13.0)
196
+ securerandom (0.4.1)
197
+ simplecov (0.22.0)
198
+ docile (~> 1.1)
199
+ simplecov-html (~> 0.11)
200
+ simplecov_json_formatter (~> 0.1)
201
+ simplecov-html (0.13.2)
202
+ simplecov_json_formatter (0.1.4)
203
+ stringio (3.1.7)
204
+ thor (1.4.0)
205
+ timeout (0.4.4)
206
+ tsort (0.2.0)
207
+ tzinfo (2.0.6)
208
+ concurrent-ruby (~> 1.0)
209
+ unicode-display_width (3.2.0)
210
+ unicode-emoji (~> 4.1)
211
+ unicode-emoji (4.1.0)
212
+ uri (1.1.0)
213
+ useragent (0.16.11)
214
+ zeitwerk (2.6.18)
215
+
216
+ PLATFORMS
217
+ aarch64-linux
218
+ aarch64-linux-gnu
219
+ aarch64-linux-musl
220
+ arm-linux-gnu
221
+ arm-linux-musl
222
+ arm64-darwin
223
+ x86_64-darwin
224
+ x86_64-linux
225
+ x86_64-linux-gnu
226
+ x86_64-linux-musl
227
+
228
+ DEPENDENCIES
229
+ activerecord (= 8.1.0, < 8.2)
230
+ appraisal
231
+ bundler
232
+ combustion
233
+ database_cleaner (~> 2)
234
+ ostruct
235
+ parentry!
236
+ pg (~> 1.5)
237
+ pry
238
+ rake
239
+ rspec-rails
240
+ rubocop-rspec
241
+ simplecov (~> 0.20)
242
+ zeitwerk (~> 2.6.0)
243
+
244
+ BUNDLED WITH
245
+ 2.7.2
@@ -15,7 +15,7 @@ module Parentry
15
15
  def cascade_parentry
16
16
  old_path, new_path = saved_changes[parentry_column]
17
17
  parentry_scope.where(
18
- ["#{parentry_column} @> ARRAY[:tree] AND id != :id", { tree: old_path, id: }]
18
+ ["#{parentry_column} @> ARRAY[:tree]::integer[] AND id != :id", { tree: old_path, id: }]
19
19
  ).update_all(
20
20
  [
21
21
  "#{parentry_column} = array_cat(ARRAY[?], #{parentry_column}[?:array_length(#{parentry_column}, 1)])",
@@ -25,11 +25,11 @@ module Parentry
25
25
  end
26
26
 
27
27
  def subtree_conditions
28
- ["#{parentry_column} @> ARRAY[?]", parentry]
28
+ ["#{parentry_column} @> ARRAY[?]::integer[]", parentry]
29
29
  end
30
30
 
31
31
  def ancestor_conditions
32
- ["#{parentry_column} <@ ARRAY[?]", parentry]
32
+ ["#{parentry_column} <@ ARRAY[?]::integer[]", parentry]
33
33
  end
34
34
  end
35
35
  end
@@ -1,3 +1,3 @@
1
1
  module Parentry
2
- VERSION = '1.7.0'.freeze
2
+ VERSION = '1.9.0'.freeze
3
3
  end
data/parentry.gemspec CHANGED
@@ -15,8 +15,8 @@ Gem::Specification.new do |spec|
15
15
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
16
16
  spec.require_paths = ['lib']
17
17
 
18
- spec.required_ruby_version = '>= 3.1'
18
+ spec.required_ruby_version = '>= 3.2'
19
19
  spec.metadata['rubygems_mfa_required'] = 'true'
20
20
 
21
- spec.add_dependency 'activerecord', '>= 6.1', '< 8'
21
+ spec.add_dependency 'activerecord', '>= 7.1', '< 8.2'
22
22
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parentry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hamed Asghari
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-08-17 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activerecord
@@ -16,21 +15,20 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: '6.1'
18
+ version: '7.1'
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
- version: '8'
21
+ version: '8.2'
23
22
  type: :runtime
24
23
  prerelease: false
25
24
  version_requirements: !ruby/object:Gem::Requirement
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: '6.1'
28
+ version: '7.1'
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
- version: '8'
33
- description:
31
+ version: '8.2'
34
32
  email:
35
33
  - hasghari@gmail.com
36
34
  executables: []
@@ -50,14 +48,12 @@ files:
50
48
  - Rakefile
51
49
  - bin/console
52
50
  - bin/setup
53
- - gemfiles/activerecord_6.1.0.gemfile
54
- - gemfiles/activerecord_6.1.0.gemfile.lock
55
- - gemfiles/activerecord_7.0.0.gemfile
56
- - gemfiles/activerecord_7.0.0.gemfile.lock
57
- - gemfiles/activerecord_7.1.0.gemfile
58
- - gemfiles/activerecord_7.1.0.gemfile.lock
59
51
  - gemfiles/activerecord_7.2.0.gemfile
60
52
  - gemfiles/activerecord_7.2.0.gemfile.lock
53
+ - gemfiles/activerecord_8.0.0.gemfile
54
+ - gemfiles/activerecord_8.0.0.gemfile.lock
55
+ - gemfiles/activerecord_8.1.0.gemfile
56
+ - gemfiles/activerecord_8.1.0.gemfile.lock
61
57
  - lib/parentry.rb
62
58
  - lib/parentry/class_methods.rb
63
59
  - lib/parentry/instance_methods.rb
@@ -76,7 +72,6 @@ licenses:
76
72
  - MIT
77
73
  metadata:
78
74
  rubygems_mfa_required: 'true'
79
- post_install_message:
80
75
  rdoc_options: []
81
76
  require_paths:
82
77
  - lib
@@ -84,15 +79,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
79
  requirements:
85
80
  - - ">="
86
81
  - !ruby/object:Gem::Version
87
- version: '3.1'
82
+ version: '3.2'
88
83
  required_rubygems_version: !ruby/object:Gem::Requirement
89
84
  requirements:
90
85
  - - ">="
91
86
  - !ruby/object:Gem::Version
92
87
  version: '0'
93
88
  requirements: []
94
- rubygems_version: 3.5.11
95
- signing_key:
89
+ rubygems_version: 3.6.9
96
90
  specification_version: 4
97
91
  summary: ActiveRecord adapter for the Postgres ltree module
98
92
  test_files: []
@@ -1,21 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "appraisal"
6
- gem "bundler", "~> 2"
7
- gem "combustion", "~> 1.4"
8
- gem "database_cleaner", "~> 2"
9
- gem "pg", "~> 1.5"
10
- gem "pry", "~> 0.13"
11
- gem "rake", "~> 13"
12
- gem "rspec-rails", "~> 6.1"
13
- gem "rubocop-rspec", "~> 2"
14
- gem "simplecov", "~> 0.20"
15
- gem "activerecord", "~> 6.1", "< 6.2"
16
- gem "base64"
17
- gem "bigdecimal"
18
- gem "drb"
19
- gem "mutex_m"
20
-
21
- gemspec path: "../"