File tree 3 files changed +24
-8
lines changed
3 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ v4.10.0] ( https://github.com/auth0/ruby-auth0/tree/v4.10.0 ) (2020-04-23)
4
+
5
+ [ Full Changelog] ( https://github.com/auth0/ruby-auth0/compare/v4.9.0...v4.10.0 )
6
+
7
+ ** Added**
8
+
9
+ - Added support for name\_ filter parameter \[ SDK-1607\] [ \# 214] ( https://github.com/auth0/ruby-auth0/pull/214 ) ([ Widcket] ( https://github.com/Widcket ) )
10
+ - Pass client\_ id, audience at Auth0::Api::V2::ClientGrants\# client\_ grants [ \# 209] ( https://github.com/auth0/ruby-auth0/pull/209 ) ([ hkdnet] ( https://github.com/hkdnet ) )
11
+ - Add rubocop-rails [ \# 200] ( https://github.com/auth0/ruby-auth0/pull/200 ) ([ tknzk] ( https://github.com/tknzk ) )
12
+
13
+ ** Security**
14
+
15
+ - Update rack requirement from ~ \> 1.6.4 to ~ \> 2.1.2 [ \# 206] ( https://github.com/auth0/ruby-auth0/pull/206 ) ([ dependabot[ bot]] ( https://github.com/apps/dependabot ) )
16
+ - Update rake requirement from ~ \> 10.4 to ~ \> 13.0 [ \# 207] ( https://github.com/auth0/ruby-auth0/pull/207 ) ([ dependabot[ bot]] ( https://github.com/apps/dependabot ) )
17
+ - Update dependencies and CI script [ \# 210] ( https://github.com/auth0/ruby-auth0/pull/210 ) ([ lbalmaceda] ( https://github.com/lbalmaceda ) )
18
+
3
19
## [ v4.9.0] ( https://github.com/auth0/ruby-auth0/tree/v4.9.0 ) (2019-09-25)
4
20
[ Full Changelog] ( https://github.com/auth0/ruby-auth0/compare/v4.8.0...v4.9.0 )
5
21
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- auth0 (4.9 .0 )
4
+ auth0 (4.10 .0 )
5
5
rest-client (~> 2.0.0 )
6
6
7
7
GEM
86
86
listen (3.2.1 )
87
87
rb-fsevent (~> 0.10 , >= 0.10.3 )
88
88
rb-inotify (~> 0.9 , >= 0.9.10 )
89
- loofah (2.4 .0 )
89
+ loofah (2.5 .0 )
90
90
crass (~> 1.0.2 )
91
91
nokogiri (>= 1.5.9 )
92
92
lumberjack (1.2.4 )
@@ -105,15 +105,15 @@ GEM
105
105
nenv (~> 0.1 )
106
106
shellany (~> 0.0 )
107
107
parallel (1.19.1 )
108
- parser (2.7.0.5 )
108
+ parser (2.7.1.1 )
109
109
ast (~> 2.4.0 )
110
110
pry (0.10.4 )
111
111
coderay (~> 1.1.0 )
112
112
method_source (~> 0.8.1 )
113
113
slop (~> 3.4 )
114
114
pry-nav (0.2.4 )
115
115
pry (>= 0.9.10 , < 0.11.0 )
116
- public_suffix (4.0.3 )
116
+ public_suffix (4.0.4 )
117
117
rack (2.1.2 )
118
118
rack-test (0.8.3 )
119
119
rack (>= 1.0 , < 3 )
@@ -151,15 +151,15 @@ GEM
151
151
diff-lcs (>= 1.2.0 , < 2.0 )
152
152
rspec-support (~> 3.9.0 )
153
153
rspec-support (3.9.2 )
154
- rubocop (0.81 .0 )
154
+ rubocop (0.82 .0 )
155
155
jaro_winkler (~> 1.5.1 )
156
156
parallel (~> 1.10 )
157
157
parser (>= 2.7.0.1 )
158
158
rainbow (>= 2.2.2 , < 4.0 )
159
159
rexml
160
160
ruby-progressbar (~> 1.7 )
161
161
unicode-display_width (>= 1.4.0 , < 2.0 )
162
- rubocop-rails (2.5.0 )
162
+ rubocop-rails (2.5.2 )
163
163
activesupport
164
164
rack (>= 1.1 )
165
165
rubocop (>= 0.72.0 )
179
179
thread_safe (0.3.6 )
180
180
tins (1.24.1 )
181
181
sync
182
- tzinfo (1.2.6 )
182
+ tzinfo (1.2.7 )
183
183
thread_safe (~> 0.1 )
184
184
unf (0.1.4 )
185
185
unf_ext
Original file line number Diff line number Diff line change 1
1
# current version of gem
2
2
module Auth0
3
- VERSION = '4.9 .0' . freeze
3
+ VERSION = '4.10 .0' . freeze
4
4
end
You can’t perform that action at this time.
0 commit comments