memolog 0.4.7 → 0.4.8

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: dacfdda27d39db0f979bf0a0452e3ba65163a06054a183c166e735e2423581f9
4
- data.tar.gz: 5cf9636571861fb35768632fdfb4b555d5cc4f08fa440c42e15f19f3b324ec02
3
+ metadata.gz: 0c3118d24e53a96c67912c417327bd3a1eb882ad8bc5bdce1228c8687d480eeb
4
+ data.tar.gz: c0f2ab52e467eb5adea1e325acecef0aa0b5ac03e78f96e3800177b1cf28434b
5
5
  SHA512:
6
- metadata.gz: c0f35989480bac9d0255d3dc8d7002b62dd5e2ce6b4003b622b7d7a423072788eb0a641943a147b0bd5f1ddd5a64700bd76e1bc2e5da2340a723c63e24cefd74
7
- data.tar.gz: 8c9e46987335a4423847e561eae8132b8df41791aa658e55952825998d80d9c768269d612129c853616ae7f377b967165a359bbb440ba0c99274c95773010a7a
6
+ metadata.gz: f79fbfb5c60f2bafeb16b30c86e3a3a9322052095e84a2daf8ef7873126597713163ae5149830221d9e554da24293b4f03fb751855d1444bcb18cfbefac4861c
7
+ data.tar.gz: c06ea9d489d278aaff8e7b170e466fdfcb42be6ccf6b1637f064c48d23fd1a2c4f09a2a19df624888e1ad4cc9cead8091c4d0541eb578317e497807c741da73d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 0.4.8
2
+ - Update CHANGELOG
3
+ - Various gem updates
4
+ - Version bump due to vulnerabilities
5
+
6
+ ## 0.4.7
7
+ - Move Sentry to common init method
8
+ - bundle update
9
+ - Version bump
10
+
11
+ ## 0.4.6
12
+ - Various gem updates
13
+ - Version bump due to vulnerabilities
14
+
15
+ ## 0.4.0
16
+ - Remove Memolog.uuid.
17
+ - Deprecate formatter inheritance let user deside.
18
+ - Add parse_json option to parse JSON dump.
19
+ - Version bump
20
+
1
21
  ## 0.3.0
2
22
 
3
23
  - Apply a prepend patch with `Sentry::Scope#apply_to_event` method.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- memolog (0.4.7)
4
+ memolog (0.4.8)
5
5
  json (~> 2)
6
6
  logger (~> 1.4.3)
7
7
  securerandom (~> 0.1.0)
@@ -80,43 +80,50 @@ GEM
80
80
  concurrent-ruby (1.1.10)
81
81
  connection_pool (2.3.0)
82
82
  crass (1.0.6)
83
+ date (3.3.1)
83
84
  diff-lcs (1.5.0)
84
85
  erubi (1.11.0)
85
86
  globalid (1.0.0)
86
87
  activesupport (>= 5.0)
87
88
  i18n (1.12.0)
88
89
  concurrent-ruby (~> 1.0)
89
- json (2.6.2)
90
+ json (2.6.3)
90
91
  logger (1.4.4)
91
- loofah (2.19.0)
92
+ loofah (2.19.1)
92
93
  crass (~> 1.0.2)
93
94
  nokogiri (>= 1.5.9)
94
- mail (2.7.1)
95
+ mail (2.8.0)
95
96
  mini_mime (>= 0.1.1)
97
+ net-imap
98
+ net-pop
99
+ net-smtp
96
100
  marcel (1.0.2)
97
101
  method_source (1.0.0)
98
102
  mini_mime (1.1.2)
99
103
  minitest (5.16.3)
100
- net-imap (0.3.1)
104
+ net-imap (0.3.2)
105
+ date
101
106
  net-protocol
102
107
  net-pop (0.1.2)
103
108
  net-protocol
104
- net-protocol (0.1.3)
109
+ net-protocol (0.2.1)
105
110
  timeout
106
- net-smtp (0.3.2)
111
+ net-smtp (0.3.3)
107
112
  net-protocol
108
113
  nio4r (2.5.8)
109
- nokogiri (1.13.9-x86_64-darwin)
114
+ nokogiri (1.13.10-arm64-darwin)
115
+ racc (~> 1.4)
116
+ nokogiri (1.13.10-x86_64-darwin)
110
117
  racc (~> 1.4)
111
- nokogiri (1.13.9-x86_64-linux)
118
+ nokogiri (1.13.10-x86_64-linux)
112
119
  racc (~> 1.4)
113
120
  parallel (1.22.1)
114
- parser (3.1.2.1)
121
+ parser (3.1.3.0)
115
122
  ast (~> 2.4.1)
116
123
  pry (0.14.1)
117
124
  coderay (~> 1.1)
118
125
  method_source (~> 1.0)
119
- racc (1.6.0)
126
+ racc (1.6.1)
120
127
  rack (2.2.4)
121
128
  rack-test (2.0.2)
122
129
  rack (>= 1.3)
@@ -137,8 +144,8 @@ GEM
137
144
  rails-dom-testing (2.0.3)
138
145
  activesupport (>= 4.2.0)
139
146
  nokogiri (>= 1.6)
140
- rails-html-sanitizer (1.4.3)
141
- loofah (~> 2.3)
147
+ rails-html-sanitizer (1.4.4)
148
+ loofah (~> 2.19, >= 2.19.1)
142
149
  railties (7.0.4)
143
150
  actionpack (= 7.0.4)
144
151
  activesupport (= 7.0.4)
@@ -148,22 +155,23 @@ GEM
148
155
  zeitwerk (~> 2.5)
149
156
  rainbow (3.1.1)
150
157
  rake (13.0.6)
151
- redis (4.8.0)
152
- regexp_parser (2.6.0)
158
+ redis-client (0.11.2)
159
+ connection_pool
160
+ regexp_parser (2.6.1)
153
161
  rexml (3.2.5)
154
- rspec (3.11.0)
155
- rspec-core (~> 3.11.0)
156
- rspec-expectations (~> 3.11.0)
157
- rspec-mocks (~> 3.11.0)
158
- rspec-core (3.11.0)
159
- rspec-support (~> 3.11.0)
160
- rspec-expectations (3.11.1)
162
+ rspec (3.12.0)
163
+ rspec-core (~> 3.12.0)
164
+ rspec-expectations (~> 3.12.0)
165
+ rspec-mocks (~> 3.12.0)
166
+ rspec-core (3.12.0)
167
+ rspec-support (~> 3.12.0)
168
+ rspec-expectations (3.12.0)
161
169
  diff-lcs (>= 1.2.0, < 2.0)
162
- rspec-support (~> 3.11.0)
163
- rspec-mocks (3.11.1)
170
+ rspec-support (~> 3.12.0)
171
+ rspec-mocks (3.12.1)
164
172
  diff-lcs (>= 1.2.0, < 2.0)
165
- rspec-support (~> 3.11.0)
166
- rspec-support (3.11.1)
173
+ rspec-support (~> 3.12.0)
174
+ rspec-support (3.12.0)
167
175
  rubocop (1.35.1)
168
176
  json (~> 2.3)
169
177
  parallel (~> 1.10)
@@ -174,7 +182,7 @@ GEM
174
182
  rubocop-ast (>= 1.20.1, < 2.0)
175
183
  ruby-progressbar (~> 1.7)
176
184
  unicode-display_width (>= 1.4.0, < 3.0)
177
- rubocop-ast (1.22.0)
185
+ rubocop-ast (1.24.0)
178
186
  parser (>= 3.1.1.0)
179
187
  rubocop-config-umbrellio (1.35.0.69)
180
188
  rubocop (~> 1.35.0)
@@ -198,21 +206,23 @@ GEM
198
206
  rubocop (~> 1.0)
199
207
  ruby-progressbar (1.11.0)
200
208
  securerandom (0.1.1)
201
- sidekiq (6.5.7)
202
- connection_pool (>= 2.2.5)
203
- rack (~> 2.0)
204
- redis (>= 4.5.0, < 5)
209
+ sidekiq (7.0.2)
210
+ concurrent-ruby (< 2)
211
+ connection_pool (>= 2.3.0)
212
+ rack (>= 2.2.4)
213
+ redis-client (>= 0.11.0)
205
214
  thor (1.2.1)
206
- timeout (0.3.0)
215
+ timeout (0.3.1)
207
216
  tzinfo (2.0.5)
208
217
  concurrent-ruby (~> 1.0)
209
218
  unicode-display_width (2.3.0)
210
219
  websocket-driver (0.7.5)
211
220
  websocket-extensions (>= 0.1.0)
212
221
  websocket-extensions (0.1.5)
213
- zeitwerk (2.6.1)
222
+ zeitwerk (2.6.6)
214
223
 
215
224
  PLATFORMS
225
+ arm64-darwin-22
216
226
  x86_64-darwin-20
217
227
  x86_64-darwin-21
218
228
  x86_64-linux
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Memolog
4
- VERSION = "0.4.7"
4
+ VERSION = "0.4.8"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: memolog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stepan Kirushkin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-21 00:00:00.000000000 Z
11
+ date: 2022-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -187,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
187
  - !ruby/object:Gem::Version
188
188
  version: '0'
189
189
  requirements: []
190
- rubygems_version: 3.3.12
190
+ rubygems_version: 3.3.7
191
191
  signing_key:
192
192
  specification_version: 4
193
193
  summary: In-memory logger for exceptions.