Skip to content

Commit 7c5556b

Browse files
authored
Release v5.15.0 (#537)
2 parents c995003 + baae1a0 commit 7c5556b

File tree

3 files changed

+55
-28
lines changed

3 files changed

+55
-28
lines changed

CHANGELOG.md

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

3+
## [v5.15.0](https://github.com/auth0/ruby-auth0/tree/v5.15.0) (2023-10-30)
4+
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.14.2...v5.15.0)
5+
6+
**Added**
7+
- [SDK-4659] Add fields to get_organizations_members [\#532](https://github.com/auth0/ruby-auth0/pull/532) ([adamjmcgrath](https://github.com/adamjmcgrath))
8+
39
## [v5.14.2](https://github.com/auth0/ruby-auth0/tree/v5.14.2) (2023-10-03)
410

511
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.14.1...v5.14.2)

Gemfile.lock

+48-27
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
auth0 (5.14.2)
4+
auth0 (5.15.0)
55
addressable (~> 2.8)
66
jwt (~> 2.7)
77
rest-client (~> 2.1)
@@ -11,30 +11,40 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actionpack (7.0.8)
15-
actionview (= 7.0.8)
16-
activesupport (= 7.0.8)
17-
rack (~> 2.0, >= 2.2.4)
14+
actionpack (7.1.1)
15+
actionview (= 7.1.1)
16+
activesupport (= 7.1.1)
17+
nokogiri (>= 1.8.5)
18+
rack (>= 2.2.4)
19+
rack-session (>= 1.0.1)
1820
rack-test (>= 0.6.3)
19-
rails-dom-testing (~> 2.0)
20-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
21-
actionview (7.0.8)
22-
activesupport (= 7.0.8)
21+
rails-dom-testing (~> 2.2)
22+
rails-html-sanitizer (~> 1.6)
23+
actionview (7.1.1)
24+
activesupport (= 7.1.1)
2325
builder (~> 3.1)
24-
erubi (~> 1.4)
25-
rails-dom-testing (~> 2.0)
26-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
27-
activesupport (7.0.8)
26+
erubi (~> 1.11)
27+
rails-dom-testing (~> 2.2)
28+
rails-html-sanitizer (~> 1.6)
29+
activesupport (7.1.1)
30+
base64
31+
bigdecimal
2832
concurrent-ruby (~> 1.0, >= 1.0.2)
33+
connection_pool (>= 2.2.5)
34+
drb
2935
i18n (>= 1.6, < 2)
3036
minitest (>= 5.1)
37+
mutex_m
3138
tzinfo (~> 2.0)
3239
addressable (2.8.5)
3340
public_suffix (>= 2.0.2, < 6.0)
3441
ast (2.4.2)
42+
base64 (0.1.1)
43+
bigdecimal (3.1.4)
3544
builder (3.2.4)
3645
coderay (1.1.3)
3746
concurrent-ruby (1.2.2)
47+
connection_pool (2.4.1)
3848
coveralls (0.7.1)
3949
multi_json (~> 1.3)
4050
rest-client
@@ -52,10 +62,12 @@ GEM
5262
dotenv-rails (2.8.1)
5363
dotenv (= 2.8.1)
5464
railties (>= 3.2)
65+
drb (2.1.1)
66+
ruby2_keywords
5567
erubi (1.12.0)
5668
faker (2.23.0)
5769
i18n (>= 1.8.11, < 2)
58-
ffi (1.16.2)
70+
ffi (1.16.3)
5971
formatador (1.1.0)
6072
fuubar (2.5.1)
6173
rspec-core (~> 3.0)
@@ -90,16 +102,17 @@ GEM
90102
listen (3.8.0)
91103
rb-fsevent (~> 0.10, >= 0.10.3)
92104
rb-inotify (~> 0.9, >= 0.9.10)
93-
loofah (2.21.3)
105+
loofah (2.21.4)
94106
crass (~> 1.0.2)
95107
nokogiri (>= 1.12.0)
96108
lumberjack (1.2.9)
97109
method_source (1.0.0)
98110
mime-types (3.5.1)
99111
mime-types-data (~> 3.2015)
100-
mime-types-data (3.2023.0808)
112+
mime-types-data (3.2023.1003)
101113
minitest (5.20.0)
102114
multi_json (1.15.0)
115+
mutex_m (0.1.2)
103116
nenv (0.3.0)
104117
netrc (0.11.0)
105118
nokogiri (1.15.4-aarch64-linux)
@@ -123,29 +136,35 @@ GEM
123136
pry (0.14.2)
124137
coderay (~> 1.1)
125138
method_source (~> 1.0)
126-
psych (5.1.1)
139+
psych (5.1.1.1)
127140
stringio
128141
public_suffix (5.0.3)
129142
racc (1.7.1)
130-
rack (2.2.8)
143+
rack (3.0.8)
144+
rack-session (2.0.0)
145+
rack (>= 3.0.0)
131146
rack-test (2.1.0)
132147
rack (>= 1.3)
148+
rackup (2.1.0)
149+
rack (>= 3)
150+
webrick (~> 1.8)
133151
rails-dom-testing (2.2.0)
134152
activesupport (>= 5.0.0)
135153
minitest
136154
nokogiri (>= 1.6)
137155
rails-html-sanitizer (1.6.0)
138156
loofah (~> 2.21)
139157
nokogiri (~> 1.14)
140-
railties (7.0.8)
141-
actionpack (= 7.0.8)
142-
activesupport (= 7.0.8)
143-
method_source
158+
railties (7.1.1)
159+
actionpack (= 7.1.1)
160+
activesupport (= 7.1.1)
161+
irb
162+
rackup (>= 1.0.0)
144163
rake (>= 12.2)
145-
thor (~> 1.0)
146-
zeitwerk (~> 2.5)
164+
thor (~> 1.0, >= 1.2.2)
165+
zeitwerk (~> 2.6)
147166
rainbow (3.1.1)
148-
rake (13.0.6)
167+
rake (13.1.0)
149168
rb-fsevent (0.11.2)
150169
rb-inotify (0.10.1)
151170
ffi (~> 1.0)
@@ -187,11 +206,12 @@ GEM
187206
unicode-display_width (>= 2.4.0, < 3.0)
188207
rubocop-ast (1.30.0)
189208
parser (>= 3.2.1.0)
190-
rubocop-rails (2.21.2)
209+
rubocop-rails (2.22.1)
191210
activesupport (>= 4.2.0)
192211
rack (>= 1.1)
193212
rubocop (>= 1.33.0, < 2.0)
194213
ruby-progressbar (1.13.0)
214+
ruby2_keywords (0.0.5)
195215
shellany (0.0.1)
196216
simplecov (0.22.0)
197217
docile (~> 1.1)
@@ -207,7 +227,7 @@ GEM
207227
term-ansicolor (1.7.1)
208228
tins (~> 1.0)
209229
terminal-notifier-guard (1.7.0)
210-
thor (1.2.2)
230+
thor (1.3.0)
211231
timecop (0.9.8)
212232
tins (1.32.1)
213233
sync
@@ -222,6 +242,7 @@ GEM
222242
addressable (>= 2.8.0)
223243
crack (>= 0.3.2)
224244
hashdiff (>= 0.4.0, < 2.0.0)
245+
webrick (1.8.1)
225246
zache (0.13.1)
226247
zeitwerk (2.6.12)
227248

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.14.2'.freeze
3+
VERSION = '5.15.0'.freeze
44
end

0 commit comments

Comments
 (0)