exception_notification 4.6.0 → 5.0.1

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/CHANGELOG.rdoc +30 -0
  3. data/CONTRIBUTING.md +23 -51
  4. data/README.md +65 -31
  5. data/Rakefile +14 -7
  6. data/exception_notification.gemspec +36 -32
  7. data/lib/exception_notification/rack.rb +4 -4
  8. data/lib/exception_notification/rails.rb +2 -2
  9. data/lib/exception_notification/rake.rb +3 -7
  10. data/lib/exception_notification/resque.rb +2 -2
  11. data/lib/exception_notification/sidekiq.rb +8 -23
  12. data/lib/exception_notification/version.rb +1 -1
  13. data/lib/exception_notification.rb +3 -3
  14. data/lib/exception_notifier/datadog_notifier.rb +26 -26
  15. data/lib/exception_notifier/email_notifier.rb +34 -30
  16. data/lib/exception_notifier/google_chat_notifier.rb +9 -9
  17. data/lib/exception_notifier/hipchat_notifier.rb +12 -12
  18. data/lib/exception_notifier/irc_notifier.rb +6 -6
  19. data/lib/exception_notifier/mattermost_notifier.rb +13 -13
  20. data/lib/exception_notifier/modules/error_grouping.rb +5 -5
  21. data/lib/exception_notifier/modules/formatter.rb +12 -12
  22. data/lib/exception_notifier/notifier.rb +3 -3
  23. data/lib/exception_notifier/slack_notifier.rb +16 -16
  24. data/lib/exception_notifier/sns_notifier.rb +9 -9
  25. data/lib/exception_notifier/teams_notifier.rb +61 -57
  26. data/lib/exception_notifier/webhook_notifier.rb +3 -3
  27. data/lib/exception_notifier.rb +27 -26
  28. data/lib/generators/exception_notification/install_generator.rb +7 -7
  29. data/lib/generators/exception_notification/templates/exception_notification.rb.erb +26 -27
  30. metadata +41 -110
  31. data/Appraisals +0 -9
  32. data/Gemfile +0 -5
  33. data/Gemfile.lock +0 -352
  34. data/gemfiles/rails5_2.gemfile +0 -7
  35. data/gemfiles/rails6_0.gemfile +0 -7
  36. data/gemfiles/rails6_1.gemfile +0 -7
  37. data/gemfiles/rails7_0.gemfile +0 -7
  38. data/test/exception_notification/rack_test.rb +0 -106
  39. data/test/exception_notification/rake_test.rb +0 -38
  40. data/test/exception_notification/resque_test.rb +0 -54
  41. data/test/exception_notifier/datadog_notifier_test.rb +0 -153
  42. data/test/exception_notifier/email_notifier_test.rb +0 -351
  43. data/test/exception_notifier/google_chat_notifier_test.rb +0 -185
  44. data/test/exception_notifier/hipchat_notifier_test.rb +0 -218
  45. data/test/exception_notifier/irc_notifier_test.rb +0 -139
  46. data/test/exception_notifier/mattermost_notifier_test.rb +0 -251
  47. data/test/exception_notifier/modules/error_grouping_test.rb +0 -167
  48. data/test/exception_notifier/modules/formatter_test.rb +0 -152
  49. data/test/exception_notifier/sidekiq_test.rb +0 -34
  50. data/test/exception_notifier/slack_notifier_test.rb +0 -229
  51. data/test/exception_notifier/sns_notifier_test.rb +0 -178
  52. data/test/exception_notifier/teams_notifier_test.rb +0 -92
  53. data/test/exception_notifier/webhook_notifier_test.rb +0 -98
  54. data/test/exception_notifier_test.rb +0 -288
  55. data/test/support/exception_notifier_helper.rb +0 -14
  56. data/test/support/views/exception_notifier/_new_bkg_section.html.erb +0 -1
  57. data/test/support/views/exception_notifier/_new_bkg_section.text.erb +0 -1
  58. data/test/support/views/exception_notifier/_new_section.html.erb +0 -1
  59. data/test/support/views/exception_notifier/_new_section.text.erb +0 -1
  60. data/test/test_helper.rb +0 -19
metadata CHANGED
@@ -1,15 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exception_notification
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.6.0
4
+ version: 5.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamis Buck
8
8
  - Josh Peek
9
- autorequire:
9
+ - Sebastián Martínez
10
+ - Kevin McPhillips
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2025-03-21 00:00:00.000000000 Z
13
+ date: 2025-08-03 00:00:00.000000000 Z
13
14
  dependencies:
14
15
  - !ruby/object:Gem::Dependency
15
16
  name: actionmailer
@@ -17,7 +18,7 @@ dependencies:
17
18
  requirements:
18
19
  - - ">="
19
20
  - !ruby/object:Gem::Version
20
- version: '5.2'
21
+ version: '7.1'
21
22
  - - "<"
22
23
  - !ruby/object:Gem::Version
23
24
  version: '9'
@@ -27,7 +28,7 @@ dependencies:
27
28
  requirements:
28
29
  - - ">="
29
30
  - !ruby/object:Gem::Version
30
- version: '5.2'
31
+ version: '7.1'
31
32
  - - "<"
32
33
  - !ruby/object:Gem::Version
33
34
  version: '9'
@@ -37,7 +38,7 @@ dependencies:
37
38
  requirements:
38
39
  - - ">="
39
40
  - !ruby/object:Gem::Version
40
- version: '5.2'
41
+ version: '7.1'
41
42
  - - "<"
42
43
  - !ruby/object:Gem::Version
43
44
  version: '9'
@@ -47,24 +48,10 @@ dependencies:
47
48
  requirements:
48
49
  - - ">="
49
50
  - !ruby/object:Gem::Version
50
- version: '5.2'
51
+ version: '7.1'
51
52
  - - "<"
52
53
  - !ruby/object:Gem::Version
53
54
  version: '9'
54
- - !ruby/object:Gem::Dependency
55
- name: appraisal
56
- requirement: !ruby/object:Gem::Requirement
57
- requirements:
58
- - - "~>"
59
- - !ruby/object:Gem::Version
60
- version: 2.2.0
61
- type: :development
62
- prerelease: false
63
- version_requirements: !ruby/object:Gem::Requirement
64
- requirements:
65
- - - "~>"
66
- - !ruby/object:Gem::Version
67
- version: 2.2.0
68
55
  - !ruby/object:Gem::Dependency
69
56
  name: aws-sdk-sns
70
57
  requirement: !ruby/object:Gem::Requirement
@@ -93,20 +80,6 @@ dependencies:
93
80
  - - ">="
94
81
  - !ruby/object:Gem::Version
95
82
  version: 0.7.0
96
- - !ruby/object:Gem::Dependency
97
- name: coveralls
98
- requirement: !ruby/object:Gem::Requirement
99
- requirements:
100
- - - "~>"
101
- - !ruby/object:Gem::Version
102
- version: 0.8.2
103
- type: :development
104
- prerelease: false
105
- version_requirements: !ruby/object:Gem::Requirement
106
- requirements:
107
- - - "~>"
108
- - !ruby/object:Gem::Version
109
- version: 0.8.2
110
83
  - !ruby/object:Gem::Dependency
111
84
  name: dogapi
112
85
  requirement: !ruby/object:Gem::Requirement
@@ -191,13 +164,27 @@ dependencies:
191
164
  - - ">="
192
165
  - !ruby/object:Gem::Version
193
166
  version: '0'
167
+ - !ruby/object:Gem::Dependency
168
+ name: ostruct
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - ">="
172
+ - !ruby/object:Gem::Version
173
+ version: '0'
174
+ type: :development
175
+ prerelease: false
176
+ version_requirements: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - ">="
179
+ - !ruby/object:Gem::Version
180
+ version: '0'
194
181
  - !ruby/object:Gem::Dependency
195
182
  name: rails
196
183
  requirement: !ruby/object:Gem::Requirement
197
184
  requirements:
198
185
  - - ">="
199
186
  - !ruby/object:Gem::Version
200
- version: '5.2'
187
+ version: '7.1'
201
188
  - - "<"
202
189
  - !ruby/object:Gem::Version
203
190
  version: '9'
@@ -207,7 +194,7 @@ dependencies:
207
194
  requirements:
208
195
  - - ">="
209
196
  - !ruby/object:Gem::Version
210
- version: '5.2'
197
+ version: '7.1'
211
198
  - - "<"
212
199
  - !ruby/object:Gem::Version
213
200
  version: '9'
@@ -226,47 +213,47 @@ dependencies:
226
213
  - !ruby/object:Gem::Version
227
214
  version: 1.8.0
228
215
  - !ruby/object:Gem::Dependency
229
- name: rubocop
216
+ name: sidekiq
230
217
  requirement: !ruby/object:Gem::Requirement
231
218
  requirements:
232
219
  - - ">="
233
220
  - !ruby/object:Gem::Version
234
- version: '0'
221
+ version: 5.0.4
235
222
  type: :development
236
223
  prerelease: false
237
224
  version_requirements: !ruby/object:Gem::Requirement
238
225
  requirements:
239
226
  - - ">="
240
227
  - !ruby/object:Gem::Version
241
- version: '0'
228
+ version: 5.0.4
242
229
  - !ruby/object:Gem::Dependency
243
- name: sidekiq
230
+ name: slack-notifier
244
231
  requirement: !ruby/object:Gem::Requirement
245
232
  requirements:
246
233
  - - ">="
247
234
  - !ruby/object:Gem::Version
248
- version: 5.0.4
235
+ version: 1.0.0
249
236
  type: :development
250
237
  prerelease: false
251
238
  version_requirements: !ruby/object:Gem::Requirement
252
239
  requirements:
253
240
  - - ">="
254
241
  - !ruby/object:Gem::Version
255
- version: 5.0.4
242
+ version: 1.0.0
256
243
  - !ruby/object:Gem::Dependency
257
- name: slack-notifier
244
+ name: standard
258
245
  requirement: !ruby/object:Gem::Requirement
259
246
  requirements:
260
247
  - - ">="
261
248
  - !ruby/object:Gem::Version
262
- version: 1.0.0
249
+ version: '0'
263
250
  type: :development
264
251
  prerelease: false
265
252
  version_requirements: !ruby/object:Gem::Requirement
266
253
  requirements:
267
254
  - - ">="
268
255
  - !ruby/object:Gem::Version
269
- version: 1.0.0
256
+ version: '0'
270
257
  - !ruby/object:Gem::Dependency
271
258
  name: timecop
272
259
  requirement: !ruby/object:Gem::Requirement
@@ -281,18 +268,14 @@ dependencies:
281
268
  - - "~>"
282
269
  - !ruby/object:Gem::Version
283
270
  version: 0.9.0
284
- description:
285
- email: smartinez87@gmail.com
271
+ email: github@kevinmcphillips.ca
286
272
  executables: []
287
273
  extensions: []
288
274
  extra_rdoc_files: []
289
275
  files:
290
- - Appraisals
291
276
  - CHANGELOG.rdoc
292
277
  - CODE_OF_CONDUCT.md
293
278
  - CONTRIBUTING.md
294
- - Gemfile
295
- - Gemfile.lock
296
279
  - MIT-LICENSE
297
280
  - README.md
298
281
  - Rakefile
@@ -309,10 +292,6 @@ files:
309
292
  - docs/notifiers/teams.md
310
293
  - docs/notifiers/webhook.md
311
294
  - exception_notification.gemspec
312
- - gemfiles/rails5_2.gemfile
313
- - gemfiles/rails6_0.gemfile
314
- - gemfiles/rails6_1.gemfile
315
- - gemfiles/rails7_0.gemfile
316
295
  - lib/exception_notification.rb
317
296
  - lib/exception_notification/rack.rb
318
297
  - lib/exception_notification/rails.rb
@@ -355,35 +334,11 @@ files:
355
334
  - lib/exception_notifier/webhook_notifier.rb
356
335
  - lib/generators/exception_notification/install_generator.rb
357
336
  - lib/generators/exception_notification/templates/exception_notification.rb.erb
358
- - test/exception_notification/rack_test.rb
359
- - test/exception_notification/rake_test.rb
360
- - test/exception_notification/resque_test.rb
361
- - test/exception_notifier/datadog_notifier_test.rb
362
- - test/exception_notifier/email_notifier_test.rb
363
- - test/exception_notifier/google_chat_notifier_test.rb
364
- - test/exception_notifier/hipchat_notifier_test.rb
365
- - test/exception_notifier/irc_notifier_test.rb
366
- - test/exception_notifier/mattermost_notifier_test.rb
367
- - test/exception_notifier/modules/error_grouping_test.rb
368
- - test/exception_notifier/modules/formatter_test.rb
369
- - test/exception_notifier/sidekiq_test.rb
370
- - test/exception_notifier/slack_notifier_test.rb
371
- - test/exception_notifier/sns_notifier_test.rb
372
- - test/exception_notifier/teams_notifier_test.rb
373
- - test/exception_notifier/webhook_notifier_test.rb
374
- - test/exception_notifier_test.rb
375
- - test/support/exception_notifier_helper.rb
376
- - test/support/views/exception_notifier/_new_bkg_section.html.erb
377
- - test/support/views/exception_notifier/_new_bkg_section.text.erb
378
- - test/support/views/exception_notifier/_new_section.html.erb
379
- - test/support/views/exception_notifier/_new_section.text.erb
380
- - test/test_helper.rb
381
- homepage: https://smartinez87.github.io/exception_notification/
337
+ homepage: https://kmcphillips.github.io/exception_notification/
382
338
  licenses:
383
339
  - MIT
384
340
  metadata:
385
- changelog_uri: https://github.com/smartinez87/exception_notification/blob/master/CHANGELOG.rdoc
386
- post_install_message:
341
+ changelog_uri: https://github.com/kmcphillips/exception_notification/blob/master/CHANGELOG.rdoc
387
342
  rdoc_options: []
388
343
  require_paths:
389
344
  - lib
@@ -391,38 +346,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
391
346
  requirements:
392
347
  - - ">="
393
348
  - !ruby/object:Gem::Version
394
- version: '2.3'
349
+ version: '3.2'
395
350
  required_rubygems_version: !ruby/object:Gem::Requirement
396
351
  requirements:
397
352
  - - ">="
398
353
  - !ruby/object:Gem::Version
399
- version: 1.8.11
354
+ version: '0'
400
355
  requirements: []
401
- rubygems_version: 3.5.22
402
- signing_key:
356
+ rubygems_version: 3.6.2
403
357
  specification_version: 4
404
- summary: Exception notification for Rails apps
405
- test_files:
406
- - test/exception_notification/rack_test.rb
407
- - test/exception_notification/rake_test.rb
408
- - test/exception_notification/resque_test.rb
409
- - test/exception_notifier/datadog_notifier_test.rb
410
- - test/exception_notifier/email_notifier_test.rb
411
- - test/exception_notifier/google_chat_notifier_test.rb
412
- - test/exception_notifier/hipchat_notifier_test.rb
413
- - test/exception_notifier/irc_notifier_test.rb
414
- - test/exception_notifier/mattermost_notifier_test.rb
415
- - test/exception_notifier/modules/error_grouping_test.rb
416
- - test/exception_notifier/modules/formatter_test.rb
417
- - test/exception_notifier/sidekiq_test.rb
418
- - test/exception_notifier/slack_notifier_test.rb
419
- - test/exception_notifier/sns_notifier_test.rb
420
- - test/exception_notifier/teams_notifier_test.rb
421
- - test/exception_notifier/webhook_notifier_test.rb
422
- - test/exception_notifier_test.rb
423
- - test/support/exception_notifier_helper.rb
424
- - test/support/views/exception_notifier/_new_bkg_section.html.erb
425
- - test/support/views/exception_notifier/_new_bkg_section.text.erb
426
- - test/support/views/exception_notifier/_new_section.html.erb
427
- - test/support/views/exception_notifier/_new_section.text.erb
428
- - test/test_helper.rb
358
+ summary: Exception notification for Ruby applications
359
+ test_files: []
data/Appraisals DELETED
@@ -1,9 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- rails_versions = ['~> 5.2.0', '~> 6.0.0', '~> 6.1.0', '~> 7.0.0']
4
-
5
- rails_versions.each do |rails_version|
6
- appraise "rails#{rails_version.slice(/\d+\.\d+/).tr('.', '_')}" do
7
- gem 'rails', rails_version
8
- end
9
- end
data/Gemfile DELETED
@@ -1,5 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- source 'https://rubygems.org'
4
-
5
- gemspec
data/Gemfile.lock DELETED
@@ -1,352 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- exception_notification (4.6.0)
5
- actionmailer (>= 5.2, < 9)
6
- activesupport (>= 5.2, < 9)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actioncable (8.0.2)
12
- actionpack (= 8.0.2)
13
- activesupport (= 8.0.2)
14
- nio4r (~> 2.0)
15
- websocket-driver (>= 0.6.1)
16
- zeitwerk (~> 2.6)
17
- actionmailbox (8.0.2)
18
- actionpack (= 8.0.2)
19
- activejob (= 8.0.2)
20
- activerecord (= 8.0.2)
21
- activestorage (= 8.0.2)
22
- activesupport (= 8.0.2)
23
- mail (>= 2.8.0)
24
- actionmailer (8.0.2)
25
- actionpack (= 8.0.2)
26
- actionview (= 8.0.2)
27
- activejob (= 8.0.2)
28
- activesupport (= 8.0.2)
29
- mail (>= 2.8.0)
30
- rails-dom-testing (~> 2.2)
31
- actionpack (8.0.2)
32
- actionview (= 8.0.2)
33
- activesupport (= 8.0.2)
34
- nokogiri (>= 1.8.5)
35
- rack (>= 2.2.4)
36
- rack-session (>= 1.0.1)
37
- rack-test (>= 0.6.3)
38
- rails-dom-testing (~> 2.2)
39
- rails-html-sanitizer (~> 1.6)
40
- useragent (~> 0.16)
41
- actiontext (8.0.2)
42
- actionpack (= 8.0.2)
43
- activerecord (= 8.0.2)
44
- activestorage (= 8.0.2)
45
- activesupport (= 8.0.2)
46
- globalid (>= 0.6.0)
47
- nokogiri (>= 1.8.5)
48
- actionview (8.0.2)
49
- activesupport (= 8.0.2)
50
- builder (~> 3.1)
51
- erubi (~> 1.11)
52
- rails-dom-testing (~> 2.2)
53
- rails-html-sanitizer (~> 1.6)
54
- activejob (8.0.2)
55
- activesupport (= 8.0.2)
56
- globalid (>= 0.3.6)
57
- activemodel (8.0.2)
58
- activesupport (= 8.0.2)
59
- activerecord (8.0.2)
60
- activemodel (= 8.0.2)
61
- activesupport (= 8.0.2)
62
- timeout (>= 0.4.0)
63
- activestorage (8.0.2)
64
- actionpack (= 8.0.2)
65
- activejob (= 8.0.2)
66
- activerecord (= 8.0.2)
67
- activesupport (= 8.0.2)
68
- marcel (~> 1.0)
69
- activesupport (8.0.2)
70
- base64
71
- benchmark (>= 0.3)
72
- bigdecimal
73
- concurrent-ruby (~> 1.0, >= 1.3.1)
74
- connection_pool (>= 2.2.5)
75
- drb
76
- i18n (>= 1.6, < 2)
77
- logger (>= 1.4.2)
78
- minitest (>= 5.1)
79
- securerandom (>= 0.3)
80
- tzinfo (~> 2.0, >= 2.0.5)
81
- uri (>= 0.13.1)
82
- addressable (2.8.7)
83
- public_suffix (>= 2.0.2, < 7.0)
84
- appraisal (2.2.0)
85
- bundler
86
- rake
87
- thor (>= 0.14.0)
88
- ast (2.4.3)
89
- aws-eventstream (1.3.2)
90
- aws-partitions (1.1070.0)
91
- aws-sdk-core (3.220.1)
92
- aws-eventstream (~> 1, >= 1.3.0)
93
- aws-partitions (~> 1, >= 1.992.0)
94
- aws-sigv4 (~> 1.9)
95
- base64
96
- jmespath (~> 1, >= 1.6.1)
97
- aws-sdk-sns (1.97.0)
98
- aws-sdk-core (~> 3, >= 3.216.0)
99
- aws-sigv4 (~> 1.5)
100
- aws-sigv4 (1.11.0)
101
- aws-eventstream (~> 1, >= 1.0.2)
102
- base64 (0.2.0)
103
- benchmark (0.4.0)
104
- bigdecimal (3.1.9)
105
- builder (3.3.0)
106
- carrier-pigeon (0.7.0)
107
- addressable
108
- concurrent-ruby (1.3.5)
109
- connection_pool (2.5.0)
110
- coveralls (0.8.23)
111
- json (>= 1.8, < 3)
112
- simplecov (~> 0.16.1)
113
- term-ansicolor (~> 1.3)
114
- thor (>= 0.19.4, < 2.0)
115
- tins (~> 1.6)
116
- crass (1.0.6)
117
- date (3.4.1)
118
- docile (1.4.1)
119
- dogapi (1.45.0)
120
- multi_json
121
- drb (2.2.1)
122
- erubi (1.13.1)
123
- globalid (1.2.1)
124
- activesupport (>= 6.1)
125
- hipchat (1.6.0)
126
- httparty
127
- mimemagic
128
- httparty (0.10.2)
129
- multi_json (~> 1.0)
130
- multi_xml (>= 0.5.2)
131
- i18n (1.14.7)
132
- concurrent-ruby (~> 1.0)
133
- io-console (0.8.0)
134
- irb (1.15.1)
135
- pp (>= 0.6.0)
136
- rdoc (>= 4.0.0)
137
- reline (>= 0.4.2)
138
- jmespath (1.6.2)
139
- json (2.10.2)
140
- language_server-protocol (3.17.0.4)
141
- lint_roller (1.1.0)
142
- logger (1.6.6)
143
- loofah (2.24.0)
144
- crass (~> 1.0.2)
145
- nokogiri (>= 1.12.0)
146
- mail (2.8.1)
147
- mini_mime (>= 0.1.1)
148
- net-imap
149
- net-pop
150
- net-smtp
151
- marcel (1.0.4)
152
- mimemagic (0.4.3)
153
- nokogiri (~> 1)
154
- rake
155
- mini_mime (1.1.5)
156
- minitest (5.25.5)
157
- mocha (2.7.1)
158
- ruby2_keywords (>= 0.0.5)
159
- mock_redis (0.19.0)
160
- multi_json (1.15.0)
161
- multi_xml (0.7.1)
162
- bigdecimal (~> 3.1)
163
- mustermann (3.0.3)
164
- ruby2_keywords (~> 0.0.1)
165
- net-imap (0.5.6)
166
- date
167
- net-protocol
168
- net-pop (0.1.2)
169
- net-protocol
170
- net-protocol (0.2.2)
171
- timeout
172
- net-smtp (0.5.1)
173
- net-protocol
174
- nio4r (2.7.4)
175
- nokogiri (1.18.5-aarch64-linux-gnu)
176
- racc (~> 1.4)
177
- nokogiri (1.18.5-aarch64-linux-musl)
178
- racc (~> 1.4)
179
- nokogiri (1.18.5-arm-linux-gnu)
180
- racc (~> 1.4)
181
- nokogiri (1.18.5-arm-linux-musl)
182
- racc (~> 1.4)
183
- nokogiri (1.18.5-arm64-darwin)
184
- racc (~> 1.4)
185
- nokogiri (1.18.5-x86_64-darwin)
186
- racc (~> 1.4)
187
- nokogiri (1.18.5-x86_64-linux-gnu)
188
- racc (~> 1.4)
189
- nokogiri (1.18.5-x86_64-linux-musl)
190
- racc (~> 1.4)
191
- parallel (1.26.3)
192
- parser (3.3.7.2)
193
- ast (~> 2.4.1)
194
- racc
195
- pp (0.6.2)
196
- prettyprint
197
- prettyprint (0.2.0)
198
- psych (5.2.3)
199
- date
200
- stringio
201
- public_suffix (6.0.1)
202
- racc (1.8.1)
203
- rack (3.1.12)
204
- rack-protection (4.1.1)
205
- base64 (>= 0.1.0)
206
- logger (>= 1.6.0)
207
- rack (>= 3.0.0, < 4)
208
- rack-session (2.1.0)
209
- base64 (>= 0.1.0)
210
- rack (>= 3.0.0)
211
- rack-test (2.2.0)
212
- rack (>= 1.3)
213
- rackup (2.2.1)
214
- rack (>= 3)
215
- rails (8.0.2)
216
- actioncable (= 8.0.2)
217
- actionmailbox (= 8.0.2)
218
- actionmailer (= 8.0.2)
219
- actionpack (= 8.0.2)
220
- actiontext (= 8.0.2)
221
- actionview (= 8.0.2)
222
- activejob (= 8.0.2)
223
- activemodel (= 8.0.2)
224
- activerecord (= 8.0.2)
225
- activestorage (= 8.0.2)
226
- activesupport (= 8.0.2)
227
- bundler (>= 1.15.0)
228
- railties (= 8.0.2)
229
- rails-dom-testing (2.2.0)
230
- activesupport (>= 5.0.0)
231
- minitest
232
- nokogiri (>= 1.6)
233
- rails-html-sanitizer (1.6.2)
234
- loofah (~> 2.21)
235
- 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)
236
- railties (8.0.2)
237
- actionpack (= 8.0.2)
238
- activesupport (= 8.0.2)
239
- irb (~> 1.13)
240
- rackup (>= 1.0.0)
241
- rake (>= 12.2)
242
- thor (~> 1.0, >= 1.2.2)
243
- zeitwerk (~> 2.6)
244
- rainbow (3.1.1)
245
- rake (13.2.1)
246
- rdoc (6.12.0)
247
- psych (>= 4.0.0)
248
- redis (1.0.7)
249
- redis-client (0.24.0)
250
- connection_pool
251
- redis-namespace (0.4.4)
252
- redis (~> 1.0.0)
253
- regexp_parser (2.10.0)
254
- reline (0.6.0)
255
- io-console (~> 0.5)
256
- resque (1.8.5)
257
- redis (~> 1.0.0)
258
- redis-namespace (~> 0.4.0)
259
- sinatra (>= 0.9.2)
260
- vegas (~> 0.1.2)
261
- rubocop (1.74.0)
262
- json (~> 2.3)
263
- language_server-protocol (~> 3.17.0.2)
264
- lint_roller (~> 1.1.0)
265
- parallel (~> 1.10)
266
- parser (>= 3.3.0.2)
267
- rainbow (>= 2.2.2, < 4.0)
268
- regexp_parser (>= 2.9.3, < 3.0)
269
- rubocop-ast (>= 1.38.0, < 2.0)
270
- ruby-progressbar (~> 1.7)
271
- unicode-display_width (>= 2.4.0, < 4.0)
272
- rubocop-ast (1.41.0)
273
- parser (>= 3.3.7.2)
274
- ruby-progressbar (1.13.0)
275
- ruby2_keywords (0.0.5)
276
- securerandom (0.4.1)
277
- sidekiq (8.0.1)
278
- connection_pool (>= 2.5.0)
279
- json (>= 2.9.0)
280
- logger (>= 1.6.2)
281
- rack (>= 3.1.0)
282
- redis-client (>= 0.23.2)
283
- simplecov (0.16.1)
284
- docile (~> 1.1)
285
- json (>= 1.8, < 3)
286
- simplecov-html (~> 0.10.0)
287
- simplecov-html (0.10.2)
288
- sinatra (4.1.1)
289
- logger (>= 1.6.0)
290
- mustermann (~> 3.0)
291
- rack (>= 3.0.0, < 4)
292
- rack-protection (= 4.1.1)
293
- rack-session (>= 2.0.0, < 3)
294
- tilt (~> 2.0)
295
- slack-notifier (2.4.0)
296
- stringio (3.1.5)
297
- sync (0.5.0)
298
- term-ansicolor (1.11.2)
299
- tins (~> 1.0)
300
- thor (1.3.2)
301
- tilt (2.6.0)
302
- timecop (0.9.10)
303
- timeout (0.4.3)
304
- tins (1.38.0)
305
- bigdecimal
306
- sync
307
- tzinfo (2.0.6)
308
- concurrent-ruby (~> 1.0)
309
- unicode-display_width (3.1.4)
310
- unicode-emoji (~> 4.0, >= 4.0.4)
311
- unicode-emoji (4.0.4)
312
- uri (1.0.3)
313
- useragent (0.16.11)
314
- vegas (0.1.11)
315
- rack (>= 1.0.0)
316
- websocket-driver (0.7.7)
317
- base64
318
- websocket-extensions (>= 0.1.0)
319
- websocket-extensions (0.1.5)
320
- zeitwerk (2.7.2)
321
-
322
- PLATFORMS
323
- aarch64-linux-gnu
324
- aarch64-linux-musl
325
- arm-linux-gnu
326
- arm-linux-musl
327
- arm64-darwin
328
- x86_64-darwin
329
- x86_64-linux-gnu
330
- x86_64-linux-musl
331
-
332
- DEPENDENCIES
333
- appraisal (~> 2.2.0)
334
- aws-sdk-sns (~> 1)
335
- carrier-pigeon (>= 0.7.0)
336
- coveralls (~> 0.8.2)
337
- dogapi (>= 1.23.0)
338
- exception_notification!
339
- hipchat (>= 1.0.0)
340
- httparty (~> 0.10.2)
341
- mocha (>= 0.13.0)
342
- mock_redis (~> 0.19.0)
343
- net-smtp
344
- rails (>= 5.2, < 9)
345
- resque (~> 1.8.0)
346
- rubocop
347
- sidekiq (>= 5.0.4)
348
- slack-notifier (>= 1.0.0)
349
- timecop (~> 0.9.0)
350
-
351
- BUNDLED WITH
352
- 2.6.3
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rails", "~> 5.2.0"
6
-
7
- gemspec path: "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rails", "~> 6.0.0"
6
-
7
- gemspec path: "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rails", "~> 6.1.0"
6
-
7
- gemspec path: "../"
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rails", "~> 7.0.0"
6
-
7
- gemspec path: "../"