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