Skip to content

Commit aed1d67

Browse files
authored
Release v5.18.0 (#632)
2 parents fe37f4d + 9b6d57c commit aed1d67

File tree

5 files changed

+97
-62
lines changed

5 files changed

+97
-62
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v5.17.0
1+
v5.18.0

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [v5.18.0](https://github.com/auth0/ruby-auth0/tree/v5.18.0) (2024-11-25)
4+
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.17.0...v5.18.0)
5+
6+
**Added**
7+
- Add Refresh Token endpoints for the Auth0 Management API #614 [\#623](https://github.com/auth0/ruby-auth0/pull/623) ([arpit-jn](https://github.com/arpit-jn))
8+
- Add Management API calls for session API endpoints #613 [\#616](https://github.com/auth0/ruby-auth0/pull/616) ([arpit-jn](https://github.com/arpit-jn))
9+
310
## [v5.17.0](https://github.com/auth0/ruby-auth0/tree/v5.17.0) (2024-05-24)
411
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.16.0...v5.17.0)
512

Gemfile.lock

+88-59
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
auth0 (5.17.0)
4+
auth0 (5.18.0)
55
addressable (~> 2.8)
66
jwt (~> 2.7)
77
rest-client (~> 2.1)
@@ -11,36 +11,40 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actionpack (7.1.4.1)
15-
actionview (= 7.1.4.1)
16-
activesupport (= 7.1.4.1)
14+
actionpack (8.0.0)
15+
actionview (= 8.0.0)
16+
activesupport (= 8.0.0)
1717
nokogiri (>= 1.8.5)
18-
racc
1918
rack (>= 2.2.4)
2019
rack-session (>= 1.0.1)
2120
rack-test (>= 0.6.3)
2221
rails-dom-testing (~> 2.2)
2322
rails-html-sanitizer (~> 1.6)
24-
actionview (7.1.4.1)
25-
activesupport (= 7.1.4.1)
23+
useragent (~> 0.16)
24+
actionview (8.0.0)
25+
activesupport (= 8.0.0)
2626
builder (~> 3.1)
2727
erubi (~> 1.11)
2828
rails-dom-testing (~> 2.2)
2929
rails-html-sanitizer (~> 1.6)
30-
activesupport (7.1.4.1)
30+
activesupport (8.0.0)
3131
base64
32+
benchmark (>= 0.3)
3233
bigdecimal
33-
concurrent-ruby (~> 1.0, >= 1.0.2)
34+
concurrent-ruby (~> 1.0, >= 1.3.1)
3435
connection_pool (>= 2.2.5)
3536
drb
3637
i18n (>= 1.6, < 2)
38+
logger (>= 1.4.2)
3739
minitest (>= 5.1)
38-
mutex_m
39-
tzinfo (~> 2.0)
40-
addressable (2.8.6)
41-
public_suffix (>= 2.0.2, < 6.0)
40+
securerandom (>= 0.3)
41+
tzinfo (~> 2.0, >= 2.0.5)
42+
uri (>= 0.13.1)
43+
addressable (2.8.7)
44+
public_suffix (>= 2.0.2, < 7.0)
4245
ast (2.4.2)
4346
base64 (0.2.0)
47+
benchmark (0.4.0)
4448
bigdecimal (3.1.8)
4549
builder (3.3.0)
4650
coderay (1.1.3)
@@ -57,7 +61,7 @@ GEM
5761
rexml
5862
crass (1.0.6)
5963
diff-lcs (1.5.1)
60-
docile (1.4.0)
64+
docile (1.4.1)
6165
domain_name (0.6.20240107)
6266
dotenv (2.8.1)
6367
dotenv-rails (2.8.1)
@@ -67,12 +71,21 @@ GEM
6771
erubi (1.13.0)
6872
faker (2.23.0)
6973
i18n (>= 1.8.11, < 2)
70-
ffi (1.16.3)
74+
ffi (1.17.0-aarch64-linux-gnu)
75+
ffi (1.17.0-aarch64-linux-musl)
76+
ffi (1.17.0-arm-linux-gnu)
77+
ffi (1.17.0-arm-linux-musl)
78+
ffi (1.17.0-arm64-darwin)
79+
ffi (1.17.0-x86-linux-gnu)
80+
ffi (1.17.0-x86-linux-musl)
81+
ffi (1.17.0-x86_64-darwin)
82+
ffi (1.17.0-x86_64-linux-gnu)
83+
ffi (1.17.0-x86_64-linux-musl)
7184
formatador (1.1.0)
7285
fuubar (2.5.1)
7386
rspec-core (~> 3.0)
7487
ruby-progressbar (~> 1.4)
75-
guard (2.18.1)
88+
guard (2.19.0)
7689
formatador (>= 0.2.4)
7790
listen (>= 2.7, < 4.0)
7891
lumberjack (>= 1.0.12, < 2.0)
@@ -86,40 +99,45 @@ GEM
8699
guard (~> 2.1)
87100
guard-compat (~> 1.1)
88101
rspec (>= 2.99.0, < 4.0)
89-
hashdiff (1.1.0)
102+
hashdiff (1.1.2)
90103
http-accept (1.7.0)
91-
http-cookie (1.0.5)
104+
http-cookie (1.0.7)
92105
domain_name (~> 0.5)
93106
i18n (1.14.6)
94107
concurrent-ruby (~> 1.0)
95108
io-console (0.7.2)
96109
irb (1.14.1)
97110
rdoc (>= 4.0.0)
98111
reline (>= 0.4.2)
99-
json (2.7.3)
112+
json (2.8.2)
100113
jwt (2.9.3)
101114
base64
102115
language_server-protocol (3.17.0.3)
103116
listen (3.9.0)
104117
rb-fsevent (~> 0.10, >= 0.10.3)
105118
rb-inotify (~> 0.9, >= 0.9.10)
106-
loofah (2.22.0)
119+
logger (1.6.1)
120+
loofah (2.23.1)
107121
crass (~> 1.0.2)
108122
nokogiri (>= 1.12.0)
109123
lumberjack (1.2.10)
110124
method_source (1.1.0)
111-
mime-types (3.5.2)
125+
mime-types (3.6.0)
126+
logger
112127
mime-types-data (~> 3.2015)
113-
mime-types-data (3.2024.0507)
114-
minitest (5.25.1)
128+
mime-types-data (3.2024.1105)
129+
minitest (5.25.2)
115130
multi_json (1.15.0)
116-
mutex_m (0.2.0)
117131
nenv (0.3.0)
118132
netrc (0.11.0)
119133
nokogiri (1.16.7-aarch64-linux)
120134
racc (~> 1.4)
135+
nokogiri (1.16.7-arm-linux)
136+
racc (~> 1.4)
121137
nokogiri (1.16.7-arm64-darwin)
122138
racc (~> 1.4)
139+
nokogiri (1.16.7-x86-linux)
140+
racc (~> 1.4)
123141
nokogiri (1.16.7-x86_64-darwin)
124142
racc (~> 1.4)
125143
nokogiri (1.16.7-x86_64-linux)
@@ -128,38 +146,37 @@ GEM
128146
nenv (~> 0.1)
129147
shellany (~> 0.0)
130148
parallel (1.26.3)
131-
parser (3.3.5.0)
149+
parser (3.3.6.0)
132150
ast (~> 2.4.1)
133151
racc
134-
pp (0.5.0)
152+
pp (0.6.1)
135153
prettyprint
136154
prettyprint (0.2.0)
137-
pry (0.14.2)
155+
pry (0.15.0)
138156
coderay (~> 1.1)
139157
method_source (~> 1.0)
140-
psych (5.1.2)
158+
psych (5.2.0)
141159
stringio
142-
public_suffix (5.0.5)
160+
public_suffix (6.0.1)
143161
racc (1.8.1)
144162
rack (3.1.8)
145163
rack-session (2.0.0)
146164
rack (>= 3.0.0)
147165
rack-test (2.1.0)
148166
rack (>= 1.3)
149-
rackup (2.1.0)
167+
rackup (2.2.1)
150168
rack (>= 3)
151-
webrick (~> 1.8)
152169
rails-dom-testing (2.2.0)
153170
activesupport (>= 5.0.0)
154171
minitest
155172
nokogiri (>= 1.6)
156173
rails-html-sanitizer (1.6.0)
157174
loofah (~> 2.21)
158175
nokogiri (~> 1.14)
159-
railties (7.1.4.1)
160-
actionpack (= 7.1.4.1)
161-
activesupport (= 7.1.4.1)
162-
irb
176+
railties (8.0.0)
177+
actionpack (= 8.0.0)
178+
activesupport (= 8.0.0)
179+
irb (~> 1.13)
163180
rackup (>= 1.0.0)
164181
rake (>= 12.2)
165182
thor (~> 1.0, >= 1.2.2)
@@ -169,10 +186,10 @@ GEM
169186
rb-fsevent (0.11.2)
170187
rb-inotify (0.11.1)
171188
ffi (~> 1.0)
172-
rdoc (6.7.0)
189+
rdoc (6.8.1)
173190
psych (>= 4.0.0)
174191
regexp_parser (2.9.2)
175-
reline (0.5.10)
192+
reline (0.5.11)
176193
io-console (~> 0.5)
177194
rest-client (2.1.0)
178195
http-accept (>= 1.7.0, < 2.0)
@@ -185,16 +202,16 @@ GEM
185202
rspec-core (~> 3.13.0)
186203
rspec-expectations (~> 3.13.0)
187204
rspec-mocks (~> 3.13.0)
188-
rspec-core (3.13.0)
205+
rspec-core (3.13.2)
189206
rspec-support (~> 3.13.0)
190-
rspec-expectations (3.13.0)
207+
rspec-expectations (3.13.3)
191208
diff-lcs (>= 1.2.0, < 2.0)
192209
rspec-support (~> 3.13.0)
193-
rspec-mocks (3.13.1)
210+
rspec-mocks (3.13.2)
194211
diff-lcs (>= 1.2.0, < 2.0)
195212
rspec-support (~> 3.13.0)
196213
rspec-support (3.13.1)
197-
rubocop (1.67.0)
214+
rubocop (1.68.0)
198215
json (~> 2.3)
199216
language_server-protocol (>= 3.17.0)
200217
parallel (~> 1.10)
@@ -204,14 +221,15 @@ GEM
204221
rubocop-ast (>= 1.32.2, < 2.0)
205222
ruby-progressbar (~> 1.7)
206223
unicode-display_width (>= 2.4.0, < 3.0)
207-
rubocop-ast (1.32.3)
224+
rubocop-ast (1.36.1)
208225
parser (>= 3.3.1.0)
209-
rubocop-rails (2.25.0)
226+
rubocop-rails (2.27.0)
210227
activesupport (>= 4.2.0)
211228
rack (>= 1.1)
212-
rubocop (>= 1.33.0, < 2.0)
229+
rubocop (>= 1.52.0, < 2.0)
213230
rubocop-ast (>= 1.31.1, < 2.0)
214231
ruby-progressbar (1.13.0)
232+
securerandom (0.3.2)
215233
shellany (0.0.1)
216234
simplecov (0.22.0)
217235
docile (~> 1.1)
@@ -220,36 +238,47 @@ GEM
220238
simplecov-cobertura (2.1.0)
221239
rexml
222240
simplecov (~> 0.19)
223-
simplecov-html (0.12.3)
241+
simplecov-html (0.13.1)
224242
simplecov_json_formatter (0.1.4)
225-
stringio (3.1.1)
243+
stringio (3.1.2)
226244
sync (0.5.0)
227-
term-ansicolor (1.8.0)
245+
term-ansicolor (1.11.2)
228246
tins (~> 1.0)
229247
terminal-notifier-guard (1.7.0)
230-
thor (1.3.1)
231-
timecop (0.9.8)
232-
tins (1.33.0)
248+
thor (1.3.2)
249+
timecop (0.9.10)
250+
tins (1.37.0)
233251
bigdecimal
234252
sync
235253
tzinfo (2.0.6)
236254
concurrent-ruby (~> 1.0)
237255
unicode-display_width (2.6.0)
238-
vcr (6.2.0)
239-
webmock (3.23.1)
256+
uri (1.0.2)
257+
useragent (0.16.10)
258+
vcr (6.3.1)
259+
base64
260+
webmock (3.24.0)
240261
addressable (>= 2.8.0)
241262
crack (>= 0.3.2)
242263
hashdiff (>= 0.4.0, < 2.0.0)
243-
webrick (1.8.2)
244-
zache (0.13.1)
245-
zeitwerk (2.6.14)
264+
zache (0.13.2)
265+
zeitwerk (2.7.1)
246266

247267
PLATFORMS
248268
aarch64-linux
249-
arm64-darwin-21
250-
arm64-darwin-22
251-
x86_64-darwin-21
269+
aarch64-linux-gnu
270+
aarch64-linux-musl
271+
arm-linux
272+
arm-linux-gnu
273+
arm-linux-musl
274+
arm64-darwin
275+
x86-linux
276+
x86-linux-gnu
277+
x86-linux-musl
278+
x86_64-darwin
252279
x86_64-linux
280+
x86_64-linux-gnu
281+
x86_64-linux-musl
253282

254283
DEPENDENCIES
255284
auth0!
@@ -273,4 +302,4 @@ DEPENDENCIES
273302
webmock
274303

275304
BUNDLED WITH
276-
2.3.7
305+
2.5.23

lib/auth0/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# current version of gem
22
module Auth0
3-
VERSION = '5.17.0'.freeze
3+
VERSION = '5.18.0'.freeze
44
end

spec/spec_helper.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
require 'rack/test'
21
require 'faker'
32
require 'json'
43
require 'auth0'

0 commit comments

Comments
 (0)