departure 6.8.0 → 8.0.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/test.yml +5 -6
  3. data/.rubocop.yml +1 -1
  4. data/Appraisals +8 -10
  5. data/CHANGELOG.md +15 -1
  6. data/Dockerfile +4 -11
  7. data/Gemfile +1 -0
  8. data/Gemfile.lock +91 -75
  9. data/README.md +102 -0
  10. data/Rakefile +1 -0
  11. data/config.yml.erb +8 -4
  12. data/departure.gemspec +4 -4
  13. data/docker-compose.yml +4 -0
  14. data/gemfiles/rails_7_2.gemfile +12 -6
  15. data/gemfiles/rails_7_2.gemfile.lock +96 -59
  16. data/gemfiles/rails_8_0.gemfile +16 -0
  17. data/gemfiles/rails_8_0.gemfile.lock +314 -0
  18. data/gemfiles/rails_8_1.gemfile +15 -0
  19. data/gemfiles/rails_8_1.gemfile.lock +316 -0
  20. data/lib/active_record/connection_adapters/for_alter.rb +4 -17
  21. data/lib/active_record/connection_adapters/rails_8_0_departure_adapter.rb +297 -0
  22. data/lib/active_record/connection_adapters/rails_8_1_departure_adapter.rb +83 -0
  23. data/lib/departure/db_client.rb +52 -0
  24. data/lib/departure/migration.rb +1 -5
  25. data/lib/departure/rails_adapter.rb +99 -39
  26. data/lib/departure/rails_patches/active_record_migrator_with_advisory_lock_patch.rb +2 -2
  27. data/lib/departure/runner.rb +14 -1
  28. data/lib/departure/version.rb +1 -1
  29. data/lib/departure.rb +1 -0
  30. data/lib/lhm/column_with_sql.rb +6 -5
  31. metadata +17 -44
  32. data/gemfiles/rails_6_1.gemfile +0 -10
  33. data/gemfiles/rails_6_1.gemfile.lock +0 -243
  34. data/gemfiles/rails_7_0.gemfile +0 -10
  35. data/gemfiles/rails_7_0.gemfile.lock +0 -242
  36. data/gemfiles/rails_7_1.gemfile +0 -10
  37. data/gemfiles/rails_7_1.gemfile.lock +0 -274
  38. data/lib/active_record/connection_adapters/percona_adapter.rb +0 -186
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- departure (6.7.0)
5
- activerecord (>= 6.0.0, < 7.3.0, != 7.0.0)
4
+ departure (8.0.0)
5
+ activerecord (>= 7.2.0)
6
6
  mysql2 (>= 0.4.0, < 0.6.0)
7
- railties (>= 6.0.0, < 7.3.0, != 7.0.0)
7
+ railties (>= 7.2.0)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
@@ -80,56 +80,61 @@ GEM
80
80
  minitest (>= 5.1)
81
81
  securerandom (>= 0.3)
82
82
  tzinfo (~> 2.0, >= 2.0.5)
83
- appraisal (2.4.1)
83
+ appraisal (2.5.0)
84
84
  bundler
85
85
  rake
86
86
  thor (>= 0.14.0)
87
- ast (2.4.2)
88
- base64 (0.2.0)
89
- benchmark (0.4.0)
90
- bigdecimal (3.1.9)
87
+ ast (2.4.3)
88
+ base64 (0.3.0)
89
+ benchmark (0.5.0)
90
+ bigdecimal (3.3.1)
91
91
  builder (3.3.0)
92
- byebug (11.1.3)
92
+ byebug (12.0.0)
93
93
  climate_control (0.0.4)
94
94
  activesupport (>= 3.0)
95
95
  codeclimate-test-reporter (1.0.9)
96
96
  simplecov (<= 0.13)
97
97
  coderay (1.1.3)
98
98
  concurrent-ruby (1.3.5)
99
- connection_pool (2.5.0)
99
+ connection_pool (2.5.4)
100
100
  crass (1.0.6)
101
- date (3.4.1)
102
- diff-lcs (1.6.0)
101
+ date (3.5.0)
102
+ diff-lcs (1.6.2)
103
103
  docile (1.1.5)
104
- drb (2.2.1)
104
+ drb (2.2.3)
105
+ erb (5.1.3)
105
106
  erubi (1.13.1)
106
- globalid (1.2.1)
107
+ globalid (1.3.0)
107
108
  activesupport (>= 6.1)
108
109
  i18n (1.14.7)
109
110
  concurrent-ruby (~> 1.0)
110
- io-console (0.8.0)
111
- irb (1.15.1)
111
+ io-console (0.8.1)
112
+ irb (1.15.3)
112
113
  pp (>= 0.6.0)
113
114
  rdoc (>= 4.0.0)
114
115
  reline (>= 0.4.2)
115
- json (2.10.1)
116
- language_server-protocol (3.17.0.4)
116
+ json (2.15.2)
117
+ language_server-protocol (3.17.0.5)
118
+ lhm (2.2.0)
117
119
  lint_roller (1.1.0)
118
- logger (1.6.6)
119
- loofah (2.24.0)
120
+ logger (1.7.0)
121
+ loofah (2.24.1)
120
122
  crass (~> 1.0.2)
121
123
  nokogiri (>= 1.12.0)
122
- mail (2.8.1)
124
+ mail (2.9.0)
125
+ logger
123
126
  mini_mime (>= 0.1.1)
124
127
  net-imap
125
128
  net-pop
126
129
  net-smtp
127
- marcel (1.0.4)
130
+ marcel (1.1.0)
128
131
  method_source (1.1.0)
129
132
  mini_mime (1.1.5)
130
- minitest (5.25.4)
131
- mysql2 (0.5.6)
132
- net-imap (0.5.6)
133
+ minitest (5.26.0)
134
+ mutex_m (0.3.0)
135
+ mysql2 (0.5.7)
136
+ bigdecimal
137
+ net-imap (0.5.12)
133
138
  date
134
139
  net-protocol
135
140
  net-pop (0.1.2)
@@ -138,28 +143,43 @@ GEM
138
143
  timeout
139
144
  net-smtp (0.5.1)
140
145
  net-protocol
141
- nio4r (2.7.4)
142
- nokogiri (1.18.3-x86_64-linux-gnu)
146
+ nio4r (2.7.5)
147
+ nokogiri (1.18.10-aarch64-linux-gnu)
148
+ racc (~> 1.4)
149
+ nokogiri (1.18.10-aarch64-linux-musl)
150
+ racc (~> 1.4)
151
+ nokogiri (1.18.10-arm-linux-gnu)
152
+ racc (~> 1.4)
153
+ nokogiri (1.18.10-arm-linux-musl)
154
+ racc (~> 1.4)
155
+ nokogiri (1.18.10-arm64-darwin)
156
+ racc (~> 1.4)
157
+ nokogiri (1.18.10-x86_64-darwin)
158
+ racc (~> 1.4)
159
+ nokogiri (1.18.10-x86_64-linux-gnu)
160
+ racc (~> 1.4)
161
+ nokogiri (1.18.10-x86_64-linux-musl)
143
162
  racc (~> 1.4)
144
- parallel (1.26.3)
145
- parser (3.3.7.1)
163
+ parallel (1.27.0)
164
+ parser (3.3.10.0)
146
165
  ast (~> 2.4.1)
147
166
  racc
148
- pp (0.6.2)
167
+ pp (0.6.3)
149
168
  prettyprint
150
169
  prettyprint (0.2.0)
151
- pry (0.14.2)
170
+ prism (1.6.0)
171
+ pry (0.15.2)
152
172
  coderay (~> 1.1)
153
173
  method_source (~> 1.0)
154
- pry-byebug (3.10.1)
155
- byebug (~> 11.0)
156
- pry (>= 0.13, < 0.15)
157
- psych (5.2.3)
174
+ pry-byebug (3.11.0)
175
+ byebug (~> 12.0)
176
+ pry (>= 0.13, < 0.16)
177
+ psych (5.2.6)
158
178
  date
159
179
  stringio
160
180
  racc (1.8.1)
161
- rack (3.1.11)
162
- rack-session (2.1.0)
181
+ rack (3.1.19)
182
+ rack-session (2.1.1)
163
183
  base64 (>= 0.1.0)
164
184
  rack (>= 3.0.0)
165
185
  rack-test (2.2.0)
@@ -180,7 +200,7 @@ GEM
180
200
  activesupport (= 7.2.2.1)
181
201
  bundler (>= 1.15.0)
182
202
  railties (= 7.2.2.1)
183
- rails-dom-testing (2.2.0)
203
+ rails-dom-testing (2.3.0)
184
204
  activesupport (>= 5.0.0)
185
205
  minitest
186
206
  nokogiri (>= 1.6)
@@ -196,28 +216,30 @@ GEM
196
216
  thor (~> 1.0, >= 1.2.2)
197
217
  zeitwerk (~> 2.6)
198
218
  rainbow (3.1.1)
199
- rake (13.2.1)
200
- rdoc (6.12.0)
219
+ rake (13.3.1)
220
+ rdoc (6.15.1)
221
+ erb
201
222
  psych (>= 4.0.0)
202
- regexp_parser (2.10.0)
203
- reline (0.6.0)
223
+ tsort
224
+ regexp_parser (2.11.3)
225
+ reline (0.6.2)
204
226
  io-console (~> 0.5)
205
- rspec (3.13.0)
227
+ rspec (3.13.2)
206
228
  rspec-core (~> 3.13.0)
207
229
  rspec-expectations (~> 3.13.0)
208
230
  rspec-mocks (~> 3.13.0)
209
- rspec-core (3.13.3)
231
+ rspec-core (3.13.6)
210
232
  rspec-support (~> 3.13.0)
211
- rspec-expectations (3.13.3)
233
+ rspec-expectations (3.13.5)
212
234
  diff-lcs (>= 1.2.0, < 2.0)
213
235
  rspec-support (~> 3.13.0)
214
236
  rspec-its (1.3.1)
215
237
  rspec-core (>= 3.0.0)
216
238
  rspec-expectations (>= 3.0.0)
217
- rspec-mocks (3.13.2)
239
+ rspec-mocks (3.13.7)
218
240
  diff-lcs (>= 1.2.0, < 2.0)
219
241
  rspec-support (~> 3.13.0)
220
- rspec-support (3.13.2)
242
+ rspec-support (3.13.6)
221
243
  rubocop (1.74.0)
222
244
  json (~> 2.3)
223
245
  language_server-protocol (~> 3.17.0.2)
@@ -229,8 +251,9 @@ GEM
229
251
  rubocop-ast (>= 1.38.0, < 2.0)
230
252
  ruby-progressbar (~> 1.7)
231
253
  unicode-display_width (>= 2.4.0, < 4.0)
232
- rubocop-ast (1.38.1)
233
- parser (>= 3.3.1.0)
254
+ rubocop-ast (1.47.1)
255
+ parser (>= 3.3.7.2)
256
+ prism (~> 1.4)
234
257
  rubocop-performance (1.20.2)
235
258
  rubocop (>= 1.48.1, < 2.0)
236
259
  rubocop-ast (>= 1.30.0, < 2.0)
@@ -241,29 +264,42 @@ GEM
241
264
  json (>= 1.8, < 3)
242
265
  simplecov-html (~> 0.10.0)
243
266
  simplecov-html (0.10.2)
244
- stringio (3.1.5)
245
- thor (1.3.2)
246
- timeout (0.4.3)
267
+ stringio (3.1.7)
268
+ thor (1.4.0)
269
+ timeout (0.4.4)
270
+ tsort (0.2.0)
247
271
  tzinfo (2.0.6)
248
272
  concurrent-ruby (~> 1.0)
249
- unicode-display_width (3.1.4)
250
- unicode-emoji (~> 4.0, >= 4.0.4)
251
- unicode-emoji (4.0.4)
273
+ unicode-display_width (3.2.0)
274
+ unicode-emoji (~> 4.1)
275
+ unicode-emoji (4.1.0)
252
276
  useragent (0.16.11)
253
- websocket-driver (0.7.7)
277
+ websocket-driver (0.8.0)
254
278
  base64
255
279
  websocket-extensions (>= 0.1.0)
256
280
  websocket-extensions (0.1.5)
257
281
  zeitwerk (2.6.18)
258
282
 
259
283
  PLATFORMS
260
- x86_64-linux
284
+ aarch64-linux-gnu
285
+ aarch64-linux-musl
286
+ arm-linux-gnu
287
+ arm-linux-musl
288
+ arm64-darwin
289
+ x86_64-darwin
290
+ x86_64-linux-gnu
291
+ x86_64-linux-musl
261
292
 
262
293
  DEPENDENCIES
263
- appraisal (~> 2.4.1)
294
+ appraisal (~> 2.5.0)
295
+ base64
296
+ bigdecimal
264
297
  climate_control (~> 0.0.3)
265
298
  codeclimate-test-reporter (~> 1.0.3)
266
299
  departure!
300
+ lhm
301
+ logger
302
+ mutex_m
267
303
  pry-byebug
268
304
  rails (= 7.2.2.1)
269
305
  rake (>= 10.0)
@@ -271,6 +307,7 @@ DEPENDENCIES
271
307
  rspec-its (~> 1.2)
272
308
  rubocop (~> 1.74.0)
273
309
  rubocop-performance (~> 1.20.2)
310
+ zeitwerk (< 2.7.0)
274
311
 
275
312
  BUNDLED WITH
276
- 2.4.22
313
+ 2.6.6
@@ -0,0 +1,16 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "base64"
6
+ gem "codeclimate-test-reporter", "~> 1.0.3", group: :test, require: nil
7
+ gem "lhm"
8
+ gem "logger"
9
+ gem "mutex_m", require: false
10
+ gem "rubocop", "~> 1.74.0", require: false
11
+ gem "rubocop-performance", "~> 1.20.2", require: false
12
+ gem "zeitwerk", "< 2.7.0"
13
+ gem "bigdecimal"
14
+ gem "rails", "8.0.2.1"
15
+
16
+ gemspec path: "../"
@@ -0,0 +1,314 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ departure (8.0.0)
5
+ activerecord (>= 7.2.0)
6
+ mysql2 (>= 0.4.0, < 0.6.0)
7
+ railties (>= 7.2.0)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actioncable (8.0.2.1)
13
+ actionpack (= 8.0.2.1)
14
+ activesupport (= 8.0.2.1)
15
+ nio4r (~> 2.0)
16
+ websocket-driver (>= 0.6.1)
17
+ zeitwerk (~> 2.6)
18
+ actionmailbox (8.0.2.1)
19
+ actionpack (= 8.0.2.1)
20
+ activejob (= 8.0.2.1)
21
+ activerecord (= 8.0.2.1)
22
+ activestorage (= 8.0.2.1)
23
+ activesupport (= 8.0.2.1)
24
+ mail (>= 2.8.0)
25
+ actionmailer (8.0.2.1)
26
+ actionpack (= 8.0.2.1)
27
+ actionview (= 8.0.2.1)
28
+ activejob (= 8.0.2.1)
29
+ activesupport (= 8.0.2.1)
30
+ mail (>= 2.8.0)
31
+ rails-dom-testing (~> 2.2)
32
+ actionpack (8.0.2.1)
33
+ actionview (= 8.0.2.1)
34
+ activesupport (= 8.0.2.1)
35
+ nokogiri (>= 1.8.5)
36
+ rack (>= 2.2.4)
37
+ rack-session (>= 1.0.1)
38
+ rack-test (>= 0.6.3)
39
+ rails-dom-testing (~> 2.2)
40
+ rails-html-sanitizer (~> 1.6)
41
+ useragent (~> 0.16)
42
+ actiontext (8.0.2.1)
43
+ actionpack (= 8.0.2.1)
44
+ activerecord (= 8.0.2.1)
45
+ activestorage (= 8.0.2.1)
46
+ activesupport (= 8.0.2.1)
47
+ globalid (>= 0.6.0)
48
+ nokogiri (>= 1.8.5)
49
+ actionview (8.0.2.1)
50
+ activesupport (= 8.0.2.1)
51
+ builder (~> 3.1)
52
+ erubi (~> 1.11)
53
+ rails-dom-testing (~> 2.2)
54
+ rails-html-sanitizer (~> 1.6)
55
+ activejob (8.0.2.1)
56
+ activesupport (= 8.0.2.1)
57
+ globalid (>= 0.3.6)
58
+ activemodel (8.0.2.1)
59
+ activesupport (= 8.0.2.1)
60
+ activerecord (8.0.2.1)
61
+ activemodel (= 8.0.2.1)
62
+ activesupport (= 8.0.2.1)
63
+ timeout (>= 0.4.0)
64
+ activestorage (8.0.2.1)
65
+ actionpack (= 8.0.2.1)
66
+ activejob (= 8.0.2.1)
67
+ activerecord (= 8.0.2.1)
68
+ activesupport (= 8.0.2.1)
69
+ marcel (~> 1.0)
70
+ activesupport (8.0.2.1)
71
+ base64
72
+ benchmark (>= 0.3)
73
+ bigdecimal
74
+ concurrent-ruby (~> 1.0, >= 1.3.1)
75
+ connection_pool (>= 2.2.5)
76
+ drb
77
+ i18n (>= 1.6, < 2)
78
+ logger (>= 1.4.2)
79
+ minitest (>= 5.1)
80
+ securerandom (>= 0.3)
81
+ tzinfo (~> 2.0, >= 2.0.5)
82
+ uri (>= 0.13.1)
83
+ appraisal (2.5.0)
84
+ bundler
85
+ rake
86
+ thor (>= 0.14.0)
87
+ ast (2.4.3)
88
+ base64 (0.3.0)
89
+ benchmark (0.5.0)
90
+ bigdecimal (3.3.1)
91
+ builder (3.3.0)
92
+ byebug (12.0.0)
93
+ climate_control (0.0.4)
94
+ activesupport (>= 3.0)
95
+ codeclimate-test-reporter (1.0.9)
96
+ simplecov (<= 0.13)
97
+ coderay (1.1.3)
98
+ concurrent-ruby (1.3.5)
99
+ connection_pool (2.5.4)
100
+ crass (1.0.6)
101
+ date (3.5.0)
102
+ diff-lcs (1.6.2)
103
+ docile (1.1.5)
104
+ drb (2.2.3)
105
+ erb (5.1.3)
106
+ erubi (1.13.1)
107
+ globalid (1.3.0)
108
+ activesupport (>= 6.1)
109
+ i18n (1.14.7)
110
+ concurrent-ruby (~> 1.0)
111
+ io-console (0.8.1)
112
+ irb (1.15.3)
113
+ pp (>= 0.6.0)
114
+ rdoc (>= 4.0.0)
115
+ reline (>= 0.4.2)
116
+ json (2.15.2)
117
+ language_server-protocol (3.17.0.5)
118
+ lhm (2.2.0)
119
+ lint_roller (1.1.0)
120
+ logger (1.7.0)
121
+ loofah (2.24.1)
122
+ crass (~> 1.0.2)
123
+ nokogiri (>= 1.12.0)
124
+ mail (2.9.0)
125
+ logger
126
+ mini_mime (>= 0.1.1)
127
+ net-imap
128
+ net-pop
129
+ net-smtp
130
+ marcel (1.1.0)
131
+ method_source (1.1.0)
132
+ mini_mime (1.1.5)
133
+ minitest (5.26.0)
134
+ mutex_m (0.3.0)
135
+ mysql2 (0.5.7)
136
+ bigdecimal
137
+ net-imap (0.5.12)
138
+ date
139
+ net-protocol
140
+ net-pop (0.1.2)
141
+ net-protocol
142
+ net-protocol (0.2.2)
143
+ timeout
144
+ net-smtp (0.5.1)
145
+ net-protocol
146
+ nio4r (2.7.5)
147
+ nokogiri (1.18.10-aarch64-linux-gnu)
148
+ racc (~> 1.4)
149
+ nokogiri (1.18.10-aarch64-linux-musl)
150
+ racc (~> 1.4)
151
+ nokogiri (1.18.10-arm-linux-gnu)
152
+ racc (~> 1.4)
153
+ nokogiri (1.18.10-arm-linux-musl)
154
+ racc (~> 1.4)
155
+ nokogiri (1.18.10-arm64-darwin)
156
+ racc (~> 1.4)
157
+ nokogiri (1.18.10-x86_64-darwin)
158
+ racc (~> 1.4)
159
+ nokogiri (1.18.10-x86_64-linux-gnu)
160
+ racc (~> 1.4)
161
+ nokogiri (1.18.10-x86_64-linux-musl)
162
+ racc (~> 1.4)
163
+ parallel (1.27.0)
164
+ parser (3.3.10.0)
165
+ ast (~> 2.4.1)
166
+ racc
167
+ pp (0.6.3)
168
+ prettyprint
169
+ prettyprint (0.2.0)
170
+ prism (1.6.0)
171
+ pry (0.15.2)
172
+ coderay (~> 1.1)
173
+ method_source (~> 1.0)
174
+ pry-byebug (3.11.0)
175
+ byebug (~> 12.0)
176
+ pry (>= 0.13, < 0.16)
177
+ psych (5.2.6)
178
+ date
179
+ stringio
180
+ racc (1.8.1)
181
+ rack (3.2.4)
182
+ rack-session (2.1.1)
183
+ base64 (>= 0.1.0)
184
+ rack (>= 3.0.0)
185
+ rack-test (2.2.0)
186
+ rack (>= 1.3)
187
+ rackup (2.2.1)
188
+ rack (>= 3)
189
+ rails (8.0.2.1)
190
+ actioncable (= 8.0.2.1)
191
+ actionmailbox (= 8.0.2.1)
192
+ actionmailer (= 8.0.2.1)
193
+ actionpack (= 8.0.2.1)
194
+ actiontext (= 8.0.2.1)
195
+ actionview (= 8.0.2.1)
196
+ activejob (= 8.0.2.1)
197
+ activemodel (= 8.0.2.1)
198
+ activerecord (= 8.0.2.1)
199
+ activestorage (= 8.0.2.1)
200
+ activesupport (= 8.0.2.1)
201
+ bundler (>= 1.15.0)
202
+ railties (= 8.0.2.1)
203
+ rails-dom-testing (2.3.0)
204
+ activesupport (>= 5.0.0)
205
+ minitest
206
+ nokogiri (>= 1.6)
207
+ rails-html-sanitizer (1.6.2)
208
+ loofah (~> 2.21)
209
+ 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)
210
+ railties (8.0.2.1)
211
+ actionpack (= 8.0.2.1)
212
+ activesupport (= 8.0.2.1)
213
+ irb (~> 1.13)
214
+ rackup (>= 1.0.0)
215
+ rake (>= 12.2)
216
+ thor (~> 1.0, >= 1.2.2)
217
+ zeitwerk (~> 2.6)
218
+ rainbow (3.1.1)
219
+ rake (13.3.1)
220
+ rdoc (6.15.1)
221
+ erb
222
+ psych (>= 4.0.0)
223
+ tsort
224
+ regexp_parser (2.11.3)
225
+ reline (0.6.2)
226
+ io-console (~> 0.5)
227
+ rspec (3.13.2)
228
+ rspec-core (~> 3.13.0)
229
+ rspec-expectations (~> 3.13.0)
230
+ rspec-mocks (~> 3.13.0)
231
+ rspec-core (3.13.6)
232
+ rspec-support (~> 3.13.0)
233
+ rspec-expectations (3.13.5)
234
+ diff-lcs (>= 1.2.0, < 2.0)
235
+ rspec-support (~> 3.13.0)
236
+ rspec-its (1.3.1)
237
+ rspec-core (>= 3.0.0)
238
+ rspec-expectations (>= 3.0.0)
239
+ rspec-mocks (3.13.7)
240
+ diff-lcs (>= 1.2.0, < 2.0)
241
+ rspec-support (~> 3.13.0)
242
+ rspec-support (3.13.6)
243
+ rubocop (1.74.0)
244
+ json (~> 2.3)
245
+ language_server-protocol (~> 3.17.0.2)
246
+ lint_roller (~> 1.1.0)
247
+ parallel (~> 1.10)
248
+ parser (>= 3.3.0.2)
249
+ rainbow (>= 2.2.2, < 4.0)
250
+ regexp_parser (>= 2.9.3, < 3.0)
251
+ rubocop-ast (>= 1.38.0, < 2.0)
252
+ ruby-progressbar (~> 1.7)
253
+ unicode-display_width (>= 2.4.0, < 4.0)
254
+ rubocop-ast (1.47.1)
255
+ parser (>= 3.3.7.2)
256
+ prism (~> 1.4)
257
+ rubocop-performance (1.20.2)
258
+ rubocop (>= 1.48.1, < 2.0)
259
+ rubocop-ast (>= 1.30.0, < 2.0)
260
+ ruby-progressbar (1.13.0)
261
+ securerandom (0.4.1)
262
+ simplecov (0.13.0)
263
+ docile (~> 1.1.0)
264
+ json (>= 1.8, < 3)
265
+ simplecov-html (~> 0.10.0)
266
+ simplecov-html (0.10.2)
267
+ stringio (3.1.7)
268
+ thor (1.4.0)
269
+ timeout (0.4.4)
270
+ tsort (0.2.0)
271
+ tzinfo (2.0.6)
272
+ concurrent-ruby (~> 1.0)
273
+ unicode-display_width (3.2.0)
274
+ unicode-emoji (~> 4.1)
275
+ unicode-emoji (4.1.0)
276
+ uri (1.1.1)
277
+ useragent (0.16.11)
278
+ websocket-driver (0.8.0)
279
+ base64
280
+ websocket-extensions (>= 0.1.0)
281
+ websocket-extensions (0.1.5)
282
+ zeitwerk (2.6.18)
283
+
284
+ PLATFORMS
285
+ aarch64-linux-gnu
286
+ aarch64-linux-musl
287
+ arm-linux-gnu
288
+ arm-linux-musl
289
+ arm64-darwin
290
+ x86_64-darwin
291
+ x86_64-linux-gnu
292
+ x86_64-linux-musl
293
+
294
+ DEPENDENCIES
295
+ appraisal (~> 2.5.0)
296
+ base64
297
+ bigdecimal
298
+ climate_control (~> 0.0.3)
299
+ codeclimate-test-reporter (~> 1.0.3)
300
+ departure!
301
+ lhm
302
+ logger
303
+ mutex_m
304
+ pry-byebug
305
+ rails (= 8.0.2.1)
306
+ rake (>= 10.0)
307
+ rspec (~> 3.4, >= 3.4.0)
308
+ rspec-its (~> 1.2)
309
+ rubocop (~> 1.74.0)
310
+ rubocop-performance (~> 1.20.2)
311
+ zeitwerk (< 2.7.0)
312
+
313
+ BUNDLED WITH
314
+ 2.6.6
@@ -0,0 +1,15 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "base64"
6
+ gem "codeclimate-test-reporter", "~> 1.0.3", group: :test, require: nil
7
+ gem "lhm"
8
+ gem "logger"
9
+ gem "mutex_m", require: false
10
+ gem "rubocop", "~> 1.74.0", require: false
11
+ gem "rubocop-performance", "~> 1.20.2", require: false
12
+ gem "zeitwerk", "< 2.7.0"
13
+ gem "rails", "8.1.1"
14
+
15
+ gemspec path: "../"