parentry 1.6.0 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ruby.yml +5 -4
- data/.rubocop.yml +1 -1
- data/.tool-versions +1 -1
- data/Appraisals +16 -12
- data/Gemfile +9 -0
- data/gemfiles/activerecord_6.1.0.gemfile +13 -0
- data/gemfiles/activerecord_6.1.0.gemfile.lock +117 -86
- data/gemfiles/activerecord_7.0.0.gemfile +13 -0
- data/gemfiles/activerecord_7.0.0.gemfile.lock +113 -83
- data/gemfiles/activerecord_7.1.0.gemfile +17 -0
- data/gemfiles/activerecord_7.1.0.gemfile.lock +216 -0
- data/gemfiles/activerecord_7.2.0.gemfile +17 -0
- data/gemfiles/activerecord_7.2.0.gemfile.lock +207 -0
- data/lib/parentry/navigation.rb +3 -3
- data/lib/parentry/strategy/array/instance_methods.rb +1 -1
- data/lib/parentry/strategy/ltree/instance_methods.rb +2 -2
- data/lib/parentry/version.rb +1 -1
- data/parentry.gemspec +3 -12
- metadata +14 -141
- data/gemfiles/activerecord_5.1.5.gemfile +0 -8
- data/gemfiles/activerecord_5.1.5.gemfile.lock +0 -150
- data/gemfiles/activerecord_5.2.0.gemfile +0 -8
- data/gemfiles/activerecord_5.2.0.gemfile.lock +0 -150
- data/gemfiles/activerecord_6.0.0.gemfile +0 -8
- data/gemfiles/activerecord_6.0.0.gemfile.lock +0 -150
@@ -1,150 +1,180 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
parentry (1.
|
5
|
-
activerecord (>=
|
4
|
+
parentry (1.7.0)
|
5
|
+
activerecord (>= 6.1, < 8)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actionpack (7.0.
|
11
|
-
actionview (= 7.0.
|
12
|
-
activesupport (= 7.0.
|
13
|
-
rack (~> 2.0, >= 2.2.
|
10
|
+
actionpack (7.0.8.1)
|
11
|
+
actionview (= 7.0.8.1)
|
12
|
+
activesupport (= 7.0.8.1)
|
13
|
+
rack (~> 2.0, >= 2.2.4)
|
14
14
|
rack-test (>= 0.6.3)
|
15
15
|
rails-dom-testing (~> 2.0)
|
16
16
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
17
|
-
actionview (7.0.
|
18
|
-
activesupport (= 7.0.
|
17
|
+
actionview (7.0.8.1)
|
18
|
+
activesupport (= 7.0.8.1)
|
19
19
|
builder (~> 3.1)
|
20
20
|
erubi (~> 1.4)
|
21
21
|
rails-dom-testing (~> 2.0)
|
22
22
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
23
|
-
activemodel (7.0.
|
24
|
-
activesupport (= 7.0.
|
25
|
-
activerecord (7.0.
|
26
|
-
activemodel (= 7.0.
|
27
|
-
activesupport (= 7.0.
|
28
|
-
activesupport (7.0.
|
23
|
+
activemodel (7.0.8.1)
|
24
|
+
activesupport (= 7.0.8.1)
|
25
|
+
activerecord (7.0.8.1)
|
26
|
+
activemodel (= 7.0.8.1)
|
27
|
+
activesupport (= 7.0.8.1)
|
28
|
+
activesupport (7.0.8.1)
|
29
29
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
30
30
|
i18n (>= 1.6, < 2)
|
31
31
|
minitest (>= 5.1)
|
32
32
|
tzinfo (~> 2.0)
|
33
|
-
appraisal (2.
|
33
|
+
appraisal (2.5.0)
|
34
34
|
bundler
|
35
35
|
rake
|
36
36
|
thor (>= 0.14.0)
|
37
37
|
ast (2.4.2)
|
38
|
+
base64 (0.2.0)
|
39
|
+
bigdecimal (3.1.8)
|
38
40
|
builder (3.2.4)
|
39
41
|
coderay (1.1.3)
|
40
|
-
combustion (1.
|
42
|
+
combustion (1.4.0)
|
41
43
|
activesupport (>= 3.0.0)
|
42
44
|
railties (>= 3.0.0)
|
43
45
|
thor (>= 0.14.6)
|
44
|
-
concurrent-ruby (1.
|
46
|
+
concurrent-ruby (1.2.3)
|
45
47
|
crass (1.0.6)
|
46
|
-
database_cleaner (
|
47
|
-
|
48
|
+
database_cleaner (2.0.2)
|
49
|
+
database_cleaner-active_record (>= 2, < 3)
|
50
|
+
database_cleaner-active_record (2.1.0)
|
51
|
+
activerecord (>= 5.a)
|
52
|
+
database_cleaner-core (~> 2.0.0)
|
53
|
+
database_cleaner-core (2.0.1)
|
54
|
+
diff-lcs (1.5.1)
|
48
55
|
docile (1.4.0)
|
49
|
-
|
50
|
-
|
56
|
+
drb (2.2.1)
|
57
|
+
erubi (1.12.0)
|
58
|
+
i18n (1.14.4)
|
51
59
|
concurrent-ruby (~> 1.0)
|
52
|
-
|
60
|
+
json (2.7.2)
|
61
|
+
language_server-protocol (3.17.0.3)
|
62
|
+
loofah (2.22.0)
|
53
63
|
crass (~> 1.0.2)
|
54
|
-
nokogiri (>= 1.
|
55
|
-
method_source (1.
|
56
|
-
minitest (5.
|
57
|
-
|
64
|
+
nokogiri (>= 1.12.0)
|
65
|
+
method_source (1.1.0)
|
66
|
+
minitest (5.22.3)
|
67
|
+
mutex_m (0.2.0)
|
68
|
+
nokogiri (1.16.4-x86_64-darwin)
|
58
69
|
racc (~> 1.4)
|
59
|
-
nokogiri (1.
|
70
|
+
nokogiri (1.16.4-x86_64-linux)
|
60
71
|
racc (~> 1.4)
|
61
|
-
parallel (1.
|
62
|
-
parser (3.0.
|
72
|
+
parallel (1.24.0)
|
73
|
+
parser (3.3.0.5)
|
63
74
|
ast (~> 2.4.1)
|
64
|
-
|
65
|
-
|
75
|
+
racc
|
76
|
+
pg (1.5.6)
|
77
|
+
pry (0.14.2)
|
66
78
|
coderay (~> 1.1)
|
67
79
|
method_source (~> 1.0)
|
68
|
-
racc (1.
|
69
|
-
rack (2.2.
|
70
|
-
rack-test (
|
71
|
-
rack (>= 1.
|
72
|
-
rails-dom-testing (2.0
|
73
|
-
activesupport (>=
|
80
|
+
racc (1.7.3)
|
81
|
+
rack (2.2.9)
|
82
|
+
rack-test (2.1.0)
|
83
|
+
rack (>= 1.3)
|
84
|
+
rails-dom-testing (2.2.0)
|
85
|
+
activesupport (>= 5.0.0)
|
86
|
+
minitest
|
74
87
|
nokogiri (>= 1.6)
|
75
|
-
rails-html-sanitizer (1.
|
76
|
-
loofah (~> 2.
|
77
|
-
|
78
|
-
|
79
|
-
|
88
|
+
rails-html-sanitizer (1.6.0)
|
89
|
+
loofah (~> 2.21)
|
90
|
+
nokogiri (~> 1.14)
|
91
|
+
railties (7.0.8.1)
|
92
|
+
actionpack (= 7.0.8.1)
|
93
|
+
activesupport (= 7.0.8.1)
|
80
94
|
method_source
|
81
95
|
rake (>= 12.2)
|
82
96
|
thor (~> 1.0)
|
83
97
|
zeitwerk (~> 2.5)
|
84
|
-
rainbow (3.
|
85
|
-
rake (13.
|
86
|
-
regexp_parser (2.
|
87
|
-
rexml (3.2.
|
88
|
-
rspec-core (3.
|
89
|
-
rspec-support (~> 3.
|
90
|
-
rspec-expectations (3.
|
98
|
+
rainbow (3.1.1)
|
99
|
+
rake (13.2.1)
|
100
|
+
regexp_parser (2.9.0)
|
101
|
+
rexml (3.2.6)
|
102
|
+
rspec-core (3.13.0)
|
103
|
+
rspec-support (~> 3.13.0)
|
104
|
+
rspec-expectations (3.13.0)
|
91
105
|
diff-lcs (>= 1.2.0, < 2.0)
|
92
|
-
rspec-support (~> 3.
|
93
|
-
rspec-mocks (3.
|
106
|
+
rspec-support (~> 3.13.0)
|
107
|
+
rspec-mocks (3.13.0)
|
94
108
|
diff-lcs (>= 1.2.0, < 2.0)
|
95
|
-
rspec-support (~> 3.
|
96
|
-
rspec-rails (
|
97
|
-
actionpack (>=
|
98
|
-
activesupport (>=
|
99
|
-
railties (>=
|
100
|
-
rspec-core (~> 3.
|
101
|
-
rspec-expectations (~> 3.
|
102
|
-
rspec-mocks (~> 3.
|
103
|
-
rspec-support (~> 3.
|
104
|
-
rspec-support (3.
|
105
|
-
rubocop (1.
|
109
|
+
rspec-support (~> 3.13.0)
|
110
|
+
rspec-rails (6.1.2)
|
111
|
+
actionpack (>= 6.1)
|
112
|
+
activesupport (>= 6.1)
|
113
|
+
railties (>= 6.1)
|
114
|
+
rspec-core (~> 3.13)
|
115
|
+
rspec-expectations (~> 3.13)
|
116
|
+
rspec-mocks (~> 3.13)
|
117
|
+
rspec-support (~> 3.13)
|
118
|
+
rspec-support (3.13.1)
|
119
|
+
rubocop (1.63.2)
|
120
|
+
json (~> 2.3)
|
121
|
+
language_server-protocol (>= 3.17.0)
|
106
122
|
parallel (~> 1.10)
|
107
|
-
parser (>= 3.
|
123
|
+
parser (>= 3.3.0.2)
|
108
124
|
rainbow (>= 2.2.2, < 4.0)
|
109
125
|
regexp_parser (>= 1.8, < 3.0)
|
110
|
-
rexml
|
111
|
-
rubocop-ast (>= 1.
|
126
|
+
rexml (>= 3.2.5, < 4.0)
|
127
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
112
128
|
ruby-progressbar (~> 1.7)
|
113
|
-
unicode-display_width (>=
|
114
|
-
rubocop-ast (1.
|
115
|
-
parser (>= 3.0.
|
116
|
-
rubocop-
|
117
|
-
rubocop (~> 1.
|
118
|
-
|
119
|
-
|
129
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
130
|
+
rubocop-ast (1.31.2)
|
131
|
+
parser (>= 3.3.0.4)
|
132
|
+
rubocop-capybara (2.20.0)
|
133
|
+
rubocop (~> 1.41)
|
134
|
+
rubocop-factory_bot (2.25.1)
|
135
|
+
rubocop (~> 1.41)
|
136
|
+
rubocop-rspec (2.29.1)
|
137
|
+
rubocop (~> 1.40)
|
138
|
+
rubocop-capybara (~> 2.17)
|
139
|
+
rubocop-factory_bot (~> 2.22)
|
140
|
+
rubocop-rspec_rails (~> 2.28)
|
141
|
+
rubocop-rspec_rails (2.28.3)
|
142
|
+
rubocop (~> 1.40)
|
143
|
+
ruby-progressbar (1.13.0)
|
144
|
+
simplecov (0.22.0)
|
120
145
|
docile (~> 1.1)
|
121
146
|
simplecov-html (~> 0.11)
|
122
147
|
simplecov_json_formatter (~> 0.1)
|
123
148
|
simplecov-html (0.12.3)
|
124
|
-
simplecov_json_formatter (0.1.
|
125
|
-
thor (1.1
|
126
|
-
tzinfo (2.0.
|
149
|
+
simplecov_json_formatter (0.1.4)
|
150
|
+
thor (1.3.1)
|
151
|
+
tzinfo (2.0.6)
|
127
152
|
concurrent-ruby (~> 1.0)
|
128
|
-
unicode-display_width (2.
|
129
|
-
zeitwerk (2.
|
153
|
+
unicode-display_width (2.5.0)
|
154
|
+
zeitwerk (2.6.13)
|
130
155
|
|
131
156
|
PLATFORMS
|
132
157
|
x86_64-darwin-20
|
158
|
+
x86_64-darwin-23
|
133
159
|
x86_64-linux
|
134
160
|
|
135
161
|
DEPENDENCIES
|
136
162
|
activerecord (~> 7.0, < 7.1)
|
137
163
|
appraisal
|
164
|
+
base64
|
165
|
+
bigdecimal
|
138
166
|
bundler (~> 2)
|
139
|
-
combustion (~> 1.
|
140
|
-
database_cleaner (~>
|
167
|
+
combustion (~> 1.4)
|
168
|
+
database_cleaner (~> 2)
|
169
|
+
drb
|
170
|
+
mutex_m
|
141
171
|
parentry!
|
142
|
-
pg (~> 1.
|
172
|
+
pg (~> 1.5)
|
143
173
|
pry (~> 0.13)
|
144
174
|
rake (~> 13)
|
145
|
-
rspec-rails (~>
|
146
|
-
rubocop-rspec (~> 2
|
175
|
+
rspec-rails (~> 6.1)
|
176
|
+
rubocop-rspec (~> 2)
|
147
177
|
simplecov (~> 0.20)
|
148
178
|
|
149
179
|
BUNDLED WITH
|
150
|
-
2.
|
180
|
+
2.5.17
|
@@ -0,0 +1,17 @@
|
|
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", "~> 7.1", "< 7.2"
|
16
|
+
|
17
|
+
gemspec path: "../"
|
@@ -0,0 +1,216 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
parentry (1.7.0)
|
5
|
+
activerecord (>= 6.1, < 8)
|
6
|
+
|
7
|
+
GEM
|
8
|
+
remote: https://rubygems.org/
|
9
|
+
specs:
|
10
|
+
actionpack (7.1.3.2)
|
11
|
+
actionview (= 7.1.3.2)
|
12
|
+
activesupport (= 7.1.3.2)
|
13
|
+
nokogiri (>= 1.8.5)
|
14
|
+
racc
|
15
|
+
rack (>= 2.2.4)
|
16
|
+
rack-session (>= 1.0.1)
|
17
|
+
rack-test (>= 0.6.3)
|
18
|
+
rails-dom-testing (~> 2.2)
|
19
|
+
rails-html-sanitizer (~> 1.6)
|
20
|
+
actionview (7.1.3.2)
|
21
|
+
activesupport (= 7.1.3.2)
|
22
|
+
builder (~> 3.1)
|
23
|
+
erubi (~> 1.11)
|
24
|
+
rails-dom-testing (~> 2.2)
|
25
|
+
rails-html-sanitizer (~> 1.6)
|
26
|
+
activemodel (7.1.3.2)
|
27
|
+
activesupport (= 7.1.3.2)
|
28
|
+
activerecord (7.1.3.2)
|
29
|
+
activemodel (= 7.1.3.2)
|
30
|
+
activesupport (= 7.1.3.2)
|
31
|
+
timeout (>= 0.4.0)
|
32
|
+
activesupport (7.1.3.2)
|
33
|
+
base64
|
34
|
+
bigdecimal
|
35
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
36
|
+
connection_pool (>= 2.2.5)
|
37
|
+
drb
|
38
|
+
i18n (>= 1.6, < 2)
|
39
|
+
minitest (>= 5.1)
|
40
|
+
mutex_m
|
41
|
+
tzinfo (~> 2.0)
|
42
|
+
appraisal (2.5.0)
|
43
|
+
bundler
|
44
|
+
rake
|
45
|
+
thor (>= 0.14.0)
|
46
|
+
ast (2.4.2)
|
47
|
+
base64 (0.2.0)
|
48
|
+
bigdecimal (3.1.7)
|
49
|
+
builder (3.2.4)
|
50
|
+
coderay (1.1.3)
|
51
|
+
combustion (1.4.0)
|
52
|
+
activesupport (>= 3.0.0)
|
53
|
+
railties (>= 3.0.0)
|
54
|
+
thor (>= 0.14.6)
|
55
|
+
concurrent-ruby (1.2.3)
|
56
|
+
connection_pool (2.4.1)
|
57
|
+
crass (1.0.6)
|
58
|
+
database_cleaner (2.0.2)
|
59
|
+
database_cleaner-active_record (>= 2, < 3)
|
60
|
+
database_cleaner-active_record (2.1.0)
|
61
|
+
activerecord (>= 5.a)
|
62
|
+
database_cleaner-core (~> 2.0.0)
|
63
|
+
database_cleaner-core (2.0.1)
|
64
|
+
diff-lcs (1.5.1)
|
65
|
+
docile (1.4.0)
|
66
|
+
drb (2.2.1)
|
67
|
+
erubi (1.12.0)
|
68
|
+
i18n (1.14.4)
|
69
|
+
concurrent-ruby (~> 1.0)
|
70
|
+
io-console (0.7.2)
|
71
|
+
irb (1.12.0)
|
72
|
+
rdoc
|
73
|
+
reline (>= 0.4.2)
|
74
|
+
json (2.7.2)
|
75
|
+
language_server-protocol (3.17.0.3)
|
76
|
+
loofah (2.22.0)
|
77
|
+
crass (~> 1.0.2)
|
78
|
+
nokogiri (>= 1.12.0)
|
79
|
+
method_source (1.1.0)
|
80
|
+
minitest (5.22.3)
|
81
|
+
mutex_m (0.2.0)
|
82
|
+
nokogiri (1.16.4-aarch64-linux)
|
83
|
+
racc (~> 1.4)
|
84
|
+
nokogiri (1.16.4-arm-linux)
|
85
|
+
racc (~> 1.4)
|
86
|
+
nokogiri (1.16.4-arm64-darwin)
|
87
|
+
racc (~> 1.4)
|
88
|
+
nokogiri (1.16.4-x86-linux)
|
89
|
+
racc (~> 1.4)
|
90
|
+
nokogiri (1.16.4-x86_64-darwin)
|
91
|
+
racc (~> 1.4)
|
92
|
+
nokogiri (1.16.4-x86_64-linux)
|
93
|
+
racc (~> 1.4)
|
94
|
+
parallel (1.24.0)
|
95
|
+
parser (3.3.0.5)
|
96
|
+
ast (~> 2.4.1)
|
97
|
+
racc
|
98
|
+
pg (1.5.6)
|
99
|
+
pry (0.14.2)
|
100
|
+
coderay (~> 1.1)
|
101
|
+
method_source (~> 1.0)
|
102
|
+
psych (5.1.2)
|
103
|
+
stringio
|
104
|
+
racc (1.7.3)
|
105
|
+
rack (3.0.10)
|
106
|
+
rack-session (2.0.0)
|
107
|
+
rack (>= 3.0.0)
|
108
|
+
rack-test (2.1.0)
|
109
|
+
rack (>= 1.3)
|
110
|
+
rackup (2.1.0)
|
111
|
+
rack (>= 3)
|
112
|
+
webrick (~> 1.8)
|
113
|
+
rails-dom-testing (2.2.0)
|
114
|
+
activesupport (>= 5.0.0)
|
115
|
+
minitest
|
116
|
+
nokogiri (>= 1.6)
|
117
|
+
rails-html-sanitizer (1.6.0)
|
118
|
+
loofah (~> 2.21)
|
119
|
+
nokogiri (~> 1.14)
|
120
|
+
railties (7.1.3.2)
|
121
|
+
actionpack (= 7.1.3.2)
|
122
|
+
activesupport (= 7.1.3.2)
|
123
|
+
irb
|
124
|
+
rackup (>= 1.0.0)
|
125
|
+
rake (>= 12.2)
|
126
|
+
thor (~> 1.0, >= 1.2.2)
|
127
|
+
zeitwerk (~> 2.6)
|
128
|
+
rainbow (3.1.1)
|
129
|
+
rake (13.2.1)
|
130
|
+
rdoc (6.6.3.1)
|
131
|
+
psych (>= 4.0.0)
|
132
|
+
regexp_parser (2.9.0)
|
133
|
+
reline (0.5.2)
|
134
|
+
io-console (~> 0.5)
|
135
|
+
rexml (3.2.6)
|
136
|
+
rspec-core (3.13.0)
|
137
|
+
rspec-support (~> 3.13.0)
|
138
|
+
rspec-expectations (3.13.0)
|
139
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
140
|
+
rspec-support (~> 3.13.0)
|
141
|
+
rspec-mocks (3.13.0)
|
142
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
143
|
+
rspec-support (~> 3.13.0)
|
144
|
+
rspec-rails (6.1.2)
|
145
|
+
actionpack (>= 6.1)
|
146
|
+
activesupport (>= 6.1)
|
147
|
+
railties (>= 6.1)
|
148
|
+
rspec-core (~> 3.13)
|
149
|
+
rspec-expectations (~> 3.13)
|
150
|
+
rspec-mocks (~> 3.13)
|
151
|
+
rspec-support (~> 3.13)
|
152
|
+
rspec-support (3.13.1)
|
153
|
+
rubocop (1.63.2)
|
154
|
+
json (~> 2.3)
|
155
|
+
language_server-protocol (>= 3.17.0)
|
156
|
+
parallel (~> 1.10)
|
157
|
+
parser (>= 3.3.0.2)
|
158
|
+
rainbow (>= 2.2.2, < 4.0)
|
159
|
+
regexp_parser (>= 1.8, < 3.0)
|
160
|
+
rexml (>= 3.2.5, < 4.0)
|
161
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
162
|
+
ruby-progressbar (~> 1.7)
|
163
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
164
|
+
rubocop-ast (1.31.2)
|
165
|
+
parser (>= 3.3.0.4)
|
166
|
+
rubocop-capybara (2.20.0)
|
167
|
+
rubocop (~> 1.41)
|
168
|
+
rubocop-factory_bot (2.25.1)
|
169
|
+
rubocop (~> 1.41)
|
170
|
+
rubocop-rspec (2.29.1)
|
171
|
+
rubocop (~> 1.40)
|
172
|
+
rubocop-capybara (~> 2.17)
|
173
|
+
rubocop-factory_bot (~> 2.22)
|
174
|
+
rubocop-rspec_rails (~> 2.28)
|
175
|
+
rubocop-rspec_rails (2.28.3)
|
176
|
+
rubocop (~> 1.40)
|
177
|
+
ruby-progressbar (1.13.0)
|
178
|
+
simplecov (0.22.0)
|
179
|
+
docile (~> 1.1)
|
180
|
+
simplecov-html (~> 0.11)
|
181
|
+
simplecov_json_formatter (~> 0.1)
|
182
|
+
simplecov-html (0.12.3)
|
183
|
+
simplecov_json_formatter (0.1.4)
|
184
|
+
stringio (3.1.0)
|
185
|
+
thor (1.3.1)
|
186
|
+
timeout (0.4.1)
|
187
|
+
tzinfo (2.0.6)
|
188
|
+
concurrent-ruby (~> 1.0)
|
189
|
+
unicode-display_width (2.5.0)
|
190
|
+
webrick (1.8.1)
|
191
|
+
zeitwerk (2.6.13)
|
192
|
+
|
193
|
+
PLATFORMS
|
194
|
+
aarch64-linux
|
195
|
+
arm-linux
|
196
|
+
arm64-darwin
|
197
|
+
x86-linux
|
198
|
+
x86_64-darwin
|
199
|
+
x86_64-linux
|
200
|
+
|
201
|
+
DEPENDENCIES
|
202
|
+
activerecord (~> 7.1, < 7.2)
|
203
|
+
appraisal
|
204
|
+
bundler (~> 2)
|
205
|
+
combustion (~> 1.4)
|
206
|
+
database_cleaner (~> 2)
|
207
|
+
parentry!
|
208
|
+
pg (~> 1.5)
|
209
|
+
pry (~> 0.13)
|
210
|
+
rake (~> 13)
|
211
|
+
rspec-rails (~> 6.1)
|
212
|
+
rubocop-rspec (~> 2)
|
213
|
+
simplecov (~> 0.20)
|
214
|
+
|
215
|
+
BUNDLED WITH
|
216
|
+
2.5.17
|
@@ -0,0 +1,17 @@
|
|
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", "~> 7.2", "< 8"
|
16
|
+
|
17
|
+
gemspec path: "../"
|