acidic_job 1.0.0.pre29 → 1.0.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/.github/FUNDING.yml +13 -0
  3. data/.github/workflows/main.yml +12 -15
  4. data/.gitignore +3 -1
  5. data/.rubocop.yml +50 -5
  6. data/.ruby-version +1 -0
  7. data/Gemfile.lock +114 -198
  8. data/README.md +163 -246
  9. data/TODO +77 -0
  10. data/acidic_job.gemspec +8 -10
  11. data/app/models/acidic_job/entry.rb +19 -0
  12. data/app/models/acidic_job/execution.rb +50 -0
  13. data/app/models/acidic_job/record.rb +11 -0
  14. data/app/models/acidic_job/value.rb +7 -0
  15. data/bin/console +5 -2
  16. data/bin/test_all +26 -0
  17. data/gemfiles/rails_7.0.gemfile +4 -1
  18. data/gemfiles/rails_7.1.gemfile +11 -0
  19. data/gemfiles/rails_7.2.gemfile +11 -0
  20. data/gemfiles/rails_8.0.gemfile +11 -0
  21. data/lib/acidic_job/arguments.rb +31 -0
  22. data/lib/acidic_job/builder.rb +29 -0
  23. data/lib/acidic_job/context.rb +26 -0
  24. data/lib/acidic_job/engine.rb +46 -0
  25. data/lib/acidic_job/errors.rb +91 -12
  26. data/lib/acidic_job/log_subscriber.rb +50 -0
  27. data/lib/acidic_job/serializers/exception_serializer.rb +31 -0
  28. data/lib/acidic_job/serializers/job_serializer.rb +27 -0
  29. data/lib/acidic_job/serializers/new_record_serializer.rb +25 -0
  30. data/lib/acidic_job/serializers/range_serializer.rb +28 -0
  31. data/lib/acidic_job/testing.rb +8 -12
  32. data/lib/acidic_job/version.rb +1 -1
  33. data/lib/acidic_job/workflow.rb +185 -0
  34. data/lib/acidic_job.rb +15 -284
  35. data/lib/generators/acidic_job/install_generator.rb +3 -3
  36. data/lib/generators/acidic_job/templates/create_acidic_job_tables_migration.rb.erb +33 -0
  37. metadata +45 -115
  38. data/.ruby_version +0 -1
  39. data/.tool-versions +0 -1
  40. data/gemfiles/rails_6.1.gemfile +0 -8
  41. data/lib/acidic_job/awaiting.rb +0 -102
  42. data/lib/acidic_job/extensions/action_mailer.rb +0 -29
  43. data/lib/acidic_job/extensions/active_job.rb +0 -40
  44. data/lib/acidic_job/extensions/noticed.rb +0 -54
  45. data/lib/acidic_job/extensions/sidekiq.rb +0 -111
  46. data/lib/acidic_job/finished_point.rb +0 -16
  47. data/lib/acidic_job/idempotency_key.rb +0 -82
  48. data/lib/acidic_job/perform_wrapper.rb +0 -22
  49. data/lib/acidic_job/recovery_point.rb +0 -18
  50. data/lib/acidic_job/rspec_configuration.rb +0 -31
  51. data/lib/acidic_job/run.rb +0 -100
  52. data/lib/acidic_job/serializer.rb +0 -163
  53. data/lib/acidic_job/staging.rb +0 -38
  54. data/lib/acidic_job/step.rb +0 -104
  55. data/lib/acidic_job/test_case.rb +0 -9
  56. data/lib/acidic_job/upgrade_service.rb +0 -118
  57. data/lib/generators/acidic_job/drop_tables_generator.rb +0 -26
  58. data/lib/generators/acidic_job/templates/create_acidic_job_runs_migration.rb.erb +0 -19
  59. 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: ea7524fb0e637ffdf7df124528a027f41f29891e2185e8776255c1b96ee3b00d
4
+ data.tar.gz: f364ede10a8872ffdaa07127cd7db22ed2886ae90605aeeb9d3e35dc3a7b169a
5
5
  SHA512:
6
- metadata.gz: 66289b30eae68ad0742f4f744ee509ddaeba4a9cb769101ca836482e8820c64755b63dd1030da3ea152bae73151121af821cfdb0d6f9f26ed80453ca1e2f1f0f
7
- data.tar.gz: c1c2522cf165f8a3f693aa9ac5839b3e2f1df9f057fe2f7776f1e42c9eb718847f4b3f81e86ca5230b4532dc909505920671f9539f0ca1f20a5c65f196a86c75
6
+ metadata.gz: ffc3d7f6c3638c8a883421f7e2f82c84739c63165d110faf70c95cd77952dff804b6769c7ac637ec170935d6bf227fd04416b7a75f1b585994376f5fe4965feb
7
+ data.tar.gz: ca8d0848c203914fd98fd2252689488b789b24c4ada0f082ba5a3a521463e24f66ec69e1240e087766d6091b2e9d0e5748aaeef81e9a69153b7c6489a0a6e29f
@@ -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,160 @@
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.rc1)
5
+ activejob (>= 7.1)
6
+ activerecord (>= 7.1)
7
+ activesupport (>= 7.1)
8
+ railties (>= 7.1)
8
9
 
9
10
  GEM
10
11
  remote: https://rubygems.org/
11
12
  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)
13
+ actionpack (7.2.1.1)
14
+ actionview (= 7.2.1.1)
15
+ activesupport (= 7.2.1.1)
50
16
  nokogiri (>= 1.8.5)
51
- actionview (7.0.3.1)
52
- activesupport (= 7.0.3.1)
17
+ racc
18
+ rack (>= 2.2.4, < 3.2)
19
+ rack-session (>= 1.0.1)
20
+ rack-test (>= 0.6.3)
21
+ rails-dom-testing (~> 2.2)
22
+ rails-html-sanitizer (~> 1.6)
23
+ useragent (~> 0.16)
24
+ actionview (7.2.1.1)
25
+ activesupport (= 7.2.1.1)
53
26
  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)
27
+ erubi (~> 1.11)
28
+ rails-dom-testing (~> 2.2)
29
+ rails-html-sanitizer (~> 1.6)
30
+ activejob (7.2.1.1)
31
+ activesupport (= 7.2.1.1)
59
32
  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)
33
+ activemodel (7.2.1.1)
34
+ activesupport (= 7.2.1.1)
35
+ activerecord (7.2.1.1)
36
+ activemodel (= 7.2.1.1)
37
+ activesupport (= 7.2.1.1)
38
+ timeout (>= 0.4.0)
39
+ activesupport (7.2.1.1)
40
+ base64
41
+ bigdecimal
42
+ concurrent-ruby (~> 1.0, >= 1.3.1)
43
+ connection_pool (>= 2.2.5)
44
+ drb
74
45
  i18n (>= 1.6, < 2)
46
+ logger (>= 1.4.2)
75
47
  minitest (>= 5.1)
76
- tzinfo (~> 2.0)
77
- addressable (2.8.0)
78
- public_suffix (>= 2.0.2, < 5.0)
48
+ securerandom (>= 0.3)
49
+ tzinfo (~> 2.0, >= 2.0.5)
79
50
  ast (2.4.2)
80
- builder (3.2.4)
51
+ base64 (0.2.0)
52
+ bigdecimal (3.1.8)
53
+ builder (3.3.0)
54
+ chaotic_job (0.2.0)
81
55
  combustion (1.3.7)
82
56
  activesupport (>= 3.0.0)
83
57
  railties (>= 3.0.0)
84
58
  thor (>= 0.14.6)
85
- concurrent-ruby (1.1.10)
86
- connection_pool (2.2.5)
59
+ concurrent-ruby (1.3.4)
60
+ connection_pool (2.4.0)
87
61
  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)
95
62
  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)
63
+ drb (2.2.1)
64
+ erubi (1.13.0)
65
+ globalid (1.2.1)
66
+ activesupport (>= 6.1)
67
+ i18n (1.14.6)
114
68
  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)
69
+ io-console (0.7.2)
70
+ irb (1.14.1)
71
+ rdoc (>= 4.0.0)
72
+ reline (>= 0.4.2)
73
+ json (2.6.3)
74
+ logger (1.6.1)
75
+ loofah (2.22.0)
120
76
  crass (~> 1.0.2)
121
- nokogiri (>= 1.5.9)
122
- mail (2.7.1)
123
- 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
131
- net-protocol
132
- strscan
133
- net-pop (0.1.1)
134
- digest
135
- net-protocol
136
- timeout
137
- net-protocol (0.1.3)
138
- timeout
139
- net-smtp (0.3.1)
140
- digest
141
- net-protocol
142
- timeout
143
- nio4r (2.5.8)
144
- nokogiri (1.13.7)
145
- mini_portile2 (~> 2.8.0)
77
+ nokogiri (>= 1.12.0)
78
+ mini_portile2 (2.8.7)
79
+ minitest (5.25.1)
80
+ nokogiri (1.16.7)
81
+ mini_portile2 (~> 2.8.2)
146
82
  racc (~> 1.4)
147
- nokogiri (1.13.7-x86_64-darwin)
83
+ nokogiri (1.16.7-x86_64-darwin)
148
84
  racc (~> 1.4)
149
- noticed (1.5.9)
150
- http (>= 4.0.0)
151
- rails (>= 5.2.0)
152
85
  parallel (1.22.1)
153
- parser (3.1.2.0)
86
+ parser (3.2.2.0)
154
87
  ast (~> 2.4.1)
155
- psych (4.0.4)
88
+ psych (5.1.2)
156
89
  stringio
157
- public_suffix (4.0.7)
158
- racc (1.6.0)
159
- rack (2.2.4)
160
- rack-test (2.0.2)
90
+ racc (1.8.1)
91
+ rack (3.1.8)
92
+ rack-session (2.0.0)
93
+ rack (>= 3.0.0)
94
+ rack-test (2.1.0)
161
95
  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)
96
+ rackup (2.1.0)
97
+ rack (>= 3)
98
+ webrick (~> 1.8)
99
+ rails-dom-testing (2.2.0)
100
+ activesupport (>= 5.0.0)
101
+ minitest
178
102
  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
103
+ rails-html-sanitizer (1.6.0)
104
+ loofah (~> 2.21)
105
+ nokogiri (~> 1.14)
106
+ railties (7.2.1.1)
107
+ actionpack (= 7.2.1.1)
108
+ activesupport (= 7.2.1.1)
109
+ irb (~> 1.13)
110
+ rackup (>= 1.0.0)
185
111
  rake (>= 12.2)
186
- thor (~> 1.0)
187
- zeitwerk (~> 2.5)
112
+ thor (~> 1.0, >= 1.2.2)
113
+ zeitwerk (~> 2.6)
188
114
  rainbow (3.1.1)
189
- rake (13.0.6)
190
- redis (4.7.1)
191
- regexp_parser (2.5.0)
115
+ rake (13.2.1)
116
+ rdoc (6.7.0)
117
+ psych (>= 4.0.0)
118
+ regexp_parser (2.8.0)
119
+ reline (0.5.10)
120
+ io-console (~> 0.5)
192
121
  rexml (3.2.5)
193
- rubocop (1.31.2)
122
+ rubocop (1.50.2)
194
123
  json (~> 2.3)
195
124
  parallel (~> 1.10)
196
- parser (>= 3.1.0.0)
125
+ parser (>= 3.2.0.0)
197
126
  rainbow (>= 2.2.2, < 4.0)
198
127
  regexp_parser (>= 1.8, < 3.0)
199
128
  rexml (>= 3.2.5, < 4.0)
200
- rubocop-ast (>= 1.18.0, < 2.0)
129
+ rubocop-ast (>= 1.28.0, < 2.0)
201
130
  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)
131
+ unicode-display_width (>= 2.4.0, < 3.0)
132
+ rubocop-ast (1.28.0)
133
+ parser (>= 3.2.1.0)
134
+ rubocop-minitest (0.30.0)
135
+ rubocop (>= 1.39, < 2.0)
207
136
  rubocop-rake (0.6.0)
208
137
  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)
138
+ ruby-progressbar (1.13.0)
139
+ securerandom (0.3.1)
140
+ simplecov (0.22.0)
215
141
  docile (~> 1.1)
216
142
  simplecov-html (~> 0.11)
217
143
  simplecov_json_formatter (~> 0.1)
218
144
  simplecov-html (0.12.3)
219
145
  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)
146
+ sqlite3 (1.6.2)
147
+ mini_portile2 (~> 2.8.0)
148
+ sqlite3 (1.6.2-x86_64-darwin)
149
+ stringio (3.1.1)
150
+ thor (1.3.2)
151
+ timeout (0.4.1)
152
+ tzinfo (2.0.6)
226
153
  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)
154
+ unicode-display_width (2.4.2)
155
+ useragent (0.16.10)
156
+ webrick (1.8.2)
157
+ zeitwerk (2.7.1)
236
158
 
237
159
  PLATFORMS
238
160
  ruby
@@ -240,21 +162,15 @@ PLATFORMS
240
162
 
241
163
  DEPENDENCIES
242
164
  acidic_job!
243
- activejob
165
+ chaotic_job (>= 0.2.0)
244
166
  combustion
245
167
  minitest
246
- net-smtp
247
- noticed
248
- psych (> 4.0)
249
- railties
250
168
  rake
251
169
  rubocop
252
170
  rubocop-minitest
253
171
  rubocop-rake
254
- sidekiq
255
172
  simplecov
256
173
  sqlite3
257
- warning
258
174
 
259
175
  BUNDLED WITH
260
- 2.2.32
176
+ 2.5.21