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