Skip to content

Commit f23db58

Browse files
Release v5.14.0 (#496)
1 parent 438e1b7 commit f23db58

File tree

3 files changed

+30
-23
lines changed

3 files changed

+30
-23
lines changed

CHANGELOG.md

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

3+
## [v5.14.0](https://github.com/auth0/ruby-auth0/tree/v5.14.0) (2023-07-13)
4+
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.13.0...v5.14.0)
5+
6+
**Added**
7+
- [SDK-4386] Support Organization Name in Authorize [\#495](https://github.com/auth0/ruby-auth0/pull/495) ([stevehobbsdev](https://github.com/stevehobbsdev))
8+
39
## [v5.13.0](https://github.com/auth0/ruby-auth0/tree/v5.13.0) (2023-04-24)
410
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.12.0...v5.13.0)
511

Gemfile.lock

+23-22
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
auth0 (5.13.0)
4+
auth0 (5.14.0)
55
addressable (~> 2.8)
66
jwt (~> 2.7)
77
rest-client (~> 2.1)
@@ -11,20 +11,20 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actionpack (7.0.5.1)
15-
actionview (= 7.0.5.1)
16-
activesupport (= 7.0.5.1)
14+
actionpack (7.0.6)
15+
actionview (= 7.0.6)
16+
activesupport (= 7.0.6)
1717
rack (~> 2.0, >= 2.2.4)
1818
rack-test (>= 0.6.3)
1919
rails-dom-testing (~> 2.0)
2020
rails-html-sanitizer (~> 1.0, >= 1.2.0)
21-
actionview (7.0.5.1)
22-
activesupport (= 7.0.5.1)
21+
actionview (7.0.6)
22+
activesupport (= 7.0.6)
2323
builder (~> 3.1)
2424
erubi (~> 1.4)
2525
rails-dom-testing (~> 2.0)
2626
rails-html-sanitizer (~> 1.1, >= 1.2.0)
27-
activesupport (7.0.5.1)
27+
activesupport (7.0.6)
2828
concurrent-ruby (~> 1.0, >= 1.0.2)
2929
i18n (>= 1.6, < 2)
3030
minitest (>= 5.1)
@@ -82,7 +82,7 @@ GEM
8282
i18n (1.14.1)
8383
concurrent-ruby (~> 1.0)
8484
io-console (0.6.0)
85-
irb (1.7.2)
85+
irb (1.7.3)
8686
reline (>= 0.3.6)
8787
json (2.6.3)
8888
jwt (2.7.1)
@@ -102,13 +102,13 @@ GEM
102102
multi_json (1.15.0)
103103
nenv (0.3.0)
104104
netrc (0.11.0)
105-
nokogiri (1.15.2-aarch64-linux)
105+
nokogiri (1.15.3-aarch64-linux)
106106
racc (~> 1.4)
107-
nokogiri (1.15.2-arm64-darwin)
107+
nokogiri (1.15.3-arm64-darwin)
108108
racc (~> 1.4)
109-
nokogiri (1.15.2-x86_64-darwin)
109+
nokogiri (1.15.3-x86_64-darwin)
110110
racc (~> 1.4)
111-
nokogiri (1.15.2-x86_64-linux)
111+
nokogiri (1.15.3-x86_64-linux)
112112
racc (~> 1.4)
113113
notiffany (0.1.3)
114114
nenv (~> 0.1)
@@ -123,20 +123,21 @@ GEM
123123
pry (0.14.2)
124124
coderay (~> 1.1)
125125
method_source (~> 1.0)
126-
public_suffix (5.0.1)
126+
public_suffix (5.0.3)
127127
racc (1.7.1)
128128
rack (2.2.7)
129129
rack-test (0.8.3)
130130
rack (>= 1.0, < 3)
131-
rails-dom-testing (2.0.3)
132-
activesupport (>= 4.2.0)
131+
rails-dom-testing (2.1.1)
132+
activesupport (>= 5.0.0)
133+
minitest
133134
nokogiri (>= 1.6)
134135
rails-html-sanitizer (1.6.0)
135136
loofah (~> 2.21)
136137
nokogiri (~> 1.14)
137-
railties (7.0.5.1)
138-
actionpack (= 7.0.5.1)
139-
activesupport (= 7.0.5.1)
138+
railties (7.0.6)
139+
actionpack (= 7.0.6)
140+
activesupport (= 7.0.6)
140141
method_source
141142
rake (>= 12.2)
142143
thor (~> 1.0)
@@ -165,10 +166,10 @@ GEM
165166
rspec-expectations (3.12.3)
166167
diff-lcs (>= 1.2.0, < 2.0)
167168
rspec-support (~> 3.12.0)
168-
rspec-mocks (3.12.5)
169+
rspec-mocks (3.12.6)
169170
diff-lcs (>= 1.2.0, < 2.0)
170171
rspec-support (~> 3.12.0)
171-
rspec-support (3.12.0)
172+
rspec-support (3.12.1)
172173
rubocop (1.54.1)
173174
json (~> 2.3)
174175
language_server-protocol (>= 3.17.0)
@@ -201,7 +202,7 @@ GEM
201202
term-ansicolor (1.7.1)
202203
tins (~> 1.0)
203204
terminal-notifier-guard (1.7.0)
204-
thor (1.2.1)
205+
thor (1.2.2)
205206
timecop (0.9.6)
206207
tins (1.32.1)
207208
sync
@@ -217,7 +218,7 @@ GEM
217218
crack (>= 0.3.2)
218219
hashdiff (>= 0.4.0, < 2.0.0)
219220
zache (0.13.0)
220-
zeitwerk (2.6.7)
221+
zeitwerk (2.6.8)
221222

222223
PLATFORMS
223224
aarch64-linux

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

0 commit comments

Comments
 (0)