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