table_saw 3.1.0 → 3.3.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.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ruby.yml +9 -13
  3. data/.rubocop.yml +3 -3
  4. data/.tool-versions +1 -1
  5. data/Appraisals +6 -7
  6. data/Gemfile +7 -4
  7. data/Gemfile.lock +124 -110
  8. data/README.md +0 -2
  9. data/exe/table-saw +1 -0
  10. data/gemfiles/{activerecord_6.1.0.gemfile → activerecord_7.2.0.gemfile} +7 -5
  11. data/gemfiles/activerecord_7.2.0.gemfile.lock +216 -0
  12. data/gemfiles/{activerecord_7.1.0.gemfile → activerecord_8.0.0.gemfile} +7 -5
  13. data/gemfiles/activerecord_8.0.0.gemfile.lock +218 -0
  14. data/gemfiles/{activerecord_7.0.0.gemfile → activerecord_8.1.0.gemfile} +7 -5
  15. data/gemfiles/activerecord_8.1.0.gemfile.lock +244 -0
  16. data/lib/table_saw/configuration.rb +1 -1
  17. data/lib/table_saw/create_dump_file.rb +3 -3
  18. data/lib/table_saw/dependency_graph/belongs_to_directives.rb +1 -1
  19. data/lib/table_saw/dependency_graph/build.rb +2 -2
  20. data/lib/table_saw/dependency_graph/dump_table.rb +1 -1
  21. data/lib/table_saw/dependency_graph/has_many_directives.rb +1 -1
  22. data/lib/table_saw/formats/copy.rb +1 -1
  23. data/lib/table_saw/formats/insert.rb +1 -1
  24. data/lib/table_saw/manifest.rb +1 -1
  25. data/lib/table_saw/queries/execute_insert_statement.rb +6 -6
  26. data/lib/table_saw/queries/foreign_key_relationships.rb +1 -2
  27. data/lib/table_saw/queries/materialized_views.rb +1 -1
  28. data/lib/table_saw/queries/prepared_insert_statement.rb +1 -1
  29. data/lib/table_saw/queries/serial_sequences.rb +1 -1
  30. data/lib/table_saw/queries/serialize_sql_in_clause.rb +1 -5
  31. data/lib/table_saw/version.rb +1 -1
  32. data/lib/table_saw.rb +18 -2
  33. data/table_saw.gemspec +2 -2
  34. metadata +12 -17
  35. data/gemfiles/activerecord_6.1.0.gemfile.lock +0 -169
  36. data/gemfiles/activerecord_7.0.0.gemfile.lock +0 -169
  37. data/gemfiles/activerecord_7.1.0.gemfile.lock +0 -204
  38. data/lib/table_saw/connection.rb +0 -30
@@ -0,0 +1,216 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ table_saw (3.3.0)
5
+ activerecord (>= 7.1)
6
+ pg
7
+ thor
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actionpack (7.2.2.2)
13
+ actionview (= 7.2.2.2)
14
+ activesupport (= 7.2.2.2)
15
+ nokogiri (>= 1.8.5)
16
+ racc
17
+ rack (>= 2.2.4, < 3.2)
18
+ rack-session (>= 1.0.1)
19
+ rack-test (>= 0.6.3)
20
+ rails-dom-testing (~> 2.2)
21
+ rails-html-sanitizer (~> 1.6)
22
+ useragent (~> 0.16)
23
+ actionview (7.2.2.2)
24
+ activesupport (= 7.2.2.2)
25
+ builder (~> 3.1)
26
+ erubi (~> 1.11)
27
+ rails-dom-testing (~> 2.2)
28
+ rails-html-sanitizer (~> 1.6)
29
+ activemodel (7.2.2.2)
30
+ activesupport (= 7.2.2.2)
31
+ activerecord (7.2.2.2)
32
+ activemodel (= 7.2.2.2)
33
+ activesupport (= 7.2.2.2)
34
+ timeout (>= 0.4.0)
35
+ activesupport (7.2.2.2)
36
+ base64
37
+ benchmark (>= 0.3)
38
+ bigdecimal
39
+ concurrent-ruby (~> 1.0, >= 1.3.1)
40
+ connection_pool (>= 2.2.5)
41
+ drb
42
+ i18n (>= 1.6, < 2)
43
+ logger (>= 1.4.2)
44
+ minitest (>= 5.1)
45
+ securerandom (>= 0.3)
46
+ tzinfo (~> 2.0, >= 2.0.5)
47
+ appraisal (2.5.0)
48
+ bundler
49
+ rake
50
+ thor (>= 0.14.0)
51
+ ast (2.4.3)
52
+ base64 (0.3.0)
53
+ benchmark (0.4.1)
54
+ bigdecimal (3.3.1)
55
+ builder (3.3.0)
56
+ coderay (1.1.3)
57
+ combustion (1.5.0)
58
+ activesupport (>= 3.0.0)
59
+ railties (>= 3.0.0)
60
+ thor (>= 0.14.6)
61
+ concurrent-ruby (1.3.5)
62
+ connection_pool (2.5.4)
63
+ crass (1.0.6)
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.1.18)
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 (7.2.2.2)
127
+ actionpack (= 7.2.2.2)
128
+ activesupport (= 7.2.2.2)
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.0.3)
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 (3.13.1)
144
+ rspec-core (~> 3.13.0)
145
+ rspec-expectations (~> 3.13.0)
146
+ rspec-mocks (~> 3.13.0)
147
+ rspec-core (3.13.5)
148
+ rspec-support (~> 3.13.0)
149
+ rspec-expectations (3.13.5)
150
+ diff-lcs (>= 1.2.0, < 2.0)
151
+ rspec-support (~> 3.13.0)
152
+ rspec-mocks (3.13.5)
153
+ diff-lcs (>= 1.2.0, < 2.0)
154
+ rspec-support (~> 3.13.0)
155
+ rspec-support (3.13.6)
156
+ rubocop (1.81.1)
157
+ json (~> 2.3)
158
+ language_server-protocol (~> 3.17.0.2)
159
+ lint_roller (~> 1.1.0)
160
+ parallel (~> 1.10)
161
+ parser (>= 3.3.0.2)
162
+ rainbow (>= 2.2.2, < 4.0)
163
+ regexp_parser (>= 2.9.3, < 3.0)
164
+ rubocop-ast (>= 1.47.1, < 2.0)
165
+ ruby-progressbar (~> 1.7)
166
+ unicode-display_width (>= 2.4.0, < 4.0)
167
+ rubocop-ast (1.47.1)
168
+ parser (>= 3.3.7.2)
169
+ prism (~> 1.4)
170
+ rubocop-rspec (3.7.0)
171
+ lint_roller (~> 1.1)
172
+ rubocop (~> 1.72, >= 1.72.1)
173
+ ruby-progressbar (1.13.0)
174
+ scenic (1.9.0)
175
+ activerecord (>= 4.0.0)
176
+ railties (>= 4.0.0)
177
+ securerandom (0.4.1)
178
+ simplecov (0.22.0)
179
+ docile (~> 1.1)
180
+ simplecov-html (~> 0.11)
181
+ simplecov_json_formatter (~> 0.1)
182
+ simplecov-html (0.13.2)
183
+ simplecov_json_formatter (0.1.4)
184
+ stringio (3.1.7)
185
+ thor (1.4.0)
186
+ timeout (0.4.3)
187
+ tsort (0.2.0)
188
+ tzinfo (2.0.6)
189
+ concurrent-ruby (~> 1.0)
190
+ unicode-display_width (3.2.0)
191
+ unicode-emoji (~> 4.1)
192
+ unicode-emoji (4.1.0)
193
+ useragent (0.16.11)
194
+ zeitwerk (2.6.18)
195
+
196
+ PLATFORMS
197
+ ruby
198
+
199
+ DEPENDENCIES
200
+ activerecord (~> 7.2.0, < 7.3)
201
+ appraisal
202
+ bundler (~> 2.0)
203
+ combustion (~> 1.4)
204
+ database_cleaner-active_record (~> 2.2)
205
+ ostruct
206
+ pry
207
+ rake (= 13.0.3)
208
+ rspec (~> 3.13)
209
+ rubocop-rspec (~> 3.5)
210
+ scenic (~> 1.5)
211
+ simplecov (~> 0.16)
212
+ table_saw!
213
+ zeitwerk (~> 2.6.0)
214
+
215
+ BUNDLED WITH
216
+ 2.7.2
@@ -4,14 +4,16 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "appraisal"
6
6
  gem "bundler", "~> 2.0"
7
- gem "combustion", "~> 1.3"
8
- gem "database_cleaner", "~> 2"
7
+ gem "combustion", "~> 1.4"
8
+ gem "database_cleaner-active_record", "~> 2.2"
9
+ gem "ostruct"
9
10
  gem "pry"
10
11
  gem "rake", "13.0.3"
11
- gem "rspec", "~> 3.0"
12
- gem "rubocop-rspec", "~> 2.3"
12
+ gem "rspec", "~> 3.13"
13
+ gem "rubocop-rspec", "~> 3.5"
13
14
  gem "scenic", "~> 1.5"
14
15
  gem "simplecov", "~> 0.16"
15
- gem "activerecord", "~> 7.1", "< 7.2"
16
+ gem "zeitwerk", "~> 2.6.0"
17
+ gem "activerecord", "~> 8.0.0", "< 8.1"
16
18
 
17
19
  gemspec path: "../"
@@ -0,0 +1,218 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ table_saw (3.3.0)
5
+ activerecord (>= 7.1)
6
+ pg
7
+ thor
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actionpack (8.0.3)
13
+ actionview (= 8.0.3)
14
+ activesupport (= 8.0.3)
15
+ nokogiri (>= 1.8.5)
16
+ rack (>= 2.2.4)
17
+ rack-session (>= 1.0.1)
18
+ rack-test (>= 0.6.3)
19
+ rails-dom-testing (~> 2.2)
20
+ rails-html-sanitizer (~> 1.6)
21
+ useragent (~> 0.16)
22
+ actionview (8.0.3)
23
+ activesupport (= 8.0.3)
24
+ builder (~> 3.1)
25
+ erubi (~> 1.11)
26
+ rails-dom-testing (~> 2.2)
27
+ rails-html-sanitizer (~> 1.6)
28
+ activemodel (8.0.3)
29
+ activesupport (= 8.0.3)
30
+ activerecord (8.0.3)
31
+ activemodel (= 8.0.3)
32
+ activesupport (= 8.0.3)
33
+ timeout (>= 0.4.0)
34
+ activesupport (8.0.3)
35
+ base64
36
+ benchmark (>= 0.3)
37
+ bigdecimal
38
+ concurrent-ruby (~> 1.0, >= 1.3.1)
39
+ connection_pool (>= 2.2.5)
40
+ drb
41
+ i18n (>= 1.6, < 2)
42
+ logger (>= 1.4.2)
43
+ minitest (>= 5.1)
44
+ securerandom (>= 0.3)
45
+ tzinfo (~> 2.0, >= 2.0.5)
46
+ uri (>= 0.13.1)
47
+ appraisal (2.5.0)
48
+ bundler
49
+ rake
50
+ thor (>= 0.14.0)
51
+ ast (2.4.3)
52
+ base64 (0.3.0)
53
+ benchmark (0.4.1)
54
+ bigdecimal (3.3.1)
55
+ builder (3.3.0)
56
+ coderay (1.1.3)
57
+ combustion (1.5.0)
58
+ activesupport (>= 3.0.0)
59
+ railties (>= 3.0.0)
60
+ thor (>= 0.14.6)
61
+ concurrent-ruby (1.3.5)
62
+ connection_pool (2.5.4)
63
+ crass (1.0.6)
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.3)
127
+ actionpack (= 8.0.3)
128
+ activesupport (= 8.0.3)
129
+ irb (~> 1.13)
130
+ rackup (>= 1.0.0)
131
+ rake (>= 12.2)
132
+ thor (~> 1.0, >= 1.2.2)
133
+ tsort (>= 0.2)
134
+ zeitwerk (~> 2.6)
135
+ rainbow (3.1.1)
136
+ rake (13.0.3)
137
+ rdoc (6.15.0)
138
+ erb
139
+ psych (>= 4.0.0)
140
+ tsort
141
+ regexp_parser (2.11.3)
142
+ reline (0.6.2)
143
+ io-console (~> 0.5)
144
+ rspec (3.13.1)
145
+ rspec-core (~> 3.13.0)
146
+ rspec-expectations (~> 3.13.0)
147
+ rspec-mocks (~> 3.13.0)
148
+ rspec-core (3.13.5)
149
+ rspec-support (~> 3.13.0)
150
+ rspec-expectations (3.13.5)
151
+ diff-lcs (>= 1.2.0, < 2.0)
152
+ rspec-support (~> 3.13.0)
153
+ rspec-mocks (3.13.5)
154
+ diff-lcs (>= 1.2.0, < 2.0)
155
+ rspec-support (~> 3.13.0)
156
+ rspec-support (3.13.6)
157
+ rubocop (1.81.1)
158
+ json (~> 2.3)
159
+ language_server-protocol (~> 3.17.0.2)
160
+ lint_roller (~> 1.1.0)
161
+ parallel (~> 1.10)
162
+ parser (>= 3.3.0.2)
163
+ rainbow (>= 2.2.2, < 4.0)
164
+ regexp_parser (>= 2.9.3, < 3.0)
165
+ rubocop-ast (>= 1.47.1, < 2.0)
166
+ ruby-progressbar (~> 1.7)
167
+ unicode-display_width (>= 2.4.0, < 4.0)
168
+ rubocop-ast (1.47.1)
169
+ parser (>= 3.3.7.2)
170
+ prism (~> 1.4)
171
+ rubocop-rspec (3.7.0)
172
+ lint_roller (~> 1.1)
173
+ rubocop (~> 1.72, >= 1.72.1)
174
+ ruby-progressbar (1.13.0)
175
+ scenic (1.9.0)
176
+ activerecord (>= 4.0.0)
177
+ railties (>= 4.0.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 (~> 2.0)
205
+ combustion (~> 1.4)
206
+ database_cleaner-active_record (~> 2.2)
207
+ ostruct
208
+ pry
209
+ rake (= 13.0.3)
210
+ rspec (~> 3.13)
211
+ rubocop-rspec (~> 3.5)
212
+ scenic (~> 1.5)
213
+ simplecov (~> 0.16)
214
+ table_saw!
215
+ zeitwerk (~> 2.6.0)
216
+
217
+ BUNDLED WITH
218
+ 2.7.2
@@ -4,14 +4,16 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "appraisal"
6
6
  gem "bundler", "~> 2.0"
7
- gem "combustion", "~> 1.3"
8
- gem "database_cleaner", "~> 2"
7
+ gem "combustion", "~> 1.4"
8
+ gem "database_cleaner-active_record", "~> 2.2"
9
+ gem "ostruct"
9
10
  gem "pry"
10
11
  gem "rake", "13.0.3"
11
- gem "rspec", "~> 3.0"
12
- gem "rubocop-rspec", "~> 2.3"
12
+ gem "rspec", "~> 3.13"
13
+ gem "rubocop-rspec", "~> 3.5"
13
14
  gem "scenic", "~> 1.5"
14
15
  gem "simplecov", "~> 0.16"
15
- gem "activerecord", "~> 7.0", "< 7.1"
16
+ gem "zeitwerk", "~> 2.6.0"
17
+ gem "activerecord", "~> 8.1.0", "< 8.2"
16
18
 
17
19
  gemspec path: "../"
@@ -0,0 +1,244 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ table_saw (3.3.0)
5
+ activerecord (>= 7.1)
6
+ pg
7
+ thor
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actionpack (8.1.1)
13
+ actionview (= 8.1.1)
14
+ activesupport (= 8.1.1)
15
+ nokogiri (>= 1.8.5)
16
+ rack (>= 2.2.4)
17
+ rack-session (>= 1.0.1)
18
+ rack-test (>= 0.6.3)
19
+ rails-dom-testing (~> 2.2)
20
+ rails-html-sanitizer (~> 1.6)
21
+ useragent (~> 0.16)
22
+ actionview (8.1.1)
23
+ activesupport (= 8.1.1)
24
+ builder (~> 3.1)
25
+ erubi (~> 1.11)
26
+ rails-dom-testing (~> 2.2)
27
+ rails-html-sanitizer (~> 1.6)
28
+ activemodel (8.1.1)
29
+ activesupport (= 8.1.1)
30
+ activerecord (8.1.1)
31
+ activemodel (= 8.1.1)
32
+ activesupport (= 8.1.1)
33
+ timeout (>= 0.4.0)
34
+ activesupport (8.1.1)
35
+ base64
36
+ bigdecimal
37
+ concurrent-ruby (~> 1.0, >= 1.3.1)
38
+ connection_pool (>= 2.2.5)
39
+ drb
40
+ i18n (>= 1.6, < 2)
41
+ json
42
+ logger (>= 1.4.2)
43
+ minitest (>= 5.1)
44
+ securerandom (>= 0.3)
45
+ tzinfo (~> 2.0, >= 2.0.5)
46
+ uri (>= 0.13.1)
47
+ appraisal (2.5.0)
48
+ bundler
49
+ rake
50
+ thor (>= 0.14.0)
51
+ ast (2.4.3)
52
+ base64 (0.3.0)
53
+ bigdecimal (3.3.1)
54
+ builder (3.3.0)
55
+ coderay (1.1.3)
56
+ combustion (1.5.0)
57
+ activesupport (>= 3.0.0)
58
+ railties (>= 3.0.0)
59
+ thor (>= 0.14.6)
60
+ concurrent-ruby (1.3.5)
61
+ connection_pool (2.5.4)
62
+ crass (1.0.6)
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.1)
144
+ actionpack (= 8.1.1)
145
+ activesupport (= 8.1.1)
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.0.3)
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 (3.13.2)
162
+ rspec-core (~> 3.13.0)
163
+ rspec-expectations (~> 3.13.0)
164
+ rspec-mocks (~> 3.13.0)
165
+ rspec-core (3.13.6)
166
+ rspec-support (~> 3.13.0)
167
+ rspec-expectations (3.13.5)
168
+ diff-lcs (>= 1.2.0, < 2.0)
169
+ rspec-support (~> 3.13.0)
170
+ rspec-mocks (3.13.7)
171
+ diff-lcs (>= 1.2.0, < 2.0)
172
+ rspec-support (~> 3.13.0)
173
+ rspec-support (3.13.6)
174
+ rubocop (1.81.7)
175
+ json (~> 2.3)
176
+ language_server-protocol (~> 3.17.0.2)
177
+ lint_roller (~> 1.1.0)
178
+ parallel (~> 1.10)
179
+ parser (>= 3.3.0.2)
180
+ rainbow (>= 2.2.2, < 4.0)
181
+ regexp_parser (>= 2.9.3, < 3.0)
182
+ rubocop-ast (>= 1.47.1, < 2.0)
183
+ ruby-progressbar (~> 1.7)
184
+ unicode-display_width (>= 2.4.0, < 4.0)
185
+ rubocop-ast (1.47.1)
186
+ parser (>= 3.3.7.2)
187
+ prism (~> 1.4)
188
+ rubocop-rspec (3.7.0)
189
+ lint_roller (~> 1.1)
190
+ rubocop (~> 1.72, >= 1.72.1)
191
+ ruby-progressbar (1.13.0)
192
+ scenic (1.9.0)
193
+ activerecord (>= 4.0.0)
194
+ railties (>= 4.0.0)
195
+ securerandom (0.4.1)
196
+ simplecov (0.22.0)
197
+ docile (~> 1.1)
198
+ simplecov-html (~> 0.11)
199
+ simplecov_json_formatter (~> 0.1)
200
+ simplecov-html (0.13.2)
201
+ simplecov_json_formatter (0.1.4)
202
+ stringio (3.1.7)
203
+ thor (1.4.0)
204
+ timeout (0.4.4)
205
+ tsort (0.2.0)
206
+ tzinfo (2.0.6)
207
+ concurrent-ruby (~> 1.0)
208
+ unicode-display_width (3.2.0)
209
+ unicode-emoji (~> 4.1)
210
+ unicode-emoji (4.1.0)
211
+ uri (1.1.0)
212
+ useragent (0.16.11)
213
+ zeitwerk (2.6.18)
214
+
215
+ PLATFORMS
216
+ aarch64-linux
217
+ aarch64-linux-gnu
218
+ aarch64-linux-musl
219
+ arm-linux-gnu
220
+ arm-linux-musl
221
+ arm64-darwin
222
+ x86_64-darwin
223
+ x86_64-linux
224
+ x86_64-linux-gnu
225
+ x86_64-linux-musl
226
+
227
+ DEPENDENCIES
228
+ activerecord (~> 8.1.0, < 8.2)
229
+ appraisal
230
+ bundler (~> 2.0)
231
+ combustion (~> 1.4)
232
+ database_cleaner-active_record (~> 2.2)
233
+ ostruct
234
+ pry
235
+ rake (= 13.0.3)
236
+ rspec (~> 3.13)
237
+ rubocop-rspec (~> 3.5)
238
+ scenic (~> 1.5)
239
+ simplecov (~> 0.16)
240
+ table_saw!
241
+ zeitwerk (~> 2.6.0)
242
+
243
+ BUNDLED WITH
244
+ 2.7.2