File tree 3 files changed +16
-7
lines changed
3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
12
## [ v5.12.0] ( https://github.com/auth0/ruby-auth0/tree/v5.12.0 ) (2023-03-13)
4
13
[ Full Changelog] ( https://github.com/auth0/ruby-auth0/compare/v5.11.0...v5.12.0 )
5
14
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- auth0 (5.12 .0 )
4
+ auth0 (5.13 .0 )
5
5
addressable (~> 2.8 )
6
6
jwt (~> 2.5 )
7
7
rest-client (~> 2.1 )
89
89
listen (3.8.0 )
90
90
rb-fsevent (~> 0.10 , >= 0.10.3 )
91
91
rb-inotify (~> 0.9 , >= 0.9.10 )
92
- loofah (2.19.1 )
92
+ loofah (2.20.0 )
93
93
crass (~> 1.0.2 )
94
94
nokogiri (>= 1.5.9 )
95
95
lumberjack (1.2.8 )
112
112
notiffany (0.1.3 )
113
113
nenv (~> 0.1 )
114
114
shellany (~> 0.0 )
115
- parallel (1.22.1 )
115
+ parallel (1.23.0 )
116
116
parser (3.2.2.0 )
117
117
ast (~> 2.4.1 )
118
118
pp (0.4.0 )
@@ -157,12 +157,12 @@ GEM
157
157
rspec-core (~> 3.12.0 )
158
158
rspec-expectations (~> 3.12.0 )
159
159
rspec-mocks (~> 3.12.0 )
160
- rspec-core (3.12.1 )
160
+ rspec-core (3.12.2 )
161
161
rspec-support (~> 3.12.0 )
162
- rspec-expectations (3.12.2 )
162
+ rspec-expectations (3.12.3 )
163
163
diff-lcs (>= 1.2.0 , < 2.0 )
164
164
rspec-support (~> 3.12.0 )
165
- rspec-mocks (3.12.4 )
165
+ rspec-mocks (3.12.5 )
166
166
diff-lcs (>= 1.2.0 , < 2.0 )
167
167
rspec-support (~> 3.12.0 )
168
168
rspec-support (3.12.0 )
Original file line number Diff line number Diff line change 1
1
# current version of gem
2
2
module Auth0
3
- VERSION = '5.12 .0' . freeze
3
+ VERSION = '5.13 .0' . freeze
4
4
end
You can’t perform that action at this time.
0 commit comments