File tree 3 files changed +22
-13
lines changed
3 files changed +22
-13
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ v5.12.0] ( https://github.com/auth0/ruby-auth0/tree/v5.12.0 ) (2023-03-13)
4
+ [ Full Changelog] ( https://github.com/auth0/ruby-auth0/compare/v5.11.0...v5.12.0 )
5
+
6
+ ** Added**
7
+ - [ SDK-4014] User Authentication Method management API support [ \# 450] ( https://github.com/auth0/ruby-auth0/pull/450 ) ([ stevehobbsdev] ( https://github.com/stevehobbsdev ) )
8
+
9
+ ** Fixed**
10
+ - Remove broken FAQ link from README [ \# 441] ( https://github.com/auth0/ruby-auth0/pull/441 ) ([ joxxoxo] ( https://github.com/joxxoxo ) )
11
+
3
12
## [ v5.11.0] ( https://github.com/auth0/ruby-auth0/tree/v5.11.0 ) (2023-01-27)
4
13
[ Full Changelog] ( https://github.com/auth0/ruby-auth0/compare/v5.10.0...v5.11.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.11 .0 )
4
+ auth0 (5.12 .0 )
5
5
addressable (~> 2.8 )
6
6
jwt (~> 2.5 )
7
7
rest-client (~> 2.1 )
96
96
method_source (1.0.0 )
97
97
mime-types (3.4.1 )
98
98
mime-types-data (~> 3.2015 )
99
- mime-types-data (3.2022.0105 )
100
- minitest (5.17 .0 )
99
+ mime-types-data (3.2023.0218.1 )
100
+ minitest (5.18 .0 )
101
101
multi_json (1.15.0 )
102
102
nenv (0.3.0 )
103
103
netrc (0.11.0 )
104
- nokogiri (1.14.0 -aarch64-linux )
104
+ nokogiri (1.14.2 -aarch64-linux )
105
105
racc (~> 1.4 )
106
- nokogiri (1.14.0 -arm64-darwin )
106
+ nokogiri (1.14.2 -arm64-darwin )
107
107
racc (~> 1.4 )
108
- nokogiri (1.14.0 -x86_64-darwin )
108
+ nokogiri (1.14.2 -x86_64-darwin )
109
109
racc (~> 1.4 )
110
- nokogiri (1.14.0 -x86_64-linux )
110
+ nokogiri (1.14.2 -x86_64-linux )
111
111
racc (~> 1.4 )
112
112
notiffany (0.1.3 )
113
113
nenv (~> 0.1 )
114
114
shellany (~> 0.0 )
115
115
parallel (1.22.1 )
116
- parser (3.2.1.0 )
116
+ parser (3.2.1.1 )
117
117
ast (~> 2.4.1 )
118
118
pp (0.4.0 )
119
119
prettyprint
@@ -157,16 +157,16 @@ 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.0 )
160
+ rspec-core (3.12.1 )
161
161
rspec-support (~> 3.12.0 )
162
162
rspec-expectations (3.12.2 )
163
163
diff-lcs (>= 1.2.0 , < 2.0 )
164
164
rspec-support (~> 3.12.0 )
165
- rspec-mocks (3.12.3 )
165
+ rspec-mocks (3.12.4 )
166
166
diff-lcs (>= 1.2.0 , < 2.0 )
167
167
rspec-support (~> 3.12.0 )
168
168
rspec-support (3.12.0 )
169
- rubocop (1.48.0 )
169
+ rubocop (1.48.1 )
170
170
json (~> 2.3 )
171
171
parallel (~> 1.10 )
172
172
parser (>= 3.2.0.0 )
213
213
crack (>= 0.3.2 )
214
214
hashdiff (>= 0.4.0 , < 2.0.0 )
215
215
zache (0.12.0 )
216
- zeitwerk (2.6.6 )
216
+ zeitwerk (2.6.7 )
217
217
218
218
PLATFORMS
219
219
aarch64-linux
Original file line number Diff line number Diff line change 1
1
# current version of gem
2
2
module Auth0
3
- VERSION = '5.11 .0' . freeze
3
+ VERSION = '5.12 .0' . freeze
4
4
end
You can’t perform that action at this time.
0 commit comments