memolog 0.5.6 → 0.5.7

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: 29f8aa81ea000c86d622e07947d66ec38143cd1526acf9c7372e5eea831c8b97
4
+ data.tar.gz: becb2911eda7ecc5574dbb2709b4fac5a006c0d29012fc44b3c2dd8dd9182643
5
5
  SHA512:
6
- metadata.gz: 7dea6912f3ab346a686d6e75abe302d4277509ab5c93e8b8fa16c8143321f937a93b0e81487bb57e81c9cd41c36d941eec540a797cc3ad47d065ac6f8453a8b1
7
- data.tar.gz: 10b127f2ccd318294b11d36d215b1205ee0bc36e58c0e42b40514a06fdb2bf7746d7736dd3f9335d9367fbeb824ee14ad66b9f1fe9801dd8ec76edb7c335fdec
6
+ metadata.gz: ffeb8c928f3dafae54994b62b44e627192d57819ead62f7f8bca5985152be93862e1f140da2092e58b3227c02b4ff7cfe9d0b4164f08962310d3474db5d2311b
7
+ data.tar.gz: 3a34ffcb0b404a8522ea0101c27b42068a080f93744657b5765bdd3e851f75544d338d31a1adb9030053b40ea08cb9c5544bd903ccfb92b38c33a2cacf99a7d9
@@ -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]
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.5.7)
5
5
  json
6
6
  logger
7
7
  securerandom
@@ -9,67 +9,67 @@ 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
+ 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 (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)
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
24
  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)
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
30
  mail (>= 2.8.0)
31
31
  rails-dom-testing (~> 2.2)
32
- actionpack (7.2.0)
33
- actionview (= 7.2.0)
34
- activesupport (= 7.2.0)
32
+ actionpack (8.0.2)
33
+ actionview (= 8.0.2)
34
+ activesupport (= 8.0.2)
35
35
  nokogiri (>= 1.8.5)
36
- racc
37
- rack (>= 2.2.4, < 3.2)
36
+ rack (>= 2.2.4)
38
37
  rack-session (>= 1.0.1)
39
38
  rack-test (>= 0.6.3)
40
39
  rails-dom-testing (~> 2.2)
41
40
  rails-html-sanitizer (~> 1.6)
42
41
  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)
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)
48
47
  globalid (>= 0.6.0)
49
48
  nokogiri (>= 1.8.5)
50
- actionview (7.2.0)
51
- activesupport (= 7.2.0)
49
+ actionview (8.0.2)
50
+ activesupport (= 8.0.2)
52
51
  builder (~> 3.1)
53
52
  erubi (~> 1.11)
54
53
  rails-dom-testing (~> 2.2)
55
54
  rails-html-sanitizer (~> 1.6)
56
- activejob (7.2.0)
57
- activesupport (= 7.2.0)
55
+ activejob (8.0.2)
56
+ activesupport (= 8.0.2)
58
57
  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)
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)
64
63
  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)
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)
70
69
  marcel (~> 1.0)
71
- activesupport (7.2.0)
70
+ activesupport (8.0.2)
72
71
  base64
72
+ benchmark (>= 0.3)
73
73
  bigdecimal
74
74
  concurrent-ruby (~> 1.0, >= 1.3.1)
75
75
  connection_pool (>= 2.2.5)
@@ -79,30 +79,33 @@ GEM
79
79
  minitest (>= 5.1)
80
80
  securerandom (>= 0.3)
81
81
  tzinfo (~> 2.0, >= 2.0.5)
82
- ast (2.4.2)
82
+ uri (>= 0.13.1)
83
+ ast (2.4.3)
83
84
  base64 (0.2.0)
84
- bigdecimal (3.1.8)
85
+ benchmark (0.4.0)
86
+ bigdecimal (3.1.9)
85
87
  builder (3.3.0)
86
88
  coderay (1.1.3)
87
- concurrent-ruby (1.3.4)
88
- connection_pool (2.4.1)
89
+ concurrent-ruby (1.3.5)
90
+ connection_pool (2.5.0)
89
91
  crass (1.0.6)
90
- date (3.3.4)
91
- diff-lcs (1.5.1)
92
+ date (3.4.1)
93
+ diff-lcs (1.6.1)
92
94
  drb (2.2.1)
93
- erubi (1.13.0)
95
+ erubi (1.13.1)
94
96
  globalid (1.2.1)
95
97
  activesupport (>= 6.1)
96
- i18n (1.14.5)
98
+ i18n (1.14.7)
97
99
  concurrent-ruby (~> 1.0)
98
- io-console (0.7.2)
99
- irb (1.14.0)
100
+ io-console (0.8.0)
101
+ irb (1.15.1)
102
+ pp (>= 0.6.0)
100
103
  rdoc (>= 4.0.0)
101
104
  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)
105
+ json (2.10.2)
106
+ language_server-protocol (3.17.0.4)
107
+ logger (1.7.0)
108
+ loofah (2.24.0)
106
109
  crass (~> 1.0.2)
107
110
  nokogiri (>= 1.12.0)
108
111
  mail (2.8.1)
@@ -113,65 +116,70 @@ GEM
113
116
  marcel (1.0.4)
114
117
  method_source (1.1.0)
115
118
  mini_mime (1.1.5)
116
- minitest (5.24.1)
117
- net-imap (0.4.14)
119
+ minitest (5.25.5)
120
+ net-imap (0.5.6)
118
121
  date
119
122
  net-protocol
120
123
  net-pop (0.1.2)
121
124
  net-protocol
122
125
  net-protocol (0.2.2)
123
126
  timeout
124
- net-smtp (0.5.0)
127
+ net-smtp (0.5.1)
125
128
  net-protocol
126
- nio4r (2.7.3)
127
- nokogiri (1.16.7-arm64-darwin)
129
+ nio4r (2.7.4)
130
+ nokogiri (1.18.7-arm64-darwin)
128
131
  racc (~> 1.4)
129
- nokogiri (1.16.7-x86_64-darwin)
132
+ nokogiri (1.18.7-x86_64-darwin)
130
133
  racc (~> 1.4)
131
- nokogiri (1.16.7-x86_64-linux)
134
+ nokogiri (1.18.7-x86_64-linux-gnu)
132
135
  racc (~> 1.4)
133
- parallel (1.26.2)
134
- parser (3.3.4.2)
136
+ parallel (1.26.3)
137
+ parser (3.3.7.4)
135
138
  ast (~> 2.4.1)
136
139
  racc
137
- pry (0.14.2)
140
+ pp (0.6.2)
141
+ prettyprint
142
+ prettyprint (0.2.0)
143
+ prism (1.4.0)
144
+ pry (0.15.2)
138
145
  coderay (~> 1.1)
139
146
  method_source (~> 1.0)
140
- psych (5.1.2)
147
+ psych (5.2.3)
148
+ date
141
149
  stringio
142
150
  racc (1.8.1)
143
- rack (3.1.7)
144
- rack-session (2.0.0)
151
+ rack (3.1.12)
152
+ rack-session (2.1.0)
153
+ base64 (>= 0.1.0)
145
154
  rack (>= 3.0.0)
146
- rack-test (2.1.0)
155
+ rack-test (2.2.0)
147
156
  rack (>= 1.3)
148
- rackup (2.1.0)
157
+ rackup (2.2.1)
149
158
  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)
159
+ rails (8.0.2)
160
+ actioncable (= 8.0.2)
161
+ actionmailbox (= 8.0.2)
162
+ actionmailer (= 8.0.2)
163
+ actionpack (= 8.0.2)
164
+ actiontext (= 8.0.2)
165
+ actionview (= 8.0.2)
166
+ activejob (= 8.0.2)
167
+ activemodel (= 8.0.2)
168
+ activerecord (= 8.0.2)
169
+ activestorage (= 8.0.2)
170
+ activesupport (= 8.0.2)
163
171
  bundler (>= 1.15.0)
164
- railties (= 7.2.0)
172
+ railties (= 8.0.2)
165
173
  rails-dom-testing (2.2.0)
166
174
  activesupport (>= 5.0.0)
167
175
  minitest
168
176
  nokogiri (>= 1.6)
169
- rails-html-sanitizer (1.6.0)
177
+ rails-html-sanitizer (1.6.2)
170
178
  loofah (~> 2.21)
171
- nokogiri (~> 1.14)
172
- railties (7.2.0)
173
- actionpack (= 7.2.0)
174
- activesupport (= 7.2.0)
179
+ 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)
180
+ railties (8.0.2)
181
+ actionpack (= 8.0.2)
182
+ activesupport (= 8.0.2)
175
183
  irb (~> 1.13)
176
184
  rackup (>= 1.0.0)
177
185
  rake (>= 12.2)
@@ -179,96 +187,91 @@ GEM
179
187
  zeitwerk (~> 2.6)
180
188
  rainbow (3.1.1)
181
189
  rake (13.2.1)
182
- rdoc (6.7.0)
190
+ rdoc (6.13.1)
183
191
  psych (>= 4.0.0)
184
- redis-client (0.22.2)
192
+ redis-client (0.24.0)
185
193
  connection_pool
186
- regexp_parser (2.9.2)
187
- reline (0.5.9)
194
+ regexp_parser (2.10.0)
195
+ reline (0.6.0)
188
196
  io-console (~> 0.5)
189
- rexml (3.3.4)
190
- strscan
191
197
  rspec (3.13.0)
192
198
  rspec-core (~> 3.13.0)
193
199
  rspec-expectations (~> 3.13.0)
194
200
  rspec-mocks (~> 3.13.0)
195
- rspec-core (3.13.0)
201
+ rspec-core (3.13.3)
196
202
  rspec-support (~> 3.13.0)
197
- rspec-expectations (3.13.1)
203
+ rspec-expectations (3.13.3)
198
204
  diff-lcs (>= 1.2.0, < 2.0)
199
205
  rspec-support (~> 3.13.0)
200
- rspec-mocks (3.13.1)
206
+ rspec-mocks (3.13.2)
201
207
  diff-lcs (>= 1.2.0, < 2.0)
202
208
  rspec-support (~> 3.13.0)
203
- rspec-support (3.13.1)
204
- rubocop (1.63.5)
209
+ rspec-support (3.13.2)
210
+ rubocop (1.69.2)
205
211
  json (~> 2.3)
206
212
  language_server-protocol (>= 3.17.0)
207
213
  parallel (~> 1.10)
208
214
  parser (>= 3.3.0.2)
209
215
  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)
216
+ regexp_parser (>= 2.9.3, < 3.0)
217
+ rubocop-ast (>= 1.36.2, < 2.0)
213
218
  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)
219
+ unicode-display_width (>= 2.4.0, < 4.0)
220
+ rubocop-ast (1.43.0)
221
+ parser (>= 3.3.7.2)
222
+ prism (~> 1.4)
223
+ rubocop-config-umbrellio (1.69.0.101)
224
+ rubocop (~> 1.69.0)
225
+ rubocop-factory_bot (~> 2.26.0)
226
+ rubocop-performance (~> 1.23.0)
227
+ rubocop-rails (~> 2.28.0)
223
228
  rubocop-rake (~> 0.6.0)
224
- rubocop-rspec (~> 2.29.0)
225
- rubocop-sequel (~> 0.3.3)
229
+ rubocop-rspec (~> 3.3.0)
230
+ rubocop-sequel (~> 0.3.0)
226
231
  rubocop-factory_bot (2.26.1)
227
232
  rubocop (~> 1.61)
228
- rubocop-performance (1.21.1)
233
+ rubocop-performance (1.23.1)
229
234
  rubocop (>= 1.48.1, < 2.0)
230
235
  rubocop-ast (>= 1.31.1, < 2.0)
231
- rubocop-rails (2.24.1)
236
+ rubocop-rails (2.28.0)
232
237
  activesupport (>= 4.2.0)
233
238
  rack (>= 1.1)
234
- rubocop (>= 1.33.0, < 2.0)
239
+ rubocop (>= 1.52.0, < 2.0)
235
240
  rubocop-ast (>= 1.31.1, < 2.0)
236
241
  rubocop-rake (0.6.0)
237
242
  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)
243
+ rubocop-rspec (3.3.0)
244
244
  rubocop (~> 1.61)
245
- rubocop-sequel (0.3.4)
245
+ rubocop-sequel (0.3.8)
246
246
  rubocop (~> 1.0)
247
247
  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)
248
+ securerandom (0.4.1)
249
+ sidekiq (8.0.1)
250
+ connection_pool (>= 2.5.0)
251
+ json (>= 2.9.0)
252
+ logger (>= 1.6.2)
253
+ rack (>= 3.1.0)
254
+ redis-client (>= 0.23.2)
255
+ stringio (3.1.6)
256
+ thor (1.3.2)
257
+ timeout (0.4.3)
259
258
  tzinfo (2.0.6)
260
259
  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)
260
+ unicode-display_width (3.1.4)
261
+ unicode-emoji (~> 4.0, >= 4.0.4)
262
+ unicode-emoji (4.0.4)
263
+ uri (1.0.3)
264
+ useragent (0.16.11)
265
+ websocket-driver (0.7.7)
266
+ base64
265
267
  websocket-extensions (>= 0.1.0)
266
268
  websocket-extensions (0.1.5)
267
- zeitwerk (2.6.17)
269
+ zeitwerk (2.7.2)
268
270
 
269
271
  PLATFORMS
270
272
  arm64-darwin-22
271
273
  arm64-darwin-23
274
+ arm64-darwin-24
272
275
  x86_64-darwin-20
273
276
  x86_64-darwin-21
274
277
  x86_64-linux
@@ -283,4 +286,4 @@ DEPENDENCIES
283
286
  sidekiq
284
287
 
285
288
  BUNDLED WITH
286
- 2.5.9
289
+ 2.5.18
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Memolog
4
- VERSION = "0.5.6"
4
+ VERSION = "0.5.7"
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.5.7
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: 2025-03-31 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: 3.6.6
109
106
  specification_version: 4
110
107
  summary: In-memory logger for exceptions.
111
108
  test_files: []