Skip to content

Commit 771e5b4

Browse files
authored
Release v5.18.1 (#705)
2 parents f1b55b4 + 130e8e8 commit 771e5b4

4 files changed

Lines changed: 53 additions & 30 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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## [v5.18.1](https://github.com/auth0/ruby-auth0/tree/v5.18.1) (2026-03-13)
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+
15+
**Security**
16+
- fix(deps): upgrade dev dependencies to resolve Snyk security vulnerab… [\#704](https://github.com/auth0/ruby-auth0/pull/704) ([arpit-jn](https://github.com/arpit-jn))
17+
318
## [v5.18.0](https://github.com/auth0/ruby-auth0/tree/v5.18.0) (2024-11-25)
419
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.17.0...v5.18.0)
520

Gemfile.lock

Lines changed: 36 additions & 28 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)
@@ -24,15 +24,15 @@ GEM
2424
securerandom (>= 0.3)
2525
tzinfo (~> 2.0, >= 2.0.5)
2626
uri (>= 0.13.1)
27-
addressable (2.8.8)
27+
addressable (2.8.9)
2828
public_suffix (>= 2.0.2, < 8.0)
2929
ast (2.4.3)
3030
base64 (0.3.0)
3131
bigdecimal (4.0.1)
3232
coderay (1.1.3)
3333
concurrent-ruby (1.3.6)
3434
connection_pool (3.0.2)
35-
crack (1.0.0)
35+
crack (1.0.1)
3636
bigdecimal
3737
rexml
3838
diff-lcs (1.6.2)
@@ -42,23 +42,25 @@ GEM
4242
drb (2.2.3)
4343
faker (2.23.0)
4444
i18n (>= 1.8.11, < 2)
45-
ffi (1.17.0-aarch64-linux-gnu)
46-
ffi (1.17.0-aarch64-linux-musl)
47-
ffi (1.17.0-arm-linux-gnu)
48-
ffi (1.17.0-arm-linux-musl)
49-
ffi (1.17.0-arm64-darwin)
50-
ffi (1.17.0-x86-linux-gnu)
51-
ffi (1.17.0-x86-linux-musl)
52-
ffi (1.17.0-x86_64-darwin)
53-
ffi (1.17.0-x86_64-linux-gnu)
54-
ffi (1.17.0-x86_64-linux-musl)
55-
formatador (1.1.0)
45+
ffi (1.17.3-aarch64-linux-gnu)
46+
ffi (1.17.3-aarch64-linux-musl)
47+
ffi (1.17.3-arm-linux-gnu)
48+
ffi (1.17.3-arm-linux-musl)
49+
ffi (1.17.3-arm64-darwin)
50+
ffi (1.17.3-x86-linux-gnu)
51+
ffi (1.17.3-x86-linux-musl)
52+
ffi (1.17.3-x86_64-darwin)
53+
ffi (1.17.3-x86_64-linux-gnu)
54+
ffi (1.17.3-x86_64-linux-musl)
55+
formatador (1.2.3)
56+
reline
5657
fuubar (2.5.1)
5758
rspec-core (~> 3.0)
5859
ruby-progressbar (~> 1.4)
59-
guard (2.19.0)
60+
guard (2.20.1)
6061
formatador (>= 0.2.4)
6162
listen (>= 2.7, < 4.0)
63+
logger (~> 1.6)
6264
lumberjack (>= 1.0.12, < 2.0)
6365
nenv (~> 0.1)
6466
notiffany (~> 0.0)
@@ -70,12 +72,13 @@ GEM
7072
guard (~> 2.1)
7173
guard-compat (~> 1.1)
7274
rspec (>= 2.99.0, < 4.0)
73-
hashdiff (1.1.2)
75+
hashdiff (1.2.1)
7476
http-accept (1.7.0)
75-
http-cookie (1.0.7)
77+
http-cookie (1.1.0)
7678
domain_name (~> 0.5)
7779
i18n (1.14.8)
7880
concurrent-ruby (~> 1.0)
81+
io-console (0.8.2)
7982
json (2.19.1)
8083
json-schema (6.2.0)
8184
addressable (~> 2.8)
@@ -84,19 +87,21 @@ GEM
8487
base64
8588
language_server-protocol (3.17.0.5)
8689
lint_roller (1.1.0)
87-
listen (3.9.0)
90+
listen (3.10.0)
91+
logger
8892
rb-fsevent (~> 0.10, >= 0.10.3)
8993
rb-inotify (~> 0.9, >= 0.9.10)
9094
logger (1.7.0)
91-
lumberjack (1.2.10)
95+
lumberjack (1.4.2)
9296
mcp (0.8.0)
9397
json-schema (>= 4.1)
9498
method_source (1.1.0)
95-
mime-types (3.6.0)
99+
mime-types (3.7.0)
96100
logger
97-
mime-types-data (~> 3.2015)
98-
mime-types-data (3.2024.1105)
99-
minitest (6.0.1)
101+
mime-types-data (~> 3.2025, >= 3.2025.0507)
102+
mime-types-data (3.2026.0303)
103+
minitest (6.0.2)
104+
drb (~> 2.0)
100105
prism (~> 1.5)
101106
nenv (0.3.0)
102107
netrc (0.11.0)
@@ -111,10 +116,11 @@ GEM
111116
prettyprint
112117
prettyprint (0.2.0)
113118
prism (1.9.0)
114-
pry (0.15.0)
119+
pry (0.16.0)
115120
coderay (~> 1.1)
116121
method_source (~> 1.0)
117-
public_suffix (7.0.0)
122+
reline (>= 0.6.0)
123+
public_suffix (7.0.5)
118124
racc (1.8.1)
119125
rack (3.2.5)
120126
rainbow (3.1.1)
@@ -123,6 +129,8 @@ GEM
123129
rb-inotify (0.11.1)
124130
ffi (~> 1.0)
125131
regexp_parser (2.11.3)
132+
reline (0.6.3)
133+
io-console (~> 0.5)
126134
rest-client (2.1.0)
127135
http-accept (>= 1.7.0, < 2.0)
128136
http-cookie (>= 1.0.2, < 2.0)
@@ -139,10 +147,10 @@ GEM
139147
rspec-expectations (3.13.5)
140148
diff-lcs (>= 1.2.0, < 2.0)
141149
rspec-support (~> 3.13.0)
142-
rspec-mocks (3.13.6)
150+
rspec-mocks (3.13.8)
143151
diff-lcs (>= 1.2.0, < 2.0)
144152
rspec-support (~> 3.13.0)
145-
rspec-support (3.13.6)
153+
rspec-support (3.13.7)
146154
rubocop (1.85.1)
147155
json (~> 2.3)
148156
language_server-protocol (~> 3.17.0.2)
@@ -174,7 +182,7 @@ GEM
174182
simplecov-cobertura (3.1.0)
175183
rexml
176184
simplecov (~> 0.19)
177-
simplecov-html (0.13.1)
185+
simplecov-html (0.13.2)
178186
simplecov_json_formatter (0.1.4)
179187
terminal-notifier-guard (1.7.0)
180188
thor (1.5.0)

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)