File tree 3 files changed +23
-16
lines changed
3 files changed +23
-16
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ v5.16.0] ( https://github.com/auth0/ruby-auth0/tree/v5.16.0 ) (2023-11-13)
4
+ [ Full Changelog] ( https://github.com/auth0/ruby-auth0/compare/v5.15.0...v5.16.0 )
5
+
6
+ ** Added**
7
+ - [ SDK-4546] Add orgs in client credentials support [ \# 540] ( https://github.com/auth0/ruby-auth0/pull/540 ) ([ adamjmcgrath] ( https://github.com/adamjmcgrath ) )
8
+
3
9
## [ v5.15.0] ( https://github.com/auth0/ruby-auth0/tree/v5.15.0 ) (2023-10-30)
4
10
[ Full Changelog] ( https://github.com/auth0/ruby-auth0/compare/v5.14.2...v5.15.0 )
5
11
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- auth0 (5.15 .0 )
4
+ auth0 (5.16 .0 )
5
5
addressable (~> 2.8 )
6
6
jwt (~> 2.7 )
7
7
rest-client (~> 2.1 )
11
11
GEM
12
12
remote: https://rubygems.org/
13
13
specs:
14
- actionpack (7.1.1 )
15
- actionview (= 7.1.1 )
16
- activesupport (= 7.1.1 )
14
+ actionpack (7.1.2 )
15
+ actionview (= 7.1.2 )
16
+ activesupport (= 7.1.2 )
17
17
nokogiri (>= 1.8.5 )
18
+ racc
18
19
rack (>= 2.2.4 )
19
20
rack-session (>= 1.0.1 )
20
21
rack-test (>= 0.6.3 )
21
22
rails-dom-testing (~> 2.2 )
22
23
rails-html-sanitizer (~> 1.6 )
23
- actionview (7.1.1 )
24
- activesupport (= 7.1.1 )
24
+ actionview (7.1.2 )
25
+ activesupport (= 7.1.2 )
25
26
builder (~> 3.1 )
26
27
erubi (~> 1.11 )
27
28
rails-dom-testing (~> 2.2 )
28
29
rails-html-sanitizer (~> 1.6 )
29
- activesupport (7.1.1 )
30
+ activesupport (7.1.2 )
30
31
base64
31
32
bigdecimal
32
33
concurrent-ruby (~> 1.0 , >= 1.0.2 )
39
40
addressable (2.8.5 )
40
41
public_suffix (>= 2.0.2 , < 6.0 )
41
42
ast (2.4.2 )
42
- base64 (0.1.1 )
43
+ base64 (0.2.0 )
43
44
bigdecimal (3.1.4 )
44
45
builder (3.2.4 )
45
46
coderay (1.1.3 )
62
63
dotenv-rails (2.8.1 )
63
64
dotenv (= 2.8.1 )
64
65
railties (>= 3.2 )
65
- drb (2.1.1 )
66
+ drb (2.2.0 )
66
67
ruby2_keywords
67
68
erubi (1.12.0 )
68
69
faker (2.23.0 )
112
113
mime-types-data (3.2023.1003 )
113
114
minitest (5.20.0 )
114
115
multi_json (1.15.0 )
115
- mutex_m (0.1.2 )
116
+ mutex_m (0.2.0 )
116
117
nenv (0.3.0 )
117
118
netrc (0.11.0 )
118
119
nokogiri (1.15.4-aarch64-linux )
139
140
psych (5.1.1.1 )
140
141
stringio
141
142
public_suffix (5.0.3 )
142
- racc (1.7.1 )
143
+ racc (1.7.3 )
143
144
rack (3.0.8 )
144
145
rack-session (2.0.0 )
145
146
rack (>= 3.0.0 )
155
156
rails-html-sanitizer (1.6.0 )
156
157
loofah (~> 2.21 )
157
158
nokogiri (~> 1.14 )
158
- railties (7.1.1 )
159
- actionpack (= 7.1.1 )
160
- activesupport (= 7.1.1 )
159
+ railties (7.1.2 )
160
+ actionpack (= 7.1.2 )
161
+ activesupport (= 7.1.2 )
161
162
irb
162
163
rackup (>= 1.0.0 )
163
164
rake (>= 12.2 )
235
236
concurrent-ruby (~> 1.0 )
236
237
unf (0.1.4 )
237
238
unf_ext
238
- unf_ext (0.0.8.2 )
239
+ unf_ext (0.0.9 )
239
240
unicode-display_width (2.5.0 )
240
241
vcr (6.2.0 )
241
242
webmock (3.19.1 )
Original file line number Diff line number Diff line change 1
1
# current version of gem
2
2
module Auth0
3
- VERSION = '5.15 .0' . freeze
3
+ VERSION = '5.16 .0' . freeze
4
4
end
You can’t perform that action at this time.
0 commit comments