File tree Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ v5.13.0] ( https://github.com/auth0/ruby-auth0/tree/v5.13.0 ) (2023-04-24)
4+ [ Full Changelog] ( https://github.com/auth0/ruby-auth0/compare/v5.12.0...v5.13.0 )
5+
6+ ** Added**
7+ - [ SDK-4142] Add support for /oauth/par [ \# 470] ( https://github.com/auth0/ruby-auth0/pull/470 ) ([ stevehobbsdev] ( https://github.com/stevehobbsdev ) )
8+
9+ ** Deprecated**
10+ - Drop support for 2.7 in CI build [ \# 467] ( https://github.com/auth0/ruby-auth0/pull/467 ) ([ stevehobbsdev] ( https://github.com/stevehobbsdev ) )
11+
312## [ v5.12.0] ( https://github.com/auth0/ruby-auth0/tree/v5.12.0 ) (2023-03-13)
413[ Full Changelog] ( https://github.com/auth0/ruby-auth0/compare/v5.11.0...v5.12.0 )
514
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- auth0 (5.12 .0 )
4+ auth0 (5.13 .0 )
55 addressable (~> 2.8 )
66 jwt (~> 2.5 )
77 rest-client (~> 2.1 )
8989 listen (3.8.0 )
9090 rb-fsevent (~> 0.10 , >= 0.10.3 )
9191 rb-inotify (~> 0.9 , >= 0.9.10 )
92- loofah (2.19.1 )
92+ loofah (2.20.0 )
9393 crass (~> 1.0.2 )
9494 nokogiri (>= 1.5.9 )
9595 lumberjack (1.2.8 )
112112 notiffany (0.1.3 )
113113 nenv (~> 0.1 )
114114 shellany (~> 0.0 )
115- parallel (1.22.1 )
115+ parallel (1.23.0 )
116116 parser (3.2.2.0 )
117117 ast (~> 2.4.1 )
118118 pp (0.4.0 )
@@ -157,12 +157,12 @@ GEM
157157 rspec-core (~> 3.12.0 )
158158 rspec-expectations (~> 3.12.0 )
159159 rspec-mocks (~> 3.12.0 )
160- rspec-core (3.12.1 )
160+ rspec-core (3.12.2 )
161161 rspec-support (~> 3.12.0 )
162- rspec-expectations (3.12.2 )
162+ rspec-expectations (3.12.3 )
163163 diff-lcs (>= 1.2.0 , < 2.0 )
164164 rspec-support (~> 3.12.0 )
165- rspec-mocks (3.12.4 )
165+ rspec-mocks (3.12.5 )
166166 diff-lcs (>= 1.2.0 , < 2.0 )
167167 rspec-support (~> 3.12.0 )
168168 rspec-support (3.12.0 )
Original file line number Diff line number Diff line change 11# current version of gem
22module Auth0
3- VERSION = '5.12 .0' . freeze
3+ VERSION = '5.13 .0' . freeze
44end
You can’t perform that action at this time.
0 commit comments