table_saw 3.0.0 → 3.2.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 (36) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ruby.yml +4 -2
  3. data/.rubocop.yml +1 -1
  4. data/.tool-versions +1 -1
  5. data/Appraisals +14 -0
  6. data/Gemfile +2 -2
  7. data/Gemfile.lock +129 -84
  8. data/exe/table-saw +1 -0
  9. data/gemfiles/activerecord_6.1.0.gemfile +5 -2
  10. data/gemfiles/activerecord_6.1.0.gemfile.lock +89 -72
  11. data/gemfiles/activerecord_7.0.0.gemfile +5 -2
  12. data/gemfiles/activerecord_7.0.0.gemfile.lock +89 -72
  13. data/gemfiles/activerecord_7.1.0.gemfile +17 -0
  14. data/gemfiles/activerecord_7.1.0.gemfile.lock +206 -0
  15. data/gemfiles/activerecord_7.2.0.gemfile +17 -0
  16. data/gemfiles/activerecord_7.2.0.gemfile.lock +221 -0
  17. data/lib/table_saw/configuration.rb +1 -1
  18. data/lib/table_saw/create_dump_file.rb +3 -3
  19. data/lib/table_saw/dependency_graph/belongs_to_directives.rb +1 -1
  20. data/lib/table_saw/dependency_graph/build.rb +2 -2
  21. data/lib/table_saw/dependency_graph/dump_table.rb +1 -1
  22. data/lib/table_saw/dependency_graph/has_many_directives.rb +1 -1
  23. data/lib/table_saw/formats/copy.rb +1 -5
  24. data/lib/table_saw/formats/insert.rb +1 -1
  25. data/lib/table_saw/manifest.rb +1 -1
  26. data/lib/table_saw/queries/execute_insert_statement.rb +2 -6
  27. data/lib/table_saw/queries/foreign_key_relationships.rb +1 -1
  28. data/lib/table_saw/queries/materialized_views.rb +1 -1
  29. data/lib/table_saw/queries/prepared_insert_statement.rb +1 -1
  30. data/lib/table_saw/queries/serial_sequences.rb +1 -1
  31. data/lib/table_saw/queries/serialize_sql_in_clause.rb +1 -5
  32. data/lib/table_saw/version.rb +1 -1
  33. data/lib/table_saw.rb +18 -2
  34. data/table_saw.gemspec +2 -2
  35. metadata +10 -7
  36. data/lib/table_saw/connection.rb +0 -30
@@ -1,131 +1,143 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- table_saw (3.0.0)
5
- activerecord (>= 5.2)
4
+ table_saw (3.2.0)
5
+ activerecord (>= 6.1)
6
6
  pg
7
7
  thor
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionpack (7.0.5)
13
- actionview (= 7.0.5)
14
- activesupport (= 7.0.5)
12
+ actionpack (7.0.8.4)
13
+ actionview (= 7.0.8.4)
14
+ activesupport (= 7.0.8.4)
15
15
  rack (~> 2.0, >= 2.2.4)
16
16
  rack-test (>= 0.6.3)
17
17
  rails-dom-testing (~> 2.0)
18
18
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
19
- actionview (7.0.5)
20
- activesupport (= 7.0.5)
19
+ actionview (7.0.8.4)
20
+ activesupport (= 7.0.8.4)
21
21
  builder (~> 3.1)
22
22
  erubi (~> 1.4)
23
23
  rails-dom-testing (~> 2.0)
24
24
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
25
- activemodel (7.0.5)
26
- activesupport (= 7.0.5)
27
- activerecord (7.0.5)
28
- activemodel (= 7.0.5)
29
- activesupport (= 7.0.5)
30
- activesupport (7.0.5)
25
+ activemodel (7.0.8.4)
26
+ activesupport (= 7.0.8.4)
27
+ activerecord (7.0.8.4)
28
+ activemodel (= 7.0.8.4)
29
+ activesupport (= 7.0.8.4)
30
+ activesupport (7.0.8.4)
31
31
  concurrent-ruby (~> 1.0, >= 1.0.2)
32
32
  i18n (>= 1.6, < 2)
33
33
  minitest (>= 5.1)
34
34
  tzinfo (~> 2.0)
35
- appraisal (2.4.1)
35
+ appraisal (2.5.0)
36
36
  bundler
37
37
  rake
38
38
  thor (>= 0.14.0)
39
39
  ast (2.4.2)
40
- builder (3.2.4)
40
+ base64 (0.2.0)
41
+ bigdecimal (3.1.8)
42
+ builder (3.3.0)
41
43
  coderay (1.1.3)
42
- combustion (1.3.7)
44
+ combustion (1.5.0)
43
45
  activesupport (>= 3.0.0)
44
46
  railties (>= 3.0.0)
45
47
  thor (>= 0.14.6)
46
- concurrent-ruby (1.2.2)
48
+ concurrent-ruby (1.3.4)
47
49
  crass (1.0.6)
48
- database_cleaner (2.0.2)
49
- database_cleaner-active_record (>= 2, < 3)
50
- database_cleaner-active_record (2.1.0)
50
+ database_cleaner-active_record (2.2.0)
51
51
  activerecord (>= 5.a)
52
52
  database_cleaner-core (~> 2.0.0)
53
53
  database_cleaner-core (2.0.1)
54
- diff-lcs (1.5.0)
55
- docile (1.4.0)
56
- erubi (1.12.0)
57
- i18n (1.13.0)
54
+ diff-lcs (1.5.1)
55
+ docile (1.4.1)
56
+ erubi (1.13.0)
57
+ i18n (1.14.5)
58
58
  concurrent-ruby (~> 1.0)
59
- json (2.6.3)
60
- loofah (2.21.3)
59
+ json (2.7.2)
60
+ language_server-protocol (3.17.0.3)
61
+ loofah (2.22.0)
61
62
  crass (~> 1.0.2)
62
63
  nokogiri (>= 1.12.0)
63
- method_source (1.0.0)
64
- minitest (5.18.0)
65
- nokogiri (1.15.2-x86_64-darwin)
64
+ method_source (1.1.0)
65
+ minitest (5.24.1)
66
+ mutex_m (0.2.0)
67
+ nokogiri (1.16.7-x86_64-darwin)
66
68
  racc (~> 1.4)
67
- parallel (1.23.0)
68
- parser (3.2.2.1)
69
+ nokogiri (1.16.7-x86_64-linux)
70
+ racc (~> 1.4)
71
+ parallel (1.26.1)
72
+ parser (3.3.4.2)
69
73
  ast (~> 2.4.1)
70
- pg (1.5.3)
74
+ racc
75
+ pg (1.5.7)
71
76
  pry (0.14.2)
72
77
  coderay (~> 1.1)
73
78
  method_source (~> 1.0)
74
- racc (1.6.2)
75
- rack (2.2.7)
79
+ racc (1.8.1)
80
+ rack (2.2.9)
76
81
  rack-test (2.1.0)
77
82
  rack (>= 1.3)
78
- rails-dom-testing (2.0.3)
79
- activesupport (>= 4.2.0)
83
+ rails-dom-testing (2.2.0)
84
+ activesupport (>= 5.0.0)
85
+ minitest
80
86
  nokogiri (>= 1.6)
81
- rails-html-sanitizer (1.5.0)
82
- loofah (~> 2.19, >= 2.19.1)
83
- railties (7.0.5)
84
- actionpack (= 7.0.5)
85
- activesupport (= 7.0.5)
87
+ rails-html-sanitizer (1.6.0)
88
+ loofah (~> 2.21)
89
+ nokogiri (~> 1.14)
90
+ railties (7.0.8.4)
91
+ actionpack (= 7.0.8.4)
92
+ activesupport (= 7.0.8.4)
86
93
  method_source
87
94
  rake (>= 12.2)
88
95
  thor (~> 1.0)
89
96
  zeitwerk (~> 2.5)
90
97
  rainbow (3.1.1)
91
98
  rake (13.0.3)
92
- regexp_parser (2.8.0)
93
- rexml (3.2.5)
94
- rspec (3.12.0)
95
- rspec-core (~> 3.12.0)
96
- rspec-expectations (~> 3.12.0)
97
- rspec-mocks (~> 3.12.0)
98
- rspec-core (3.12.2)
99
- rspec-support (~> 3.12.0)
100
- rspec-expectations (3.12.3)
99
+ regexp_parser (2.9.2)
100
+ rexml (3.3.4)
101
+ strscan
102
+ rspec (3.13.0)
103
+ rspec-core (~> 3.13.0)
104
+ rspec-expectations (~> 3.13.0)
105
+ rspec-mocks (~> 3.13.0)
106
+ rspec-core (3.13.0)
107
+ rspec-support (~> 3.13.0)
108
+ rspec-expectations (3.13.1)
101
109
  diff-lcs (>= 1.2.0, < 2.0)
102
- rspec-support (~> 3.12.0)
103
- rspec-mocks (3.12.5)
110
+ rspec-support (~> 3.13.0)
111
+ rspec-mocks (3.13.1)
104
112
  diff-lcs (>= 1.2.0, < 2.0)
105
- rspec-support (~> 3.12.0)
106
- rspec-support (3.12.0)
107
- rubocop (1.51.0)
113
+ rspec-support (~> 3.13.0)
114
+ rspec-support (3.13.1)
115
+ rubocop (1.65.1)
108
116
  json (~> 2.3)
117
+ language_server-protocol (>= 3.17.0)
109
118
  parallel (~> 1.10)
110
- parser (>= 3.2.0.0)
119
+ parser (>= 3.3.0.2)
111
120
  rainbow (>= 2.2.2, < 4.0)
112
- regexp_parser (>= 1.8, < 3.0)
121
+ regexp_parser (>= 2.4, < 3.0)
113
122
  rexml (>= 3.2.5, < 4.0)
114
- rubocop-ast (>= 1.28.0, < 2.0)
123
+ rubocop-ast (>= 1.31.1, < 2.0)
115
124
  ruby-progressbar (~> 1.7)
116
125
  unicode-display_width (>= 2.4.0, < 3.0)
117
- rubocop-ast (1.28.1)
118
- parser (>= 3.2.1.0)
119
- rubocop-capybara (2.18.0)
126
+ rubocop-ast (1.32.0)
127
+ parser (>= 3.3.1.0)
128
+ rubocop-capybara (2.21.0)
120
129
  rubocop (~> 1.41)
121
- rubocop-factory_bot (2.23.1)
122
- rubocop (~> 1.33)
123
- rubocop-rspec (2.22.0)
124
- rubocop (~> 1.33)
130
+ rubocop-factory_bot (2.26.1)
131
+ rubocop (~> 1.61)
132
+ rubocop-rspec (2.31.0)
133
+ rubocop (~> 1.40)
125
134
  rubocop-capybara (~> 2.17)
126
135
  rubocop-factory_bot (~> 2.22)
136
+ rubocop-rspec_rails (~> 2.28)
137
+ rubocop-rspec_rails (2.29.1)
138
+ rubocop (~> 1.61)
127
139
  ruby-progressbar (1.13.0)
128
- scenic (1.7.0)
140
+ scenic (1.8.0)
129
141
  activerecord (>= 4.0.0)
130
142
  railties (>= 4.0.0)
131
143
  simplecov (0.22.0)
@@ -134,22 +146,27 @@ GEM
134
146
  simplecov_json_formatter (~> 0.1)
135
147
  simplecov-html (0.12.3)
136
148
  simplecov_json_formatter (0.1.4)
137
- thor (1.2.2)
149
+ strscan (3.1.0)
150
+ thor (1.3.1)
138
151
  tzinfo (2.0.6)
139
152
  concurrent-ruby (~> 1.0)
140
- unicode-display_width (2.4.2)
141
- zeitwerk (2.6.8)
153
+ unicode-display_width (2.5.0)
154
+ zeitwerk (2.6.17)
142
155
 
143
156
  PLATFORMS
144
157
  x86_64-darwin-22
158
+ x86_64-darwin-23
145
159
  x86_64-linux
146
160
 
147
161
  DEPENDENCIES
148
162
  activerecord (~> 7.0, < 7.1)
149
163
  appraisal
164
+ base64
165
+ bigdecimal
150
166
  bundler (~> 2.0)
151
- combustion (~> 1.3)
152
- database_cleaner (~> 2)
167
+ combustion (~> 1.4)
168
+ database_cleaner-active_record (~> 2.2)
169
+ mutex_m
153
170
  pry
154
171
  rake (= 13.0.3)
155
172
  rspec (~> 3.0)
@@ -159,4 +176,4 @@ DEPENDENCIES
159
176
  table_saw!
160
177
 
161
178
  BUNDLED WITH
162
- 2.4.13
179
+ 2.5.4
@@ -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.0"
7
+ gem "combustion", "~> 1.4"
8
+ gem "database_cleaner-active_record", "~> 2.2"
9
+ gem "pry"
10
+ gem "rake", "13.0.3"
11
+ gem "rspec", "~> 3.0"
12
+ gem "rubocop-rspec", "~> 2.3"
13
+ gem "scenic", "~> 1.5"
14
+ gem "simplecov", "~> 0.16"
15
+ gem "activerecord", "~> 7.1", "< 7.2"
16
+
17
+ gemspec path: "../"
@@ -0,0 +1,206 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ table_saw (3.2.0)
5
+ activerecord (>= 6.1)
6
+ pg
7
+ thor
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actionpack (7.1.3.4)
13
+ actionview (= 7.1.3.4)
14
+ activesupport (= 7.1.3.4)
15
+ nokogiri (>= 1.8.5)
16
+ racc
17
+ rack (>= 2.2.4)
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
+ actionview (7.1.3.4)
23
+ activesupport (= 7.1.3.4)
24
+ builder (~> 3.1)
25
+ erubi (~> 1.11)
26
+ rails-dom-testing (~> 2.2)
27
+ rails-html-sanitizer (~> 1.6)
28
+ activemodel (7.1.3.4)
29
+ activesupport (= 7.1.3.4)
30
+ activerecord (7.1.3.4)
31
+ activemodel (= 7.1.3.4)
32
+ activesupport (= 7.1.3.4)
33
+ timeout (>= 0.4.0)
34
+ activesupport (7.1.3.4)
35
+ base64
36
+ bigdecimal
37
+ concurrent-ruby (~> 1.0, >= 1.0.2)
38
+ connection_pool (>= 2.2.5)
39
+ drb
40
+ i18n (>= 1.6, < 2)
41
+ minitest (>= 5.1)
42
+ mutex_m
43
+ tzinfo (~> 2.0)
44
+ appraisal (2.5.0)
45
+ bundler
46
+ rake
47
+ thor (>= 0.14.0)
48
+ ast (2.4.2)
49
+ base64 (0.2.0)
50
+ bigdecimal (3.1.8)
51
+ builder (3.3.0)
52
+ coderay (1.1.3)
53
+ combustion (1.5.0)
54
+ activesupport (>= 3.0.0)
55
+ railties (>= 3.0.0)
56
+ thor (>= 0.14.6)
57
+ concurrent-ruby (1.3.4)
58
+ connection_pool (2.4.1)
59
+ crass (1.0.6)
60
+ database_cleaner-active_record (2.2.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.1)
66
+ drb (2.2.1)
67
+ erubi (1.13.0)
68
+ i18n (1.14.5)
69
+ concurrent-ruby (~> 1.0)
70
+ io-console (0.7.2)
71
+ irb (1.14.0)
72
+ rdoc (>= 4.0.0)
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.24.1)
81
+ mutex_m (0.2.0)
82
+ nokogiri (1.16.7-x86_64-darwin)
83
+ racc (~> 1.4)
84
+ nokogiri (1.16.7-x86_64-linux)
85
+ racc (~> 1.4)
86
+ parallel (1.26.1)
87
+ parser (3.3.4.2)
88
+ ast (~> 2.4.1)
89
+ racc
90
+ pg (1.5.7)
91
+ pry (0.14.2)
92
+ coderay (~> 1.1)
93
+ method_source (~> 1.0)
94
+ psych (5.1.2)
95
+ stringio
96
+ racc (1.8.1)
97
+ rack (3.1.7)
98
+ rack-session (2.0.0)
99
+ rack (>= 3.0.0)
100
+ rack-test (2.1.0)
101
+ rack (>= 1.3)
102
+ rackup (2.1.0)
103
+ rack (>= 3)
104
+ webrick (~> 1.8)
105
+ rails-dom-testing (2.2.0)
106
+ activesupport (>= 5.0.0)
107
+ minitest
108
+ nokogiri (>= 1.6)
109
+ rails-html-sanitizer (1.6.0)
110
+ loofah (~> 2.21)
111
+ nokogiri (~> 1.14)
112
+ railties (7.1.3.4)
113
+ actionpack (= 7.1.3.4)
114
+ activesupport (= 7.1.3.4)
115
+ irb
116
+ rackup (>= 1.0.0)
117
+ rake (>= 12.2)
118
+ thor (~> 1.0, >= 1.2.2)
119
+ zeitwerk (~> 2.6)
120
+ rainbow (3.1.1)
121
+ rake (13.0.3)
122
+ rdoc (6.7.0)
123
+ psych (>= 4.0.0)
124
+ regexp_parser (2.9.2)
125
+ reline (0.5.9)
126
+ io-console (~> 0.5)
127
+ rexml (3.3.4)
128
+ strscan
129
+ rspec (3.13.0)
130
+ rspec-core (~> 3.13.0)
131
+ rspec-expectations (~> 3.13.0)
132
+ rspec-mocks (~> 3.13.0)
133
+ rspec-core (3.13.0)
134
+ rspec-support (~> 3.13.0)
135
+ rspec-expectations (3.13.1)
136
+ diff-lcs (>= 1.2.0, < 2.0)
137
+ rspec-support (~> 3.13.0)
138
+ rspec-mocks (3.13.1)
139
+ diff-lcs (>= 1.2.0, < 2.0)
140
+ rspec-support (~> 3.13.0)
141
+ rspec-support (3.13.1)
142
+ rubocop (1.65.1)
143
+ json (~> 2.3)
144
+ language_server-protocol (>= 3.17.0)
145
+ parallel (~> 1.10)
146
+ parser (>= 3.3.0.2)
147
+ rainbow (>= 2.2.2, < 4.0)
148
+ regexp_parser (>= 2.4, < 3.0)
149
+ rexml (>= 3.2.5, < 4.0)
150
+ rubocop-ast (>= 1.31.1, < 2.0)
151
+ ruby-progressbar (~> 1.7)
152
+ unicode-display_width (>= 2.4.0, < 3.0)
153
+ rubocop-ast (1.32.0)
154
+ parser (>= 3.3.1.0)
155
+ rubocop-capybara (2.21.0)
156
+ rubocop (~> 1.41)
157
+ rubocop-factory_bot (2.26.1)
158
+ rubocop (~> 1.61)
159
+ rubocop-rspec (2.31.0)
160
+ rubocop (~> 1.40)
161
+ rubocop-capybara (~> 2.17)
162
+ rubocop-factory_bot (~> 2.22)
163
+ rubocop-rspec_rails (~> 2.28)
164
+ rubocop-rspec_rails (2.29.1)
165
+ rubocop (~> 1.61)
166
+ ruby-progressbar (1.13.0)
167
+ scenic (1.8.0)
168
+ activerecord (>= 4.0.0)
169
+ railties (>= 4.0.0)
170
+ simplecov (0.22.0)
171
+ docile (~> 1.1)
172
+ simplecov-html (~> 0.11)
173
+ simplecov_json_formatter (~> 0.1)
174
+ simplecov-html (0.12.3)
175
+ simplecov_json_formatter (0.1.4)
176
+ stringio (3.1.1)
177
+ strscan (3.1.0)
178
+ thor (1.3.1)
179
+ timeout (0.4.1)
180
+ tzinfo (2.0.6)
181
+ concurrent-ruby (~> 1.0)
182
+ unicode-display_width (2.5.0)
183
+ webrick (1.8.1)
184
+ zeitwerk (2.6.17)
185
+
186
+ PLATFORMS
187
+ x86_64-darwin-22
188
+ x86_64-darwin-23
189
+ x86_64-linux
190
+
191
+ DEPENDENCIES
192
+ activerecord (~> 7.1, < 7.2)
193
+ appraisal
194
+ bundler (~> 2.0)
195
+ combustion (~> 1.4)
196
+ database_cleaner-active_record (~> 2.2)
197
+ pry
198
+ rake (= 13.0.3)
199
+ rspec (~> 3.0)
200
+ rubocop-rspec (~> 2.3)
201
+ scenic (~> 1.5)
202
+ simplecov (~> 0.16)
203
+ table_saw!
204
+
205
+ BUNDLED WITH
206
+ 2.5.4
@@ -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.0"
7
+ gem "combustion", "~> 1.4"
8
+ gem "database_cleaner-active_record", "~> 2.2"
9
+ gem "pry"
10
+ gem "rake", "13.0.3"
11
+ gem "rspec", "~> 3.0"
12
+ gem "rubocop-rspec", "~> 2.3"
13
+ gem "scenic", "~> 1.5"
14
+ gem "simplecov", "~> 0.16"
15
+ gem "activerecord", "~> 7.2.0", "< 7.3"
16
+
17
+ gemspec path: "../"
@@ -0,0 +1,221 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ table_saw (3.2.0)
5
+ activerecord (>= 6.1)
6
+ pg
7
+ thor
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actionpack (7.2.0)
13
+ actionview (= 7.2.0)
14
+ activesupport (= 7.2.0)
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.0)
24
+ activesupport (= 7.2.0)
25
+ builder (~> 3.1)
26
+ erubi (~> 1.11)
27
+ rails-dom-testing (~> 2.2)
28
+ rails-html-sanitizer (~> 1.6)
29
+ activemodel (7.2.0)
30
+ activesupport (= 7.2.0)
31
+ activerecord (7.2.0)
32
+ activemodel (= 7.2.0)
33
+ activesupport (= 7.2.0)
34
+ timeout (>= 0.4.0)
35
+ activesupport (7.2.0)
36
+ base64
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
+ appraisal (2.5.0)
47
+ bundler
48
+ rake
49
+ thor (>= 0.14.0)
50
+ ast (2.4.2)
51
+ base64 (0.2.0)
52
+ bigdecimal (3.1.8)
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.4)
60
+ connection_pool (2.4.1)
61
+ crass (1.0.6)
62
+ database_cleaner-active_record (2.2.0)
63
+ activerecord (>= 5.a)
64
+ database_cleaner-core (~> 2.0.0)
65
+ database_cleaner-core (2.0.1)
66
+ diff-lcs (1.5.1)
67
+ docile (1.4.1)
68
+ drb (2.2.1)
69
+ erubi (1.13.0)
70
+ i18n (1.14.5)
71
+ concurrent-ruby (~> 1.0)
72
+ io-console (0.7.2)
73
+ irb (1.14.0)
74
+ rdoc (>= 4.0.0)
75
+ reline (>= 0.4.2)
76
+ json (2.7.2)
77
+ language_server-protocol (3.17.0.3)
78
+ logger (1.6.0)
79
+ loofah (2.22.0)
80
+ crass (~> 1.0.2)
81
+ nokogiri (>= 1.12.0)
82
+ method_source (1.1.0)
83
+ minitest (5.24.1)
84
+ nokogiri (1.16.7-aarch64-linux)
85
+ racc (~> 1.4)
86
+ nokogiri (1.16.7-arm-linux)
87
+ racc (~> 1.4)
88
+ nokogiri (1.16.7-arm64-darwin)
89
+ racc (~> 1.4)
90
+ nokogiri (1.16.7-x86-linux)
91
+ racc (~> 1.4)
92
+ nokogiri (1.16.7-x86_64-darwin)
93
+ racc (~> 1.4)
94
+ nokogiri (1.16.7-x86_64-linux)
95
+ racc (~> 1.4)
96
+ parallel (1.26.1)
97
+ parser (3.3.4.2)
98
+ ast (~> 2.4.1)
99
+ racc
100
+ pg (1.5.7)
101
+ pry (0.14.2)
102
+ coderay (~> 1.1)
103
+ method_source (~> 1.0)
104
+ psych (5.1.2)
105
+ stringio
106
+ racc (1.8.1)
107
+ rack (3.1.7)
108
+ rack-session (2.0.0)
109
+ rack (>= 3.0.0)
110
+ rack-test (2.1.0)
111
+ rack (>= 1.3)
112
+ rackup (2.1.0)
113
+ rack (>= 3)
114
+ webrick (~> 1.8)
115
+ rails-dom-testing (2.2.0)
116
+ activesupport (>= 5.0.0)
117
+ minitest
118
+ nokogiri (>= 1.6)
119
+ rails-html-sanitizer (1.6.0)
120
+ loofah (~> 2.21)
121
+ nokogiri (~> 1.14)
122
+ railties (7.2.0)
123
+ actionpack (= 7.2.0)
124
+ activesupport (= 7.2.0)
125
+ irb (~> 1.13)
126
+ rackup (>= 1.0.0)
127
+ rake (>= 12.2)
128
+ thor (~> 1.0, >= 1.2.2)
129
+ zeitwerk (~> 2.6)
130
+ rainbow (3.1.1)
131
+ rake (13.0.3)
132
+ rdoc (6.7.0)
133
+ psych (>= 4.0.0)
134
+ regexp_parser (2.9.2)
135
+ reline (0.5.9)
136
+ io-console (~> 0.5)
137
+ rexml (3.3.4)
138
+ strscan
139
+ rspec (3.13.0)
140
+ rspec-core (~> 3.13.0)
141
+ rspec-expectations (~> 3.13.0)
142
+ rspec-mocks (~> 3.13.0)
143
+ rspec-core (3.13.0)
144
+ rspec-support (~> 3.13.0)
145
+ rspec-expectations (3.13.1)
146
+ diff-lcs (>= 1.2.0, < 2.0)
147
+ rspec-support (~> 3.13.0)
148
+ rspec-mocks (3.13.1)
149
+ diff-lcs (>= 1.2.0, < 2.0)
150
+ rspec-support (~> 3.13.0)
151
+ rspec-support (3.13.1)
152
+ rubocop (1.65.1)
153
+ json (~> 2.3)
154
+ language_server-protocol (>= 3.17.0)
155
+ parallel (~> 1.10)
156
+ parser (>= 3.3.0.2)
157
+ rainbow (>= 2.2.2, < 4.0)
158
+ regexp_parser (>= 2.4, < 3.0)
159
+ rexml (>= 3.2.5, < 4.0)
160
+ rubocop-ast (>= 1.31.1, < 2.0)
161
+ ruby-progressbar (~> 1.7)
162
+ unicode-display_width (>= 2.4.0, < 3.0)
163
+ rubocop-ast (1.32.0)
164
+ parser (>= 3.3.1.0)
165
+ rubocop-capybara (2.21.0)
166
+ rubocop (~> 1.41)
167
+ rubocop-factory_bot (2.26.1)
168
+ rubocop (~> 1.61)
169
+ rubocop-rspec (2.31.0)
170
+ rubocop (~> 1.40)
171
+ rubocop-capybara (~> 2.17)
172
+ rubocop-factory_bot (~> 2.22)
173
+ rubocop-rspec_rails (~> 2.28)
174
+ rubocop-rspec_rails (2.29.1)
175
+ rubocop (~> 1.61)
176
+ ruby-progressbar (1.13.0)
177
+ scenic (1.8.0)
178
+ activerecord (>= 4.0.0)
179
+ railties (>= 4.0.0)
180
+ securerandom (0.3.1)
181
+ simplecov (0.22.0)
182
+ docile (~> 1.1)
183
+ simplecov-html (~> 0.11)
184
+ simplecov_json_formatter (~> 0.1)
185
+ simplecov-html (0.12.3)
186
+ simplecov_json_formatter (0.1.4)
187
+ stringio (3.1.1)
188
+ strscan (3.1.0)
189
+ thor (1.3.1)
190
+ timeout (0.4.1)
191
+ tzinfo (2.0.6)
192
+ concurrent-ruby (~> 1.0)
193
+ unicode-display_width (2.5.0)
194
+ useragent (0.16.10)
195
+ webrick (1.8.1)
196
+ zeitwerk (2.6.17)
197
+
198
+ PLATFORMS
199
+ aarch64-linux
200
+ arm-linux
201
+ arm64-darwin
202
+ x86-linux
203
+ x86_64-darwin
204
+ x86_64-linux
205
+
206
+ DEPENDENCIES
207
+ activerecord (~> 7.2.0, < 7.3)
208
+ appraisal
209
+ bundler (~> 2.0)
210
+ combustion (~> 1.4)
211
+ database_cleaner-active_record (~> 2.2)
212
+ pry
213
+ rake (= 13.0.3)
214
+ rspec (~> 3.0)
215
+ rubocop-rspec (~> 2.3)
216
+ scenic (~> 1.5)
217
+ simplecov (~> 0.16)
218
+ table_saw!
219
+
220
+ BUNDLED WITH
221
+ 2.5.9