memolog 0.5.6 → 0.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 482d670ff733f55753f8303304b6a143227bd648243a719d7b1536313325bd34
4
- data.tar.gz: 2792d7f04db4fab304ce93d0ef24d045f9d5f418f2cec1434bbd65d1ba4f4765
3
+ metadata.gz: 8d171aa5ced9284f7f5e31c648314d97287e24d8b725b2774916c359249b87a9
4
+ data.tar.gz: 7c3dd99958a86b8d8be39facde64c2958d77945a290c30fa94d1030a446de48a
5
5
  SHA512:
6
- metadata.gz: 7dea6912f3ab346a686d6e75abe302d4277509ab5c93e8b8fa16c8143321f937a93b0e81487bb57e81c9cd41c36d941eec540a797cc3ad47d065ac6f8453a8b1
7
- data.tar.gz: 10b127f2ccd318294b11d36d215b1205ee0bc36e58c0e42b40514a06fdb2bf7746d7736dd3f9335d9367fbeb824ee14ad66b9f1fe9801dd8ec76edb7c335fdec
6
+ metadata.gz: 252c86451103ba7b64f056e42ac334490afb5dc6a73b5e7a1429ef2b072222ff6a0fae2d7b225639a52b258abf7c5e4bf8747d8f894f292289682eca123e6cbb
7
+ data.tar.gz: ebe4ad917f3e1e87eb9e3991fc5f1cad2f664c4d22359a8846268574112eeab0c663ef454152e0b30ef31cd45489aa82637d2ab6f6f9f94c7ce4fd1d33c1aa48
@@ -24,7 +24,7 @@ jobs:
24
24
 
25
25
  strategy:
26
26
  matrix:
27
- ruby: [3.0, 3.1, 3.2]
27
+ ruby: [3.2, 3.3, 3.4, 4.0]
28
28
 
29
29
  steps:
30
30
  - uses: actions/checkout@v2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 0.5.7
2
+ - Upgrade dependencies due to vulnerabilities.
3
+
1
4
  ## 0.5.1
2
5
  - Upgrade dependencies due to vulnerabilities.
3
6
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- memolog (0.5.6)
4
+ memolog (0.6.0)
5
5
  json
6
6
  logger
7
7
  securerandom
@@ -9,266 +9,285 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actioncable (7.2.0)
13
- actionpack (= 7.2.0)
14
- activesupport (= 7.2.0)
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 (7.2.0)
19
- actionpack (= 7.2.0)
20
- activejob (= 7.2.0)
21
- activerecord (= 7.2.0)
22
- activestorage (= 7.2.0)
23
- activesupport (= 7.2.0)
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 (7.2.0)
26
- actionpack (= 7.2.0)
27
- actionview (= 7.2.0)
28
- activejob (= 7.2.0)
29
- activesupport (= 7.2.0)
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 (7.2.0)
33
- actionview (= 7.2.0)
34
- activesupport (= 7.2.0)
34
+ actionpack (8.1.1)
35
+ actionview (= 8.1.1)
36
+ activesupport (= 8.1.1)
35
37
  nokogiri (>= 1.8.5)
36
- racc
37
- rack (>= 2.2.4, < 3.2)
38
+ rack (>= 2.2.4)
38
39
  rack-session (>= 1.0.1)
39
40
  rack-test (>= 0.6.3)
40
41
  rails-dom-testing (~> 2.2)
41
42
  rails-html-sanitizer (~> 1.6)
42
43
  useragent (~> 0.16)
43
- actiontext (7.2.0)
44
- actionpack (= 7.2.0)
45
- activerecord (= 7.2.0)
46
- activestorage (= 7.2.0)
47
- activesupport (= 7.2.0)
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)
48
50
  globalid (>= 0.6.0)
49
51
  nokogiri (>= 1.8.5)
50
- actionview (7.2.0)
51
- activesupport (= 7.2.0)
52
+ actionview (8.1.1)
53
+ activesupport (= 8.1.1)
52
54
  builder (~> 3.1)
53
55
  erubi (~> 1.11)
54
56
  rails-dom-testing (~> 2.2)
55
57
  rails-html-sanitizer (~> 1.6)
56
- activejob (7.2.0)
57
- activesupport (= 7.2.0)
58
+ activejob (8.1.1)
59
+ activesupport (= 8.1.1)
58
60
  globalid (>= 0.3.6)
59
- activemodel (7.2.0)
60
- activesupport (= 7.2.0)
61
- activerecord (7.2.0)
62
- activemodel (= 7.2.0)
63
- activesupport (= 7.2.0)
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)
64
66
  timeout (>= 0.4.0)
65
- activestorage (7.2.0)
66
- actionpack (= 7.2.0)
67
- activejob (= 7.2.0)
68
- activerecord (= 7.2.0)
69
- activesupport (= 7.2.0)
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)
70
72
  marcel (~> 1.0)
71
- activesupport (7.2.0)
73
+ activesupport (8.1.1)
72
74
  base64
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
- ast (2.4.2)
83
- base64 (0.2.0)
84
- bigdecimal (3.1.8)
85
+ uri (>= 0.13.1)
86
+ ast (2.4.3)
87
+ base64 (0.3.0)
88
+ bigdecimal (4.0.1)
85
89
  builder (3.3.0)
86
90
  coderay (1.1.3)
87
- concurrent-ruby (1.3.4)
88
- connection_pool (2.4.1)
91
+ concurrent-ruby (1.3.6)
92
+ connection_pool (3.0.2)
89
93
  crass (1.0.6)
90
- date (3.3.4)
91
- diff-lcs (1.5.1)
92
- drb (2.2.1)
93
- erubi (1.13.0)
94
- globalid (1.2.1)
94
+ date (3.5.1)
95
+ diff-lcs (1.6.2)
96
+ drb (2.2.3)
97
+ erb (6.0.1)
98
+ erubi (1.13.1)
99
+ globalid (1.3.0)
95
100
  activesupport (>= 6.1)
96
- i18n (1.14.5)
101
+ i18n (1.14.8)
97
102
  concurrent-ruby (~> 1.0)
98
- io-console (0.7.2)
99
- irb (1.14.0)
103
+ io-console (0.8.2)
104
+ irb (1.16.0)
105
+ pp (>= 0.6.0)
100
106
  rdoc (>= 4.0.0)
101
107
  reline (>= 0.4.2)
102
- json (2.7.2)
103
- language_server-protocol (3.17.0.3)
104
- logger (1.6.0)
105
- loofah (2.22.0)
108
+ json (2.18.0)
109
+ language_server-protocol (3.17.0.5)
110
+ lint_roller (1.1.0)
111
+ logger (1.7.0)
112
+ loofah (2.25.0)
106
113
  crass (~> 1.0.2)
107
114
  nokogiri (>= 1.12.0)
108
- mail (2.8.1)
115
+ mail (2.9.0)
116
+ logger
109
117
  mini_mime (>= 0.1.1)
110
118
  net-imap
111
119
  net-pop
112
120
  net-smtp
113
- marcel (1.0.4)
121
+ marcel (1.1.0)
114
122
  method_source (1.1.0)
115
123
  mini_mime (1.1.5)
116
- minitest (5.24.1)
117
- net-imap (0.4.14)
124
+ mini_portile2 (2.8.9)
125
+ minitest (6.0.0)
126
+ prism (~> 1.5)
127
+ net-imap (0.6.2)
118
128
  date
119
129
  net-protocol
120
130
  net-pop (0.1.2)
121
131
  net-protocol
122
132
  net-protocol (0.2.2)
123
133
  timeout
124
- net-smtp (0.5.0)
134
+ net-smtp (0.5.1)
125
135
  net-protocol
126
- nio4r (2.7.3)
127
- nokogiri (1.16.7-arm64-darwin)
128
- racc (~> 1.4)
129
- nokogiri (1.16.7-x86_64-darwin)
136
+ nio4r (2.7.5)
137
+ nokogiri (1.18.10)
138
+ mini_portile2 (~> 2.8.2)
130
139
  racc (~> 1.4)
131
- nokogiri (1.16.7-x86_64-linux)
132
- racc (~> 1.4)
133
- parallel (1.26.2)
134
- parser (3.3.4.2)
140
+ parallel (1.27.0)
141
+ parser (3.3.10.0)
135
142
  ast (~> 2.4.1)
136
143
  racc
137
- pry (0.14.2)
144
+ pp (0.6.3)
145
+ prettyprint
146
+ prettyprint (0.2.0)
147
+ prism (1.7.0)
148
+ pry (0.15.2)
138
149
  coderay (~> 1.1)
139
150
  method_source (~> 1.0)
140
- psych (5.1.2)
151
+ psych (5.3.1)
152
+ date
141
153
  stringio
142
154
  racc (1.8.1)
143
- rack (3.1.7)
144
- rack-session (2.0.0)
155
+ rack (3.2.4)
156
+ rack-session (2.1.1)
157
+ base64 (>= 0.1.0)
145
158
  rack (>= 3.0.0)
146
- rack-test (2.1.0)
159
+ rack-test (2.2.0)
147
160
  rack (>= 1.3)
148
- rackup (2.1.0)
161
+ rackup (2.3.1)
149
162
  rack (>= 3)
150
- webrick (~> 1.8)
151
- rails (7.2.0)
152
- actioncable (= 7.2.0)
153
- actionmailbox (= 7.2.0)
154
- actionmailer (= 7.2.0)
155
- actionpack (= 7.2.0)
156
- actiontext (= 7.2.0)
157
- actionview (= 7.2.0)
158
- activejob (= 7.2.0)
159
- activemodel (= 7.2.0)
160
- activerecord (= 7.2.0)
161
- activestorage (= 7.2.0)
162
- activesupport (= 7.2.0)
163
+ rails (8.1.1)
164
+ actioncable (= 8.1.1)
165
+ actionmailbox (= 8.1.1)
166
+ actionmailer (= 8.1.1)
167
+ actionpack (= 8.1.1)
168
+ actiontext (= 8.1.1)
169
+ actionview (= 8.1.1)
170
+ activejob (= 8.1.1)
171
+ activemodel (= 8.1.1)
172
+ activerecord (= 8.1.1)
173
+ activestorage (= 8.1.1)
174
+ activesupport (= 8.1.1)
163
175
  bundler (>= 1.15.0)
164
- railties (= 7.2.0)
165
- rails-dom-testing (2.2.0)
176
+ railties (= 8.1.1)
177
+ rails-dom-testing (2.3.0)
166
178
  activesupport (>= 5.0.0)
167
179
  minitest
168
180
  nokogiri (>= 1.6)
169
- rails-html-sanitizer (1.6.0)
181
+ rails-html-sanitizer (1.6.2)
170
182
  loofah (~> 2.21)
171
- nokogiri (~> 1.14)
172
- railties (7.2.0)
173
- actionpack (= 7.2.0)
174
- activesupport (= 7.2.0)
183
+ 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)
184
+ railties (8.1.1)
185
+ actionpack (= 8.1.1)
186
+ activesupport (= 8.1.1)
175
187
  irb (~> 1.13)
176
188
  rackup (>= 1.0.0)
177
189
  rake (>= 12.2)
178
190
  thor (~> 1.0, >= 1.2.2)
191
+ tsort (>= 0.2)
179
192
  zeitwerk (~> 2.6)
180
193
  rainbow (3.1.1)
181
- rake (13.2.1)
182
- rdoc (6.7.0)
194
+ rake (13.3.1)
195
+ rdoc (7.0.3)
196
+ erb
183
197
  psych (>= 4.0.0)
184
- redis-client (0.22.2)
198
+ tsort
199
+ redis-client (0.26.2)
185
200
  connection_pool
186
- regexp_parser (2.9.2)
187
- reline (0.5.9)
201
+ regexp_parser (2.11.3)
202
+ reline (0.6.3)
188
203
  io-console (~> 0.5)
189
- rexml (3.3.4)
190
- strscan
191
- rspec (3.13.0)
204
+ rspec (3.13.2)
192
205
  rspec-core (~> 3.13.0)
193
206
  rspec-expectations (~> 3.13.0)
194
207
  rspec-mocks (~> 3.13.0)
195
- rspec-core (3.13.0)
208
+ rspec-core (3.13.6)
196
209
  rspec-support (~> 3.13.0)
197
- rspec-expectations (3.13.1)
210
+ rspec-expectations (3.13.5)
198
211
  diff-lcs (>= 1.2.0, < 2.0)
199
212
  rspec-support (~> 3.13.0)
200
- rspec-mocks (3.13.1)
213
+ rspec-mocks (3.13.7)
201
214
  diff-lcs (>= 1.2.0, < 2.0)
202
215
  rspec-support (~> 3.13.0)
203
- rspec-support (3.13.1)
204
- rubocop (1.63.5)
216
+ rspec-support (3.13.6)
217
+ rubocop (1.81.7)
205
218
  json (~> 2.3)
206
- language_server-protocol (>= 3.17.0)
219
+ language_server-protocol (~> 3.17.0.2)
220
+ lint_roller (~> 1.1.0)
207
221
  parallel (~> 1.10)
208
222
  parser (>= 3.3.0.2)
209
223
  rainbow (>= 2.2.2, < 4.0)
210
- regexp_parser (>= 1.8, < 3.0)
211
- rexml (>= 3.2.5, < 4.0)
212
- rubocop-ast (>= 1.31.1, < 2.0)
224
+ regexp_parser (>= 2.9.3, < 3.0)
225
+ rubocop-ast (>= 1.47.1, < 2.0)
213
226
  ruby-progressbar (~> 1.7)
214
- unicode-display_width (>= 2.4.0, < 3.0)
215
- rubocop-ast (1.32.0)
216
- parser (>= 3.3.1.0)
217
- rubocop-capybara (2.21.0)
218
- rubocop (~> 1.41)
219
- rubocop-config-umbrellio (1.63.0.93)
220
- rubocop (~> 1.63.0)
221
- rubocop-performance (~> 1.21.0)
222
- rubocop-rails (~> 2.24.0)
223
- rubocop-rake (~> 0.6.0)
224
- rubocop-rspec (~> 2.29.0)
225
- rubocop-sequel (~> 0.3.3)
226
- rubocop-factory_bot (2.26.1)
227
- rubocop (~> 1.61)
228
- rubocop-performance (1.21.1)
229
- rubocop (>= 1.48.1, < 2.0)
230
- rubocop-ast (>= 1.31.1, < 2.0)
231
- rubocop-rails (2.24.1)
227
+ unicode-display_width (>= 2.4.0, < 4.0)
228
+ rubocop-ast (1.48.0)
229
+ parser (>= 3.3.7.2)
230
+ prism (~> 1.4)
231
+ rubocop-config-umbrellio (1.81.109)
232
+ rubocop (~> 1.81.0)
233
+ rubocop-factory_bot (~> 2.27.0)
234
+ rubocop-performance (~> 1.26.0)
235
+ rubocop-rails (~> 2.33.0)
236
+ rubocop-rake (~> 0.7.0)
237
+ rubocop-rspec (~> 3.7.0)
238
+ rubocop-sequel (~> 0.4.0)
239
+ rubocop-factory_bot (2.27.1)
240
+ lint_roller (~> 1.1)
241
+ rubocop (~> 1.72, >= 1.72.1)
242
+ rubocop-performance (1.26.1)
243
+ lint_roller (~> 1.1)
244
+ rubocop (>= 1.75.0, < 2.0)
245
+ rubocop-ast (>= 1.47.1, < 2.0)
246
+ rubocop-rails (2.33.4)
232
247
  activesupport (>= 4.2.0)
248
+ lint_roller (~> 1.1)
233
249
  rack (>= 1.1)
234
- rubocop (>= 1.33.0, < 2.0)
235
- rubocop-ast (>= 1.31.1, < 2.0)
236
- rubocop-rake (0.6.0)
237
- rubocop (~> 1.0)
238
- rubocop-rspec (2.29.2)
239
- rubocop (~> 1.40)
240
- rubocop-capybara (~> 2.17)
241
- rubocop-factory_bot (~> 2.22)
242
- rubocop-rspec_rails (~> 2.28)
243
- rubocop-rspec_rails (2.29.1)
244
- rubocop (~> 1.61)
245
- rubocop-sequel (0.3.4)
246
- rubocop (~> 1.0)
250
+ rubocop (>= 1.75.0, < 2.0)
251
+ rubocop-ast (>= 1.44.0, < 2.0)
252
+ rubocop-rake (0.7.1)
253
+ lint_roller (~> 1.1)
254
+ rubocop (>= 1.72.1)
255
+ rubocop-rspec (3.7.0)
256
+ lint_roller (~> 1.1)
257
+ rubocop (~> 1.72, >= 1.72.1)
258
+ rubocop-sequel (0.4.1)
259
+ lint_roller (~> 1.1)
260
+ rubocop (>= 1.72.1, < 2)
247
261
  ruby-progressbar (1.13.0)
248
- securerandom (0.3.1)
249
- sidekiq (7.3.0)
250
- concurrent-ruby (< 2)
251
- connection_pool (>= 2.3.0)
252
- logger
253
- rack (>= 2.2.4)
254
- redis-client (>= 0.22.2)
255
- stringio (3.1.1)
256
- strscan (3.1.0)
257
- thor (1.3.1)
258
- timeout (0.4.1)
262
+ securerandom (0.4.1)
263
+ sidekiq (8.1.0)
264
+ connection_pool (>= 3.0.0)
265
+ json (>= 2.16.0)
266
+ logger (>= 1.7.0)
267
+ rack (>= 3.2.0)
268
+ redis-client (>= 0.26.0)
269
+ stringio (3.2.0)
270
+ thor (1.4.0)
271
+ timeout (0.6.0)
272
+ tsort (0.2.0)
259
273
  tzinfo (2.0.6)
260
274
  concurrent-ruby (~> 1.0)
261
- unicode-display_width (2.5.0)
262
- useragent (0.16.10)
263
- webrick (1.8.1)
264
- websocket-driver (0.7.6)
275
+ unicode-display_width (3.2.0)
276
+ unicode-emoji (~> 4.1)
277
+ unicode-emoji (4.2.0)
278
+ uri (1.1.1)
279
+ useragent (0.16.11)
280
+ websocket-driver (0.8.0)
281
+ base64
265
282
  websocket-extensions (>= 0.1.0)
266
283
  websocket-extensions (0.1.5)
267
- zeitwerk (2.6.17)
284
+ zeitwerk (2.7.4)
268
285
 
269
286
  PLATFORMS
270
287
  arm64-darwin-22
271
288
  arm64-darwin-23
289
+ arm64-darwin-24
290
+ arm64-darwin-25
272
291
  x86_64-darwin-20
273
292
  x86_64-darwin-21
274
293
  x86_64-linux
@@ -283,4 +302,4 @@ DEPENDENCIES
283
302
  sidekiq
284
303
 
285
304
  BUNDLED WITH
286
- 2.5.9
305
+ 4.0.3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Memolog
4
- VERSION = "0.5.6"
4
+ VERSION = "0.6.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: memolog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stepan Kirushkin
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-08-11 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: json
@@ -89,7 +88,6 @@ metadata:
89
88
  homepage_uri: https://github.com/skirushkin/memolog
90
89
  source_code_uri: https://github.com/skirushkin/memolog
91
90
  changelog_uri: https://github.com/skirushkin/memolog/blob/master/CHANGELOG.md
92
- post_install_message:
93
91
  rdoc_options: []
94
92
  require_paths:
95
93
  - lib
@@ -104,8 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
102
  - !ruby/object:Gem::Version
105
103
  version: '0'
106
104
  requirements: []
107
- rubygems_version: 3.5.11
108
- signing_key:
105
+ rubygems_version: 4.0.3
109
106
  specification_version: 4
110
107
  summary: In-memory logger for exceptions.
111
108
  test_files: []