parentry 1.7.0 → 1.8.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 -1
- data/.tool-versions +1 -1
- data/Appraisals +4 -8
- data/Gemfile +9 -6
- data/gemfiles/activerecord_7.0.0.gemfile +8 -6
- data/gemfiles/activerecord_7.0.0.gemfile.lock +64 -74
- data/gemfiles/activerecord_7.1.0.gemfile +8 -6
- data/gemfiles/activerecord_7.1.0.gemfile.lock +79 -96
- data/gemfiles/activerecord_7.2.0.gemfile +8 -6
- data/gemfiles/activerecord_7.2.0.gemfile.lock +62 -70
- data/gemfiles/activerecord_8.0.0.gemfile +19 -0
- data/gemfiles/activerecord_8.0.0.gemfile.lock +200 -0
- data/lib/parentry/strategy/array/instance_methods.rb +3 -3
- data/lib/parentry/version.rb +1 -1
- data/parentry.gemspec +1 -1
- metadata +7 -7
- data/gemfiles/activerecord_6.1.0.gemfile +0 -21
- data/gemfiles/activerecord_6.1.0.gemfile.lock +0 -180
@@ -1,180 +0,0 @@
|
|
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 (6.1.7.7)
|
11
|
-
actionview (= 6.1.7.7)
|
12
|
-
activesupport (= 6.1.7.7)
|
13
|
-
rack (~> 2.0, >= 2.0.9)
|
14
|
-
rack-test (>= 0.6.3)
|
15
|
-
rails-dom-testing (~> 2.0)
|
16
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
17
|
-
actionview (6.1.7.7)
|
18
|
-
activesupport (= 6.1.7.7)
|
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.1.7.7)
|
24
|
-
activesupport (= 6.1.7.7)
|
25
|
-
activerecord (6.1.7.7)
|
26
|
-
activemodel (= 6.1.7.7)
|
27
|
-
activesupport (= 6.1.7.7)
|
28
|
-
activesupport (6.1.7.7)
|
29
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
30
|
-
i18n (>= 1.6, < 2)
|
31
|
-
minitest (>= 5.1)
|
32
|
-
tzinfo (~> 2.0)
|
33
|
-
zeitwerk (~> 2.3)
|
34
|
-
appraisal (2.5.0)
|
35
|
-
bundler
|
36
|
-
rake
|
37
|
-
thor (>= 0.14.0)
|
38
|
-
ast (2.4.2)
|
39
|
-
base64 (0.2.0)
|
40
|
-
bigdecimal (3.1.8)
|
41
|
-
builder (3.2.4)
|
42
|
-
coderay (1.1.3)
|
43
|
-
combustion (1.4.0)
|
44
|
-
activesupport (>= 3.0.0)
|
45
|
-
railties (>= 3.0.0)
|
46
|
-
thor (>= 0.14.6)
|
47
|
-
concurrent-ruby (1.2.3)
|
48
|
-
crass (1.0.6)
|
49
|
-
database_cleaner (2.0.2)
|
50
|
-
database_cleaner-active_record (>= 2, < 3)
|
51
|
-
database_cleaner-active_record (2.1.0)
|
52
|
-
activerecord (>= 5.a)
|
53
|
-
database_cleaner-core (~> 2.0.0)
|
54
|
-
database_cleaner-core (2.0.1)
|
55
|
-
diff-lcs (1.5.1)
|
56
|
-
docile (1.4.0)
|
57
|
-
drb (2.2.1)
|
58
|
-
erubi (1.12.0)
|
59
|
-
i18n (1.14.4)
|
60
|
-
concurrent-ruby (~> 1.0)
|
61
|
-
json (2.7.2)
|
62
|
-
language_server-protocol (3.17.0.3)
|
63
|
-
loofah (2.22.0)
|
64
|
-
crass (~> 1.0.2)
|
65
|
-
nokogiri (>= 1.12.0)
|
66
|
-
method_source (1.1.0)
|
67
|
-
minitest (5.22.3)
|
68
|
-
mutex_m (0.2.0)
|
69
|
-
nokogiri (1.16.4-x86_64-darwin)
|
70
|
-
racc (~> 1.4)
|
71
|
-
nokogiri (1.16.4-x86_64-linux)
|
72
|
-
racc (~> 1.4)
|
73
|
-
parallel (1.24.0)
|
74
|
-
parser (3.3.0.5)
|
75
|
-
ast (~> 2.4.1)
|
76
|
-
racc
|
77
|
-
pg (1.5.6)
|
78
|
-
pry (0.14.2)
|
79
|
-
coderay (~> 1.1)
|
80
|
-
method_source (~> 1.0)
|
81
|
-
racc (1.7.3)
|
82
|
-
rack (2.2.9)
|
83
|
-
rack-test (2.1.0)
|
84
|
-
rack (>= 1.3)
|
85
|
-
rails-dom-testing (2.2.0)
|
86
|
-
activesupport (>= 5.0.0)
|
87
|
-
minitest
|
88
|
-
nokogiri (>= 1.6)
|
89
|
-
rails-html-sanitizer (1.6.0)
|
90
|
-
loofah (~> 2.21)
|
91
|
-
nokogiri (~> 1.14)
|
92
|
-
railties (6.1.7.7)
|
93
|
-
actionpack (= 6.1.7.7)
|
94
|
-
activesupport (= 6.1.7.7)
|
95
|
-
method_source
|
96
|
-
rake (>= 12.2)
|
97
|
-
thor (~> 1.0)
|
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)
|
105
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
106
|
-
rspec-support (~> 3.13.0)
|
107
|
-
rspec-mocks (3.13.0)
|
108
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
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)
|
122
|
-
parallel (~> 1.10)
|
123
|
-
parser (>= 3.3.0.2)
|
124
|
-
rainbow (>= 2.2.2, < 4.0)
|
125
|
-
regexp_parser (>= 1.8, < 3.0)
|
126
|
-
rexml (>= 3.2.5, < 4.0)
|
127
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
128
|
-
ruby-progressbar (~> 1.7)
|
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)
|
145
|
-
docile (~> 1.1)
|
146
|
-
simplecov-html (~> 0.11)
|
147
|
-
simplecov_json_formatter (~> 0.1)
|
148
|
-
simplecov-html (0.12.3)
|
149
|
-
simplecov_json_formatter (0.1.4)
|
150
|
-
thor (1.3.1)
|
151
|
-
tzinfo (2.0.6)
|
152
|
-
concurrent-ruby (~> 1.0)
|
153
|
-
unicode-display_width (2.5.0)
|
154
|
-
zeitwerk (2.6.13)
|
155
|
-
|
156
|
-
PLATFORMS
|
157
|
-
x86_64-darwin-20
|
158
|
-
x86_64-darwin-23
|
159
|
-
x86_64-linux
|
160
|
-
|
161
|
-
DEPENDENCIES
|
162
|
-
activerecord (~> 6.1, < 6.2)
|
163
|
-
appraisal
|
164
|
-
base64
|
165
|
-
bigdecimal
|
166
|
-
bundler (~> 2)
|
167
|
-
combustion (~> 1.4)
|
168
|
-
database_cleaner (~> 2)
|
169
|
-
drb
|
170
|
-
mutex_m
|
171
|
-
parentry!
|
172
|
-
pg (~> 1.5)
|
173
|
-
pry (~> 0.13)
|
174
|
-
rake (~> 13)
|
175
|
-
rspec-rails (~> 6.1)
|
176
|
-
rubocop-rspec (~> 2)
|
177
|
-
simplecov (~> 0.20)
|
178
|
-
|
179
|
-
BUNDLED WITH
|
180
|
-
2.5.17
|