acidic_job 1.0.0.pre29 → 1.0.0.rc2

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 (60) hide show
  1. checksums.yaml +4 -4
  2. data/.codacy.yml +4 -0
  3. data/.github/FUNDING.yml +13 -0
  4. data/.github/workflows/main.yml +12 -15
  5. data/.gitignore +3 -1
  6. data/.rubocop.yml +50 -5
  7. data/.ruby-version +1 -0
  8. data/Gemfile.lock +134 -193
  9. data/README.md +164 -246
  10. data/TODO +77 -0
  11. data/acidic_job.gemspec +10 -10
  12. data/app/models/acidic_job/entry.rb +19 -0
  13. data/app/models/acidic_job/execution.rb +50 -0
  14. data/app/models/acidic_job/record.rb +11 -0
  15. data/app/models/acidic_job/value.rb +7 -0
  16. data/bin/console +5 -2
  17. data/bin/test_all +26 -0
  18. data/gemfiles/rails_7.0.gemfile +4 -1
  19. data/gemfiles/rails_7.1.gemfile +11 -0
  20. data/gemfiles/rails_7.2.gemfile +11 -0
  21. data/gemfiles/rails_8.0.gemfile +11 -0
  22. data/lib/acidic_job/arguments.rb +31 -0
  23. data/lib/acidic_job/builder.rb +29 -0
  24. data/lib/acidic_job/context.rb +46 -0
  25. data/lib/acidic_job/engine.rb +46 -0
  26. data/lib/acidic_job/errors.rb +87 -12
  27. data/lib/acidic_job/log_subscriber.rb +50 -0
  28. data/lib/acidic_job/serializers/exception_serializer.rb +31 -0
  29. data/lib/acidic_job/serializers/job_serializer.rb +27 -0
  30. data/lib/acidic_job/serializers/new_record_serializer.rb +25 -0
  31. data/lib/acidic_job/serializers/range_serializer.rb +28 -0
  32. data/lib/acidic_job/testing.rb +8 -12
  33. data/lib/acidic_job/version.rb +1 -1
  34. data/lib/acidic_job/workflow.rb +182 -0
  35. data/lib/acidic_job.rb +15 -284
  36. data/lib/generators/acidic_job/install_generator.rb +3 -3
  37. data/lib/generators/acidic_job/templates/create_acidic_job_tables_migration.rb.erb +33 -0
  38. metadata +51 -95
  39. data/.ruby_version +0 -1
  40. data/.tool-versions +0 -1
  41. data/gemfiles/rails_6.1.gemfile +0 -8
  42. data/lib/acidic_job/awaiting.rb +0 -102
  43. data/lib/acidic_job/extensions/action_mailer.rb +0 -29
  44. data/lib/acidic_job/extensions/active_job.rb +0 -40
  45. data/lib/acidic_job/extensions/noticed.rb +0 -54
  46. data/lib/acidic_job/extensions/sidekiq.rb +0 -111
  47. data/lib/acidic_job/finished_point.rb +0 -16
  48. data/lib/acidic_job/idempotency_key.rb +0 -82
  49. data/lib/acidic_job/perform_wrapper.rb +0 -22
  50. data/lib/acidic_job/recovery_point.rb +0 -18
  51. data/lib/acidic_job/rspec_configuration.rb +0 -31
  52. data/lib/acidic_job/run.rb +0 -100
  53. data/lib/acidic_job/serializer.rb +0 -163
  54. data/lib/acidic_job/staging.rb +0 -38
  55. data/lib/acidic_job/step.rb +0 -104
  56. data/lib/acidic_job/test_case.rb +0 -9
  57. data/lib/acidic_job/upgrade_service.rb +0 -118
  58. data/lib/generators/acidic_job/drop_tables_generator.rb +0 -26
  59. data/lib/generators/acidic_job/templates/create_acidic_job_runs_migration.rb.erb +0 -19
  60. data/lib/generators/acidic_job/templates/drop_acidic_job_keys_migration.rb.erb +0 -27
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41d83dcc9ad4d8b835881a8268e43c8d74f7ae87e8e6dd0ad07e79f8f0df1319
4
- data.tar.gz: 651b7eb29e6f2c3ec006b18151ae80ca5efeaf17093495656dde87420774c8ac
3
+ metadata.gz: 91e85393ede0eb0d4100449b323a12d1d447acc339a2e365926aae4a35ca34cb
4
+ data.tar.gz: 2278997e2ef132f34c26f31d2d17c6d54fcce32a52cb90517e1b678f43f83ede
5
5
  SHA512:
6
- metadata.gz: 66289b30eae68ad0742f4f744ee509ddaeba4a9cb769101ca836482e8820c64755b63dd1030da3ea152bae73151121af821cfdb0d6f9f26ed80453ca1e2f1f0f
7
- data.tar.gz: c1c2522cf165f8a3f693aa9ac5839b3e2f1df9f057fe2f7776f1e42c9eb718847f4b3f81e86ca5230b4532dc909505920671f9539f0ca1f20a5c65f196a86c75
6
+ metadata.gz: 308a693c544f5cd2cc36872aaa403762b54fe474a2f2718e3e3fd03be355df92aa3c5cfcbf4b2be7f8f20207aa847c6174fcc09d4a5e9c169277c50b85f22441
7
+ data.tar.gz: 6329afd0ebbd5ce72bbeeb60aeb5359ffec646723b4c01bb110ce2084557de0282b33252d8a81519637c9a11bf5b241fcf1feefac3216c119beed1b22eb9f8cd
data/.codacy.yml ADDED
@@ -0,0 +1,4 @@
1
+ ---
2
+ exclude_paths:
3
+ - "**/*.md"
4
+ - "LICENSE"
@@ -0,0 +1,13 @@
1
+ # These are supported funding model platforms
2
+
3
+ github: fractaledmind
4
+ patreon: # Replace with a single Patreon username
5
+ open_collective: # Replace with a single Open Collective username
6
+ ko_fi: # Replace with a single Ko-fi username
7
+ tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8
+ community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
+ liberapay: # Replace with a single Liberapay username
10
+ issuehunt: # Replace with a single IssueHunt username
11
+ otechie: # Replace with a single Otechie username
12
+ lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13
+ custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
@@ -5,28 +5,25 @@ on: [push]
5
5
  jobs:
6
6
  build:
7
7
  runs-on: ubuntu-latest
8
-
8
+
9
9
  strategy:
10
10
  fail-fast: false
11
11
  matrix:
12
- ruby: ["2.7", "3.0", "3.1"]
13
- rails: [ "6.1", "7.0" ]
14
- services:
15
- redis:
16
- image: redis
17
- options: >-
18
- --health-cmd "redis-cli ping"
19
- --health-interval 10s
20
- --health-timeout 5s
21
- --health-retries 5
22
- ports:
23
- - 6379:6379
24
-
12
+ ruby: ["3.0", "3.1", "3.2", "3.3"]
13
+ rails: [ "7.1", "7.2", "8.0"]
14
+ exclude:
15
+ - ruby: "3.0"
16
+ rails: "8.0"
17
+ - ruby: "3.1"
18
+ rails: "8.0"
19
+ - ruby: "3.0"
20
+ rails: "7.2"
21
+
25
22
  env:
26
23
  BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_${{ matrix.rails }}.gemfile
27
24
 
28
25
  steps:
29
- - uses: actions/checkout@v2
26
+ - uses: actions/checkout@v4
30
27
 
31
28
  - name: Set up Ruby
32
29
  # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
data/.gitignore CHANGED
@@ -12,5 +12,7 @@ slides.md
12
12
  /test/dummy
13
13
  /test/log
14
14
  /database.sqlite
15
+ /test/combustion/database.sqlite*
15
16
  /test/combustion/log/test.log
16
- /test/combustion/database.sqlite
17
+ /test/combustion/tmp/*
18
+ /gemfiles/*.lock
data/.rubocop.yml CHANGED
@@ -1,4 +1,12 @@
1
+ require:
2
+ - rubocop-minitest
3
+ - rubocop-rake
4
+
1
5
  AllCops:
6
+ Exclude:
7
+ - inline.rb
8
+ - test/simulation.rb
9
+ - vendor/bundle/**/*
2
10
  TargetRubyVersion: 2.7
3
11
  NewCops: enable
4
12
 
@@ -13,26 +21,63 @@ Style/StringLiteralsInInterpolation:
13
21
  Layout/LineLength:
14
22
  Max: 120
15
23
 
24
+ Gemspec/DevelopmentDependencies:
25
+ Enabled: false
26
+
16
27
  Style/Documentation:
17
28
  Enabled: false
18
29
 
19
30
  Metrics/ModuleLength:
20
31
  Enabled: false
21
-
32
+
22
33
  Metrics/AbcSize:
23
34
  Enabled: false
24
-
35
+
25
36
  Metrics/MethodLength:
26
37
  Enabled: false
27
-
38
+
28
39
  Metrics/BlockLength:
29
40
  Enabled: false
30
-
41
+
31
42
  Metrics/CyclomaticComplexity:
32
43
  Enabled: false
33
-
44
+
34
45
  Metrics/PerceivedComplexity:
35
46
  Enabled: false
36
47
 
37
48
  Metrics/ClassLength:
49
+ Enabled: false
50
+
51
+ Minitest/MultipleAssertions:
52
+ Enabled: false
53
+
54
+ Style/ModuleFunction:
55
+ Enabled: false
56
+
57
+ Style/RaiseArgs:
58
+ EnforcedStyle: compact
59
+
60
+ Style/NegatedIf:
61
+ Enabled: false
62
+
63
+ Style/ClassAndModuleChildren:
64
+ Exclude:
65
+ - test/**/*_test.rb
66
+
67
+ Naming/VariableNumber:
68
+ Exclude:
69
+ - test/**/*_test.rb
70
+
71
+ Style/SingleLineMethods:
72
+ Exclude:
73
+ - test/**/*_test.rb
74
+
75
+ Lint/ConstantDefinitionInBlock:
76
+ Exclude:
77
+ - test/**/*_test.rb
78
+
79
+ Minitest/AssertTruthy:
80
+ Enabled: false
81
+
82
+ Minitest/RefuteFalse:
38
83
  Enabled: false
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ ruby-3.3.4
data/Gemfile.lock CHANGED
@@ -1,238 +1,184 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- acidic_job (1.0.0.pre29)
5
- activerecord
6
- activesupport
7
- database_cleaner
4
+ acidic_job (1.0.0.rc2)
5
+ activejob (>= 7.1)
6
+ activerecord (>= 7.1)
7
+ activesupport (>= 7.1)
8
+ json (>= 2.7.0)
9
+ railties (>= 7.1)
8
10
 
9
11
  GEM
10
12
  remote: https://rubygems.org/
11
13
  specs:
12
- actioncable (7.0.3.1)
13
- actionpack (= 7.0.3.1)
14
- activesupport (= 7.0.3.1)
15
- nio4r (~> 2.0)
16
- websocket-driver (>= 0.6.1)
17
- actionmailbox (7.0.3.1)
18
- actionpack (= 7.0.3.1)
19
- activejob (= 7.0.3.1)
20
- activerecord (= 7.0.3.1)
21
- activestorage (= 7.0.3.1)
22
- activesupport (= 7.0.3.1)
23
- mail (>= 2.7.1)
24
- net-imap
25
- net-pop
26
- net-smtp
27
- actionmailer (7.0.3.1)
28
- actionpack (= 7.0.3.1)
29
- actionview (= 7.0.3.1)
30
- activejob (= 7.0.3.1)
31
- activesupport (= 7.0.3.1)
32
- mail (~> 2.5, >= 2.5.4)
33
- net-imap
34
- net-pop
35
- net-smtp
36
- rails-dom-testing (~> 2.0)
37
- actionpack (7.0.3.1)
38
- actionview (= 7.0.3.1)
39
- activesupport (= 7.0.3.1)
40
- rack (~> 2.0, >= 2.2.0)
41
- rack-test (>= 0.6.3)
42
- rails-dom-testing (~> 2.0)
43
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
44
- actiontext (7.0.3.1)
45
- actionpack (= 7.0.3.1)
46
- activerecord (= 7.0.3.1)
47
- activestorage (= 7.0.3.1)
48
- activesupport (= 7.0.3.1)
49
- globalid (>= 0.6.0)
14
+ actionmailer (7.2.1.1)
15
+ actionpack (= 7.2.1.1)
16
+ actionview (= 7.2.1.1)
17
+ activejob (= 7.2.1.1)
18
+ activesupport (= 7.2.1.1)
19
+ mail (>= 2.8.0)
20
+ rails-dom-testing (~> 2.2)
21
+ actionpack (7.2.1.1)
22
+ actionview (= 7.2.1.1)
23
+ activesupport (= 7.2.1.1)
50
24
  nokogiri (>= 1.8.5)
51
- actionview (7.0.3.1)
52
- activesupport (= 7.0.3.1)
25
+ racc
26
+ rack (>= 2.2.4, < 3.2)
27
+ rack-session (>= 1.0.1)
28
+ rack-test (>= 0.6.3)
29
+ rails-dom-testing (~> 2.2)
30
+ rails-html-sanitizer (~> 1.6)
31
+ useragent (~> 0.16)
32
+ actionview (7.2.1.1)
33
+ activesupport (= 7.2.1.1)
53
34
  builder (~> 3.1)
54
- erubi (~> 1.4)
55
- rails-dom-testing (~> 2.0)
56
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
57
- activejob (7.0.3.1)
58
- activesupport (= 7.0.3.1)
35
+ erubi (~> 1.11)
36
+ rails-dom-testing (~> 2.2)
37
+ rails-html-sanitizer (~> 1.6)
38
+ activejob (7.2.1.1)
39
+ activesupport (= 7.2.1.1)
59
40
  globalid (>= 0.3.6)
60
- activemodel (7.0.3.1)
61
- activesupport (= 7.0.3.1)
62
- activerecord (7.0.3.1)
63
- activemodel (= 7.0.3.1)
64
- activesupport (= 7.0.3.1)
65
- activestorage (7.0.3.1)
66
- actionpack (= 7.0.3.1)
67
- activejob (= 7.0.3.1)
68
- activerecord (= 7.0.3.1)
69
- activesupport (= 7.0.3.1)
70
- marcel (~> 1.0)
71
- mini_mime (>= 1.1.0)
72
- activesupport (7.0.3.1)
73
- concurrent-ruby (~> 1.0, >= 1.0.2)
41
+ activemodel (7.2.1.1)
42
+ activesupport (= 7.2.1.1)
43
+ activerecord (7.2.1.1)
44
+ activemodel (= 7.2.1.1)
45
+ activesupport (= 7.2.1.1)
46
+ timeout (>= 0.4.0)
47
+ activesupport (7.2.1.1)
48
+ base64
49
+ bigdecimal
50
+ concurrent-ruby (~> 1.0, >= 1.3.1)
51
+ connection_pool (>= 2.2.5)
52
+ drb
74
53
  i18n (>= 1.6, < 2)
54
+ logger (>= 1.4.2)
75
55
  minitest (>= 5.1)
76
- tzinfo (~> 2.0)
77
- addressable (2.8.0)
78
- public_suffix (>= 2.0.2, < 5.0)
56
+ securerandom (>= 0.3)
57
+ tzinfo (~> 2.0, >= 2.0.5)
79
58
  ast (2.4.2)
80
- builder (3.2.4)
59
+ base64 (0.2.0)
60
+ bigdecimal (3.1.8)
61
+ builder (3.3.0)
62
+ chaotic_job (0.3.0)
81
63
  combustion (1.3.7)
82
64
  activesupport (>= 3.0.0)
83
65
  railties (>= 3.0.0)
84
66
  thor (>= 0.14.6)
85
- concurrent-ruby (1.1.10)
86
- connection_pool (2.2.5)
67
+ concurrent-ruby (1.3.4)
68
+ connection_pool (2.4.0)
87
69
  crass (1.0.6)
88
- database_cleaner (2.0.1)
89
- database_cleaner-active_record (~> 2.0.0)
90
- database_cleaner-active_record (2.0.1)
91
- activerecord (>= 5.a)
92
- database_cleaner-core (~> 2.0.0)
93
- database_cleaner-core (2.0.1)
94
- digest (3.1.0)
70
+ date (3.4.1)
95
71
  docile (1.4.0)
96
- domain_name (0.5.20190701)
97
- unf (>= 0.0.5, < 1.0.0)
98
- erubi (1.10.0)
99
- ffi (1.15.5)
100
- ffi-compiler (1.0.1)
101
- ffi (>= 1.0.0)
102
- rake
103
- globalid (1.0.0)
104
- activesupport (>= 5.0)
105
- http (5.1.0)
106
- addressable (~> 2.8)
107
- http-cookie (~> 1.0)
108
- http-form_data (~> 2.2)
109
- llhttp-ffi (~> 0.4.0)
110
- http-cookie (1.0.5)
111
- domain_name (~> 0.5)
112
- http-form_data (2.3.0)
113
- i18n (1.12.0)
72
+ drb (2.2.1)
73
+ erubi (1.13.0)
74
+ globalid (1.2.1)
75
+ activesupport (>= 6.1)
76
+ i18n (1.14.6)
114
77
  concurrent-ruby (~> 1.0)
115
- json (2.6.2)
116
- llhttp-ffi (0.4.0)
117
- ffi-compiler (~> 1.0)
118
- rake (~> 13.0)
119
- loofah (2.18.0)
78
+ io-console (0.7.2)
79
+ irb (1.14.1)
80
+ rdoc (>= 4.0.0)
81
+ reline (>= 0.4.2)
82
+ json (2.10.2)
83
+ logger (1.6.1)
84
+ loofah (2.22.0)
120
85
  crass (~> 1.0.2)
121
- nokogiri (>= 1.5.9)
122
- mail (2.7.1)
86
+ nokogiri (>= 1.12.0)
87
+ mail (2.8.1)
123
88
  mini_mime (>= 0.1.1)
124
- marcel (1.0.2)
125
- method_source (1.0.0)
126
- mini_mime (1.1.2)
127
- mini_portile2 (2.8.0)
128
- minitest (5.16.2)
129
- net-imap (0.2.3)
130
- digest
89
+ net-imap
90
+ net-pop
91
+ net-smtp
92
+ mini_mime (1.1.5)
93
+ mini_portile2 (2.8.7)
94
+ minitest (5.25.1)
95
+ net-imap (0.5.1)
96
+ date
131
97
  net-protocol
132
- strscan
133
- net-pop (0.1.1)
134
- digest
98
+ net-pop (0.1.2)
135
99
  net-protocol
100
+ net-protocol (0.2.2)
136
101
  timeout
137
- net-protocol (0.1.3)
138
- timeout
139
- net-smtp (0.3.1)
140
- digest
102
+ net-smtp (0.5.0)
141
103
  net-protocol
142
- timeout
143
- nio4r (2.5.8)
144
- nokogiri (1.13.7)
145
- mini_portile2 (~> 2.8.0)
104
+ nokogiri (1.16.7)
105
+ mini_portile2 (~> 2.8.2)
146
106
  racc (~> 1.4)
147
- nokogiri (1.13.7-x86_64-darwin)
107
+ nokogiri (1.16.7-x86_64-darwin)
148
108
  racc (~> 1.4)
149
- noticed (1.5.9)
150
- http (>= 4.0.0)
151
- rails (>= 5.2.0)
152
109
  parallel (1.22.1)
153
- parser (3.1.2.0)
110
+ parser (3.2.2.0)
154
111
  ast (~> 2.4.1)
155
- psych (4.0.4)
112
+ psych (5.1.2)
156
113
  stringio
157
- public_suffix (4.0.7)
158
- racc (1.6.0)
159
- rack (2.2.4)
160
- rack-test (2.0.2)
114
+ racc (1.8.1)
115
+ rack (3.1.8)
116
+ rack-session (2.0.0)
117
+ rack (>= 3.0.0)
118
+ rack-test (2.1.0)
161
119
  rack (>= 1.3)
162
- rails (7.0.3.1)
163
- actioncable (= 7.0.3.1)
164
- actionmailbox (= 7.0.3.1)
165
- actionmailer (= 7.0.3.1)
166
- actionpack (= 7.0.3.1)
167
- actiontext (= 7.0.3.1)
168
- actionview (= 7.0.3.1)
169
- activejob (= 7.0.3.1)
170
- activemodel (= 7.0.3.1)
171
- activerecord (= 7.0.3.1)
172
- activestorage (= 7.0.3.1)
173
- activesupport (= 7.0.3.1)
174
- bundler (>= 1.15.0)
175
- railties (= 7.0.3.1)
176
- rails-dom-testing (2.0.3)
177
- activesupport (>= 4.2.0)
120
+ rackup (2.1.0)
121
+ rack (>= 3)
122
+ webrick (~> 1.8)
123
+ rails-dom-testing (2.2.0)
124
+ activesupport (>= 5.0.0)
125
+ minitest
178
126
  nokogiri (>= 1.6)
179
- rails-html-sanitizer (1.4.3)
180
- loofah (~> 2.3)
181
- railties (7.0.3.1)
182
- actionpack (= 7.0.3.1)
183
- activesupport (= 7.0.3.1)
184
- method_source
127
+ rails-html-sanitizer (1.6.0)
128
+ loofah (~> 2.21)
129
+ nokogiri (~> 1.14)
130
+ railties (7.2.1.1)
131
+ actionpack (= 7.2.1.1)
132
+ activesupport (= 7.2.1.1)
133
+ irb (~> 1.13)
134
+ rackup (>= 1.0.0)
185
135
  rake (>= 12.2)
186
- thor (~> 1.0)
187
- zeitwerk (~> 2.5)
136
+ thor (~> 1.0, >= 1.2.2)
137
+ zeitwerk (~> 2.6)
188
138
  rainbow (3.1.1)
189
- rake (13.0.6)
190
- redis (4.7.1)
191
- regexp_parser (2.5.0)
139
+ rake (13.2.1)
140
+ rdoc (6.7.0)
141
+ psych (>= 4.0.0)
142
+ regexp_parser (2.8.0)
143
+ reline (0.5.10)
144
+ io-console (~> 0.5)
192
145
  rexml (3.2.5)
193
- rubocop (1.31.2)
146
+ rubocop (1.50.2)
194
147
  json (~> 2.3)
195
148
  parallel (~> 1.10)
196
- parser (>= 3.1.0.0)
149
+ parser (>= 3.2.0.0)
197
150
  rainbow (>= 2.2.2, < 4.0)
198
151
  regexp_parser (>= 1.8, < 3.0)
199
152
  rexml (>= 3.2.5, < 4.0)
200
- rubocop-ast (>= 1.18.0, < 2.0)
153
+ rubocop-ast (>= 1.28.0, < 2.0)
201
154
  ruby-progressbar (~> 1.7)
202
- unicode-display_width (>= 1.4.0, < 3.0)
203
- rubocop-ast (1.19.1)
204
- parser (>= 3.1.1.0)
205
- rubocop-minitest (0.20.1)
206
- rubocop (>= 0.90, < 2.0)
155
+ unicode-display_width (>= 2.4.0, < 3.0)
156
+ rubocop-ast (1.28.0)
157
+ parser (>= 3.2.1.0)
158
+ rubocop-minitest (0.30.0)
159
+ rubocop (>= 1.39, < 2.0)
207
160
  rubocop-rake (0.6.0)
208
161
  rubocop (~> 1.0)
209
- ruby-progressbar (1.11.0)
210
- sidekiq (6.5.1)
211
- connection_pool (>= 2.2.2)
212
- rack (~> 2.0)
213
- redis (>= 4.2.0)
214
- simplecov (0.21.2)
162
+ ruby-progressbar (1.13.0)
163
+ securerandom (0.3.1)
164
+ simplecov (0.22.0)
215
165
  docile (~> 1.1)
216
166
  simplecov-html (~> 0.11)
217
167
  simplecov_json_formatter (~> 0.1)
218
168
  simplecov-html (0.12.3)
219
169
  simplecov_json_formatter (0.1.4)
220
- sqlite3 (1.4.4)
221
- stringio (3.0.2)
222
- strscan (3.0.3)
223
- thor (1.2.1)
224
- timeout (0.3.0)
225
- tzinfo (2.0.4)
170
+ sqlite3 (1.6.2)
171
+ mini_portile2 (~> 2.8.0)
172
+ sqlite3 (1.6.2-x86_64-darwin)
173
+ stringio (3.1.1)
174
+ thor (1.3.2)
175
+ timeout (0.4.1)
176
+ tzinfo (2.0.6)
226
177
  concurrent-ruby (~> 1.0)
227
- unf (0.1.4)
228
- unf_ext
229
- unf_ext (0.0.8.2)
230
- unicode-display_width (2.2.0)
231
- warning (1.3.0)
232
- websocket-driver (0.7.5)
233
- websocket-extensions (>= 0.1.0)
234
- websocket-extensions (0.1.5)
235
- zeitwerk (2.6.0)
178
+ unicode-display_width (2.4.2)
179
+ useragent (0.16.10)
180
+ webrick (1.8.2)
181
+ zeitwerk (2.7.1)
236
182
 
237
183
  PLATFORMS
238
184
  ruby
@@ -240,21 +186,16 @@ PLATFORMS
240
186
 
241
187
  DEPENDENCIES
242
188
  acidic_job!
243
- activejob
189
+ actionmailer (>= 7.1)
190
+ chaotic_job
244
191
  combustion
245
192
  minitest
246
- net-smtp
247
- noticed
248
- psych (> 4.0)
249
- railties
250
193
  rake
251
194
  rubocop
252
195
  rubocop-minitest
253
196
  rubocop-rake
254
- sidekiq
255
197
  simplecov
256
198
  sqlite3
257
- warning
258
199
 
259
200
  BUNDLED WITH
260
- 2.2.32
201
+ 2.5.21