Skip to content

Commit 48c1ad2

Browse files
committed
Release v5.18.1
1 parent 8060c98 commit 48c1ad2

4 files changed

Lines changed: 86 additions & 57 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v5.18.0
1+
v5.18.1

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [v5.18.1](https://github.com/auth0/ruby-auth0/tree/v5.18.1) (2026-03-11)
4+
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.18.0...v5.18.1)
5+
6+
**Changed**
7+
- chore(deps): bump zache from 0.15.0 to 0.15.2 [\#691](https://github.com/auth0/ruby-auth0/pull/691) ([dependabot[bot]](https://github.com/apps/dependabot))
8+
- chore(deps): bump jwt from 2.9.3 to 2.10.2 [\#682](https://github.com/auth0/ruby-auth0/pull/682) ([dependabot[bot]](https://github.com/apps/dependabot))
9+
- chore(deps): bump addressable from 2.8.7 to 2.8.8 [\#686](https://github.com/auth0/ruby-auth0/pull/686) ([dependabot[bot]](https://github.com/apps/dependabot))
10+
- chore(deps): bump zache from 0.13.2 to 0.15.0 [\#649](https://github.com/auth0/ruby-auth0/pull/649) ([dependabot[bot]](https://github.com/apps/dependabot))
11+
12+
**Fixed**
13+
- fix deleting array content when passing an array as payload [\#697](https://github.com/auth0/ruby-auth0/pull/697) ([carlastabile](https://github.com/carlastabile))
14+
315
## [v5.18.0](https://github.com/auth0/ruby-auth0/tree/v5.18.0) (2024-11-25)
416
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.17.0...v5.18.0)
517

Gemfile.lock

Lines changed: 72 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
auth0 (5.18.0)
4+
auth0 (5.18.1)
55
addressable (~> 2.8)
66
jwt (~> 2.7)
77
rest-client (~> 2.1)
@@ -40,7 +40,7 @@ GEM
4040
securerandom (>= 0.3)
4141
tzinfo (~> 2.0, >= 2.0.5)
4242
uri (>= 0.13.1)
43-
addressable (2.8.8)
43+
addressable (2.8.9)
4444
public_suffix (>= 2.0.2, < 8.0)
4545
ast (2.4.3)
4646
base64 (0.3.0)
@@ -55,7 +55,7 @@ GEM
5555
simplecov (>= 0.7)
5656
term-ansicolor
5757
thor
58-
crack (1.0.0)
58+
crack (1.0.1)
5959
bigdecimal
6060
rexml
6161
crass (1.0.6)
@@ -68,27 +68,29 @@ GEM
6868
dotenv (= 2.8.1)
6969
railties (>= 3.2)
7070
drb (2.2.3)
71-
erb (6.0.1)
72-
erubi (1.13.0)
71+
erb (6.0.2)
72+
erubi (1.13.1)
7373
faker (2.23.0)
7474
i18n (>= 1.8.11, < 2)
75-
ffi (1.17.0-aarch64-linux-gnu)
76-
ffi (1.17.0-aarch64-linux-musl)
77-
ffi (1.17.0-arm-linux-gnu)
78-
ffi (1.17.0-arm-linux-musl)
79-
ffi (1.17.0-arm64-darwin)
80-
ffi (1.17.0-x86-linux-gnu)
81-
ffi (1.17.0-x86-linux-musl)
82-
ffi (1.17.0-x86_64-darwin)
83-
ffi (1.17.0-x86_64-linux-gnu)
84-
ffi (1.17.0-x86_64-linux-musl)
85-
formatador (1.1.0)
75+
ffi (1.17.3-aarch64-linux-gnu)
76+
ffi (1.17.3-aarch64-linux-musl)
77+
ffi (1.17.3-arm-linux-gnu)
78+
ffi (1.17.3-arm-linux-musl)
79+
ffi (1.17.3-arm64-darwin)
80+
ffi (1.17.3-x86-linux-gnu)
81+
ffi (1.17.3-x86-linux-musl)
82+
ffi (1.17.3-x86_64-darwin)
83+
ffi (1.17.3-x86_64-linux-gnu)
84+
ffi (1.17.3-x86_64-linux-musl)
85+
formatador (1.2.3)
86+
reline
8687
fuubar (2.5.1)
8788
rspec-core (~> 3.0)
8889
ruby-progressbar (~> 1.4)
89-
guard (2.19.0)
90+
guard (2.20.1)
9091
formatador (>= 0.2.4)
9192
listen (>= 2.7, < 4.0)
93+
logger (~> 1.6)
9294
lumberjack (>= 1.0.12, < 2.0)
9395
nenv (~> 0.1)
9496
notiffany (~> 0.0)
@@ -100,39 +102,48 @@ GEM
100102
guard (~> 2.1)
101103
guard-compat (~> 1.1)
102104
rspec (>= 2.99.0, < 4.0)
103-
hashdiff (1.1.2)
105+
hashdiff (1.2.1)
104106
http-accept (1.7.0)
105-
http-cookie (1.0.7)
107+
http-cookie (1.1.0)
106108
domain_name (~> 0.5)
107109
i18n (1.14.8)
108110
concurrent-ruby (~> 1.0)
109111
io-console (0.8.2)
110-
irb (1.16.0)
112+
irb (1.17.0)
111113
pp (>= 0.6.0)
114+
prism (>= 1.3.0)
112115
rdoc (>= 4.0.0)
113116
reline (>= 0.4.2)
114-
json (2.18.0)
117+
json (2.19.1)
118+
json-schema (6.2.0)
119+
addressable (~> 2.8)
120+
bigdecimal (>= 3.1, < 5)
115121
jwt (2.10.2)
116122
base64
117123
language_server-protocol (3.17.0.5)
118124
lint_roller (1.1.0)
119-
listen (3.9.0)
125+
listen (3.10.0)
126+
logger
120127
rb-fsevent (~> 0.10, >= 0.10.3)
121128
rb-inotify (~> 0.9, >= 0.9.10)
122129
logger (1.7.0)
123-
loofah (2.23.1)
130+
loofah (2.25.0)
124131
crass (~> 1.0.2)
125132
nokogiri (>= 1.12.0)
126-
lumberjack (1.2.10)
133+
lumberjack (1.4.2)
134+
mcp (0.8.0)
135+
json-schema (>= 4.1)
127136
method_source (1.1.0)
128-
mime-types (3.6.0)
137+
mime-types (3.7.0)
129138
logger
130-
mime-types-data (~> 3.2015)
131-
mime-types-data (3.2024.1105)
139+
mime-types-data (~> 3.2025, >= 3.2025.0507)
140+
mime-types-data (3.2026.0303)
132141
mini_portile2 (2.8.9)
133-
minitest (6.0.1)
142+
minitest (6.0.2)
143+
drb (~> 2.0)
134144
prism (~> 1.5)
135-
multi_json (1.15.0)
145+
mize (0.6.1)
146+
multi_json (1.19.1)
136147
nenv (0.3.0)
137148
netrc (0.11.0)
138149
nokogiri (1.19.1)
@@ -158,36 +169,37 @@ GEM
158169
nenv (~> 0.1)
159170
shellany (~> 0.0)
160171
parallel (1.27.0)
161-
parser (3.3.10.1)
172+
parser (3.3.10.2)
162173
ast (~> 2.4.1)
163174
racc
164175
pp (0.6.3)
165176
prettyprint
166177
prettyprint (0.2.0)
167-
prism (1.8.0)
168-
pry (0.15.0)
178+
prism (1.9.0)
179+
pry (0.16.0)
169180
coderay (~> 1.1)
170181
method_source (~> 1.0)
182+
reline (>= 0.6.0)
171183
psych (5.3.1)
172184
date
173185
stringio
174-
public_suffix (7.0.0)
186+
public_suffix (7.0.5)
175187
racc (1.8.1)
176188
rack (3.2.5)
177189
rack-session (2.1.1)
178190
base64 (>= 0.1.0)
179191
rack (>= 3.0.0)
180-
rack-test (2.1.0)
192+
rack-test (2.2.0)
181193
rack (>= 1.3)
182-
rackup (2.2.1)
194+
rackup (2.3.1)
183195
rack (>= 3)
184-
rails-dom-testing (2.2.0)
196+
rails-dom-testing (2.3.0)
185197
activesupport (>= 5.0.0)
186198
minitest
187199
nokogiri (>= 1.6)
188-
rails-html-sanitizer (1.6.0)
189-
loofah (~> 2.21)
190-
nokogiri (~> 1.14)
200+
rails-html-sanitizer (1.7.0)
201+
loofah (~> 2.25)
202+
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)
191203
railties (8.1.2)
192204
actionpack (= 8.1.2)
193205
activesupport (= 8.1.2)
@@ -202,10 +214,12 @@ GEM
202214
rb-fsevent (0.11.2)
203215
rb-inotify (0.11.1)
204216
ffi (~> 1.0)
205-
rdoc (7.1.0)
217+
rdoc (7.2.0)
206218
erb
207219
psych (>= 4.0.0)
208220
tsort
221+
readline (0.0.4)
222+
reline
209223
regexp_parser (2.11.3)
210224
reline (0.6.3)
211225
io-console (~> 0.5)
@@ -215,7 +229,7 @@ GEM
215229
mime-types (>= 1.16, < 4.0)
216230
netrc (~> 0.8)
217231
retryable (3.0.5)
218-
rexml (3.3.9)
232+
rexml (3.4.4)
219233
rspec (3.13.2)
220234
rspec-core (~> 3.13.0)
221235
rspec-expectations (~> 3.13.0)
@@ -225,22 +239,23 @@ GEM
225239
rspec-expectations (3.13.5)
226240
diff-lcs (>= 1.2.0, < 2.0)
227241
rspec-support (~> 3.13.0)
228-
rspec-mocks (3.13.6)
242+
rspec-mocks (3.13.8)
229243
diff-lcs (>= 1.2.0, < 2.0)
230244
rspec-support (~> 3.13.0)
231-
rspec-support (3.13.6)
232-
rubocop (1.82.1)
245+
rspec-support (3.13.7)
246+
rubocop (1.85.1)
233247
json (~> 2.3)
234248
language_server-protocol (~> 3.17.0.2)
235249
lint_roller (~> 1.1.0)
250+
mcp (~> 0.6)
236251
parallel (~> 1.10)
237252
parser (>= 3.3.0.2)
238253
rainbow (>= 2.2.2, < 4.0)
239254
regexp_parser (>= 2.9.3, < 3.0)
240-
rubocop-ast (>= 1.48.0, < 2.0)
255+
rubocop-ast (>= 1.49.0, < 2.0)
241256
ruby-progressbar (~> 1.7)
242257
unicode-display_width (>= 2.4.0, < 4.0)
243-
rubocop-ast (1.49.0)
258+
rubocop-ast (1.49.1)
244259
parser (>= 3.3.7.2)
245260
prism (~> 1.7)
246261
rubocop-rails (2.34.3)
@@ -256,20 +271,22 @@ GEM
256271
docile (~> 1.1)
257272
simplecov-html (~> 0.11)
258273
simplecov_json_formatter (~> 0.1)
259-
simplecov-cobertura (2.1.0)
274+
simplecov-cobertura (3.1.0)
260275
rexml
261276
simplecov (~> 0.19)
262-
simplecov-html (0.13.1)
277+
simplecov-html (0.13.2)
263278
simplecov_json_formatter (0.1.4)
264279
stringio (3.2.0)
265280
sync (0.5.0)
266-
term-ansicolor (1.11.2)
267-
tins (~> 1.0)
281+
term-ansicolor (1.11.3)
282+
tins (~> 1)
268283
terminal-notifier-guard (1.7.0)
269-
thor (1.3.2)
284+
thor (1.5.0)
270285
timecop (0.9.10)
271-
tins (1.37.0)
286+
tins (1.52.0)
272287
bigdecimal
288+
mize (~> 0.6)
289+
readline
273290
sync
274291
tsort (0.2.0)
275292
tzinfo (2.0.6)
@@ -278,14 +295,14 @@ GEM
278295
unicode-emoji (~> 4.1)
279296
unicode-emoji (4.2.0)
280297
uri (1.1.1)
281-
useragent (0.16.10)
298+
useragent (0.16.11)
282299
vcr (6.4.0)
283-
webmock (3.24.0)
300+
webmock (3.26.1)
284301
addressable (>= 2.8.0)
285302
crack (>= 0.3.2)
286303
hashdiff (>= 0.4.0, < 2.0.0)
287304
zache (0.15.2)
288-
zeitwerk (2.7.1)
305+
zeitwerk (2.7.5)
289306

290307
PLATFORMS
291308
aarch64-linux

lib/auth0/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# current version of gem
22
module Auth0
3-
VERSION = '5.18.0'.freeze
3+
VERSION = '5.18.1'.freeze
44
end

0 commit comments

Comments
 (0)