memolog 0.5.5 → 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: 79a834148919b7b13b255fd75fcf5f7ac1bd005da334f3d8ea0555d5cb0a5d10
4
- data.tar.gz: 2c9324080a975f9df5dbfcca093a690d26a1853a9f9ba221fb5d334b547eeb85
3
+ metadata.gz: 29f8aa81ea000c86d622e07947d66ec38143cd1526acf9c7372e5eea831c8b97
4
+ data.tar.gz: becb2911eda7ecc5574dbb2709b4fac5a006c0d29012fc44b3c2dd8dd9182643
5
5
  SHA512:
6
- metadata.gz: a731f51dd07d622e0fe67ff5c2f0e911ef40beafd29734e351975cbdd14558633c4b0c096c29da8664af8073cee4c09042f93f353b07732b57d91738a0420d2f
7
- data.tar.gz: 65a2393b478fed9466d0a26a0d56af1d5d48d14a2cabb3fe90c6c490e959af6f99a229ae0434361c5b1510516ccddd201a514fa3158fabc4d26a341c7c64f736
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,112 +1,111 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- memolog (0.5.5)
5
- json (~> 2)
6
- logger (~> 1.4.3)
7
- securerandom (~> 0.1.0)
4
+ memolog (0.5.7)
5
+ json
6
+ logger
7
+ securerandom
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actioncable (7.1.3.4)
13
- actionpack (= 7.1.3.4)
14
- activesupport (= 7.1.3.4)
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.1.3.4)
19
- actionpack (= 7.1.3.4)
20
- activejob (= 7.1.3.4)
21
- activerecord (= 7.1.3.4)
22
- activestorage (= 7.1.3.4)
23
- activesupport (= 7.1.3.4)
24
- mail (>= 2.7.1)
25
- net-imap
26
- net-pop
27
- net-smtp
28
- actionmailer (7.1.3.4)
29
- actionpack (= 7.1.3.4)
30
- actionview (= 7.1.3.4)
31
- activejob (= 7.1.3.4)
32
- activesupport (= 7.1.3.4)
33
- mail (~> 2.5, >= 2.5.4)
34
- net-imap
35
- net-pop
36
- net-smtp
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
+ mail (>= 2.8.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
+ mail (>= 2.8.0)
37
31
  rails-dom-testing (~> 2.2)
38
- actionpack (7.1.3.4)
39
- actionview (= 7.1.3.4)
40
- activesupport (= 7.1.3.4)
32
+ actionpack (8.0.2)
33
+ actionview (= 8.0.2)
34
+ activesupport (= 8.0.2)
41
35
  nokogiri (>= 1.8.5)
42
- racc
43
36
  rack (>= 2.2.4)
44
37
  rack-session (>= 1.0.1)
45
38
  rack-test (>= 0.6.3)
46
39
  rails-dom-testing (~> 2.2)
47
40
  rails-html-sanitizer (~> 1.6)
48
- actiontext (7.1.3.4)
49
- actionpack (= 7.1.3.4)
50
- activerecord (= 7.1.3.4)
51
- activestorage (= 7.1.3.4)
52
- activesupport (= 7.1.3.4)
41
+ useragent (~> 0.16)
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)
53
47
  globalid (>= 0.6.0)
54
48
  nokogiri (>= 1.8.5)
55
- actionview (7.1.3.4)
56
- activesupport (= 7.1.3.4)
49
+ actionview (8.0.2)
50
+ activesupport (= 8.0.2)
57
51
  builder (~> 3.1)
58
52
  erubi (~> 1.11)
59
53
  rails-dom-testing (~> 2.2)
60
54
  rails-html-sanitizer (~> 1.6)
61
- activejob (7.1.3.4)
62
- activesupport (= 7.1.3.4)
55
+ activejob (8.0.2)
56
+ activesupport (= 8.0.2)
63
57
  globalid (>= 0.3.6)
64
- activemodel (7.1.3.4)
65
- activesupport (= 7.1.3.4)
66
- activerecord (7.1.3.4)
67
- activemodel (= 7.1.3.4)
68
- activesupport (= 7.1.3.4)
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)
69
63
  timeout (>= 0.4.0)
70
- activestorage (7.1.3.4)
71
- actionpack (= 7.1.3.4)
72
- activejob (= 7.1.3.4)
73
- activerecord (= 7.1.3.4)
74
- activesupport (= 7.1.3.4)
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)
75
69
  marcel (~> 1.0)
76
- activesupport (7.1.3.4)
70
+ activesupport (8.0.2)
77
71
  base64
72
+ benchmark (>= 0.3)
78
73
  bigdecimal
79
- concurrent-ruby (~> 1.0, >= 1.0.2)
74
+ concurrent-ruby (~> 1.0, >= 1.3.1)
80
75
  connection_pool (>= 2.2.5)
81
76
  drb
82
77
  i18n (>= 1.6, < 2)
78
+ logger (>= 1.4.2)
83
79
  minitest (>= 5.1)
84
- mutex_m
85
- tzinfo (~> 2.0)
86
- ast (2.4.2)
80
+ securerandom (>= 0.3)
81
+ tzinfo (~> 2.0, >= 2.0.5)
82
+ uri (>= 0.13.1)
83
+ ast (2.4.3)
87
84
  base64 (0.2.0)
88
- bigdecimal (3.1.8)
85
+ benchmark (0.4.0)
86
+ bigdecimal (3.1.9)
89
87
  builder (3.3.0)
90
88
  coderay (1.1.3)
91
- concurrent-ruby (1.3.3)
92
- connection_pool (2.4.1)
89
+ concurrent-ruby (1.3.5)
90
+ connection_pool (2.5.0)
93
91
  crass (1.0.6)
94
- date (3.3.4)
95
- diff-lcs (1.5.1)
92
+ date (3.4.1)
93
+ diff-lcs (1.6.1)
96
94
  drb (2.2.1)
97
- erubi (1.13.0)
95
+ erubi (1.13.1)
98
96
  globalid (1.2.1)
99
97
  activesupport (>= 6.1)
100
- i18n (1.14.5)
98
+ i18n (1.14.7)
101
99
  concurrent-ruby (~> 1.0)
102
- io-console (0.7.2)
103
- irb (1.14.0)
100
+ io-console (0.8.0)
101
+ irb (1.15.1)
102
+ pp (>= 0.6.0)
104
103
  rdoc (>= 4.0.0)
105
104
  reline (>= 0.4.2)
106
- json (2.7.2)
107
- language_server-protocol (3.17.0.3)
108
- logger (1.4.4)
109
- 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)
110
109
  crass (~> 1.0.2)
111
110
  nokogiri (>= 1.12.0)
112
111
  mail (2.8.1)
@@ -117,162 +116,162 @@ GEM
117
116
  marcel (1.0.4)
118
117
  method_source (1.1.0)
119
118
  mini_mime (1.1.5)
120
- minitest (5.24.1)
121
- mutex_m (0.2.0)
122
- net-imap (0.4.14)
119
+ minitest (5.25.5)
120
+ net-imap (0.5.6)
123
121
  date
124
122
  net-protocol
125
123
  net-pop (0.1.2)
126
124
  net-protocol
127
125
  net-protocol (0.2.2)
128
126
  timeout
129
- net-smtp (0.5.0)
127
+ net-smtp (0.5.1)
130
128
  net-protocol
131
- nio4r (2.7.3)
132
- nokogiri (1.16.6-arm64-darwin)
129
+ nio4r (2.7.4)
130
+ nokogiri (1.18.7-arm64-darwin)
133
131
  racc (~> 1.4)
134
- nokogiri (1.16.6-x86_64-darwin)
132
+ nokogiri (1.18.7-x86_64-darwin)
135
133
  racc (~> 1.4)
136
- nokogiri (1.16.6-x86_64-linux)
134
+ nokogiri (1.18.7-x86_64-linux-gnu)
137
135
  racc (~> 1.4)
138
- parallel (1.25.1)
139
- parser (3.3.4.0)
136
+ parallel (1.26.3)
137
+ parser (3.3.7.4)
140
138
  ast (~> 2.4.1)
141
139
  racc
142
- 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)
143
145
  coderay (~> 1.1)
144
146
  method_source (~> 1.0)
145
- psych (5.1.2)
147
+ psych (5.2.3)
148
+ date
146
149
  stringio
147
- racc (1.8.0)
148
- rack (3.1.7)
149
- rack-session (2.0.0)
150
+ racc (1.8.1)
151
+ rack (3.1.12)
152
+ rack-session (2.1.0)
153
+ base64 (>= 0.1.0)
150
154
  rack (>= 3.0.0)
151
- rack-test (2.1.0)
155
+ rack-test (2.2.0)
152
156
  rack (>= 1.3)
153
- rackup (2.1.0)
157
+ rackup (2.2.1)
154
158
  rack (>= 3)
155
- webrick (~> 1.8)
156
- rails (7.1.3.4)
157
- actioncable (= 7.1.3.4)
158
- actionmailbox (= 7.1.3.4)
159
- actionmailer (= 7.1.3.4)
160
- actionpack (= 7.1.3.4)
161
- actiontext (= 7.1.3.4)
162
- actionview (= 7.1.3.4)
163
- activejob (= 7.1.3.4)
164
- activemodel (= 7.1.3.4)
165
- activerecord (= 7.1.3.4)
166
- activestorage (= 7.1.3.4)
167
- activesupport (= 7.1.3.4)
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)
168
171
  bundler (>= 1.15.0)
169
- railties (= 7.1.3.4)
172
+ railties (= 8.0.2)
170
173
  rails-dom-testing (2.2.0)
171
174
  activesupport (>= 5.0.0)
172
175
  minitest
173
176
  nokogiri (>= 1.6)
174
- rails-html-sanitizer (1.6.0)
177
+ rails-html-sanitizer (1.6.2)
175
178
  loofah (~> 2.21)
176
- nokogiri (~> 1.14)
177
- railties (7.1.3.4)
178
- actionpack (= 7.1.3.4)
179
- activesupport (= 7.1.3.4)
180
- irb
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)
183
+ irb (~> 1.13)
181
184
  rackup (>= 1.0.0)
182
185
  rake (>= 12.2)
183
186
  thor (~> 1.0, >= 1.2.2)
184
187
  zeitwerk (~> 2.6)
185
188
  rainbow (3.1.1)
186
189
  rake (13.2.1)
187
- rdoc (6.7.0)
190
+ rdoc (6.13.1)
188
191
  psych (>= 4.0.0)
189
- redis-client (0.22.2)
192
+ redis-client (0.24.0)
190
193
  connection_pool
191
- regexp_parser (2.9.2)
192
- reline (0.5.9)
194
+ regexp_parser (2.10.0)
195
+ reline (0.6.0)
193
196
  io-console (~> 0.5)
194
- rexml (3.3.1)
195
- strscan
196
197
  rspec (3.13.0)
197
198
  rspec-core (~> 3.13.0)
198
199
  rspec-expectations (~> 3.13.0)
199
200
  rspec-mocks (~> 3.13.0)
200
- rspec-core (3.13.0)
201
+ rspec-core (3.13.3)
201
202
  rspec-support (~> 3.13.0)
202
- rspec-expectations (3.13.1)
203
+ rspec-expectations (3.13.3)
203
204
  diff-lcs (>= 1.2.0, < 2.0)
204
205
  rspec-support (~> 3.13.0)
205
- rspec-mocks (3.13.1)
206
+ rspec-mocks (3.13.2)
206
207
  diff-lcs (>= 1.2.0, < 2.0)
207
208
  rspec-support (~> 3.13.0)
208
- rspec-support (3.13.1)
209
- rubocop (1.63.5)
209
+ rspec-support (3.13.2)
210
+ rubocop (1.69.2)
210
211
  json (~> 2.3)
211
212
  language_server-protocol (>= 3.17.0)
212
213
  parallel (~> 1.10)
213
214
  parser (>= 3.3.0.2)
214
215
  rainbow (>= 2.2.2, < 4.0)
215
- regexp_parser (>= 1.8, < 3.0)
216
- rexml (>= 3.2.5, < 4.0)
217
- rubocop-ast (>= 1.31.1, < 2.0)
216
+ regexp_parser (>= 2.9.3, < 3.0)
217
+ rubocop-ast (>= 1.36.2, < 2.0)
218
218
  ruby-progressbar (~> 1.7)
219
- unicode-display_width (>= 2.4.0, < 3.0)
220
- rubocop-ast (1.31.3)
221
- parser (>= 3.3.1.0)
222
- rubocop-capybara (2.21.0)
223
- rubocop (~> 1.41)
224
- rubocop-config-umbrellio (1.63.0.93)
225
- rubocop (~> 1.63.0)
226
- rubocop-performance (~> 1.21.0)
227
- 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)
228
228
  rubocop-rake (~> 0.6.0)
229
- rubocop-rspec (~> 2.29.0)
230
- rubocop-sequel (~> 0.3.3)
229
+ rubocop-rspec (~> 3.3.0)
230
+ rubocop-sequel (~> 0.3.0)
231
231
  rubocop-factory_bot (2.26.1)
232
232
  rubocop (~> 1.61)
233
- rubocop-performance (1.21.1)
233
+ rubocop-performance (1.23.1)
234
234
  rubocop (>= 1.48.1, < 2.0)
235
235
  rubocop-ast (>= 1.31.1, < 2.0)
236
- rubocop-rails (2.24.1)
236
+ rubocop-rails (2.28.0)
237
237
  activesupport (>= 4.2.0)
238
238
  rack (>= 1.1)
239
- rubocop (>= 1.33.0, < 2.0)
239
+ rubocop (>= 1.52.0, < 2.0)
240
240
  rubocop-ast (>= 1.31.1, < 2.0)
241
241
  rubocop-rake (0.6.0)
242
242
  rubocop (~> 1.0)
243
- rubocop-rspec (2.29.2)
244
- rubocop (~> 1.40)
245
- rubocop-capybara (~> 2.17)
246
- rubocop-factory_bot (~> 2.22)
247
- rubocop-rspec_rails (~> 2.28)
248
- rubocop-rspec_rails (2.29.1)
243
+ rubocop-rspec (3.3.0)
249
244
  rubocop (~> 1.61)
250
- rubocop-sequel (0.3.4)
245
+ rubocop-sequel (0.3.8)
251
246
  rubocop (~> 1.0)
252
247
  ruby-progressbar (1.13.0)
253
- securerandom (0.1.1)
254
- sidekiq (7.3.0)
255
- concurrent-ruby (< 2)
256
- connection_pool (>= 2.3.0)
257
- logger
258
- rack (>= 2.2.4)
259
- redis-client (>= 0.22.2)
260
- stringio (3.1.1)
261
- strscan (3.1.0)
262
- thor (1.3.1)
263
- 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)
264
258
  tzinfo (2.0.6)
265
259
  concurrent-ruby (~> 1.0)
266
- unicode-display_width (2.5.0)
267
- webrick (1.8.1)
268
- 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
269
267
  websocket-extensions (>= 0.1.0)
270
268
  websocket-extensions (0.1.5)
271
- zeitwerk (2.6.16)
269
+ zeitwerk (2.7.2)
272
270
 
273
271
  PLATFORMS
274
272
  arm64-darwin-22
275
273
  arm64-darwin-23
274
+ arm64-darwin-24
276
275
  x86_64-darwin-20
277
276
  x86_64-darwin-21
278
277
  x86_64-linux
@@ -287,4 +286,4 @@ DEPENDENCIES
287
286
  sidekiq
288
287
 
289
288
  BUNDLED WITH
290
- 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.5"
4
+ VERSION = "0.5.7"
5
5
  end
File without changes
metadata CHANGED
@@ -1,57 +1,56 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: memolog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
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-07-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
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
- - - "~>"
16
+ - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: '2'
18
+ version: '0'
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
- - - "~>"
23
+ - - ">="
25
24
  - !ruby/object:Gem::Version
26
- version: '2'
25
+ version: '0'
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: logger
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
- - - "~>"
30
+ - - ">="
32
31
  - !ruby/object:Gem::Version
33
- version: 1.4.3
32
+ version: '0'
34
33
  type: :runtime
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
- - - "~>"
37
+ - - ">="
39
38
  - !ruby/object:Gem::Version
40
- version: 1.4.3
39
+ version: '0'
41
40
  - !ruby/object:Gem::Dependency
42
41
  name: securerandom
43
42
  requirement: !ruby/object:Gem::Requirement
44
43
  requirements:
45
- - - "~>"
44
+ - - ">="
46
45
  - !ruby/object:Gem::Version
47
- version: 0.1.0
46
+ version: '0'
48
47
  type: :runtime
49
48
  prerelease: false
50
49
  version_requirements: !ruby/object:Gem::Requirement
51
50
  requirements:
52
- - - "~>"
51
+ - - ">="
53
52
  - !ruby/object:Gem::Version
54
- version: 0.1.0
53
+ version: '0'
55
54
  description: |2
56
55
  Memolog is an in-memory logger, which extend any other logger.
57
56
  Designed to work with Sentry.
@@ -81,6 +80,7 @@ files:
81
80
  - lib/memolog/sentry_extension.rb
82
81
  - lib/memolog/sidekiq_middleware.rb
83
82
  - lib/memolog/version.rb
83
+ - log/development.log
84
84
  homepage: https://github.com/skirushkin/memolog
85
85
  licenses:
86
86
  - MIT
@@ -88,7 +88,6 @@ metadata:
88
88
  homepage_uri: https://github.com/skirushkin/memolog
89
89
  source_code_uri: https://github.com/skirushkin/memolog
90
90
  changelog_uri: https://github.com/skirushkin/memolog/blob/master/CHANGELOG.md
91
- post_install_message:
92
91
  rdoc_options: []
93
92
  require_paths:
94
93
  - lib
@@ -103,8 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
102
  - !ruby/object:Gem::Version
104
103
  version: '0'
105
104
  requirements: []
106
- rubygems_version: 3.5.11
107
- signing_key:
105
+ rubygems_version: 3.6.6
108
106
  specification_version: 4
109
107
  summary: In-memory logger for exceptions.
110
108
  test_files: []