Skip to content

Commit 6f2c451

Browse files
authored
Merge pull request #219 from auth0/release-4.11.0
Release 4.11.0 [SDK-1626]
2 parents 1258d34 + 1ea97ad commit 6f2c451

File tree

3 files changed

+27
-19
lines changed

3 files changed

+27
-19
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [v4.11.0](https://github.com/auth0/ruby-auth0/tree/v4.11.0) (2020-05-06)
4+
5+
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v4.10.0...v4.11.0)
6+
7+
**Added**
8+
9+
- [SDK-1542] Add client secret to Passwordless flow since it is now required [\#217](https://github.com/auth0/ruby-auth0/pull/217) ([stevehobbsdev](https://github.com/stevehobbsdev))
10+
311
## [v4.10.0](https://github.com/auth0/ruby-auth0/tree/v4.10.0) (2020-04-23)
412

513
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v4.9.0...v4.10.0)

Gemfile.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
PATH
22
remote: .
33
specs:
4-
auth0 (4.10.0)
4+
auth0 (4.11.0)
55
rest-client (~> 2.0.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionpack (6.0.2.2)
11-
actionview (= 6.0.2.2)
12-
activesupport (= 6.0.2.2)
10+
actionpack (6.0.3)
11+
actionview (= 6.0.3)
12+
activesupport (= 6.0.3)
1313
rack (~> 2.0, >= 2.0.8)
1414
rack-test (>= 0.6.3)
1515
rails-dom-testing (~> 2.0)
1616
rails-html-sanitizer (~> 1.0, >= 1.2.0)
17-
actionview (6.0.2.2)
18-
activesupport (= 6.0.2.2)
17+
actionview (6.0.3)
18+
activesupport (= 6.0.3)
1919
builder (~> 3.1)
2020
erubi (~> 1.4)
2121
rails-dom-testing (~> 2.0)
2222
rails-html-sanitizer (~> 1.1, >= 1.2.0)
23-
activesupport (6.0.2.2)
23+
activesupport (6.0.3)
2424
concurrent-ruby (~> 1.0, >= 1.0.2)
2525
i18n (>= 0.7, < 2)
2626
minitest (~> 5.1)
2727
tzinfo (~> 1.1)
28-
zeitwerk (~> 2.2)
28+
zeitwerk (~> 2.2, >= 2.2.2)
2929
addressable (2.7.0)
3030
public_suffix (>= 2.0.2, < 5.0)
3131
ast (2.4.0)
@@ -93,7 +93,7 @@ GEM
9393
method_source (0.8.2)
9494
mime-types (3.3.1)
9595
mime-types-data (~> 3.2015)
96-
mime-types-data (3.2019.1009)
96+
mime-types-data (3.2020.0425)
9797
mini_portile2 (2.4.0)
9898
minitest (5.14.0)
9999
multi_json (1.14.1)
@@ -105,7 +105,7 @@ GEM
105105
nenv (~> 0.1)
106106
shellany (~> 0.0)
107107
parallel (1.19.1)
108-
parser (2.7.1.1)
108+
parser (2.7.1.2)
109109
ast (~> 2.4.0)
110110
pry (0.10.4)
111111
coderay (~> 1.1.0)
@@ -122,15 +122,15 @@ GEM
122122
nokogiri (>= 1.6)
123123
rails-html-sanitizer (1.3.0)
124124
loofah (~> 2.3)
125-
railties (6.0.2.2)
126-
actionpack (= 6.0.2.2)
127-
activesupport (= 6.0.2.2)
125+
railties (6.0.3)
126+
actionpack (= 6.0.3)
127+
activesupport (= 6.0.3)
128128
method_source
129129
rake (>= 0.8.7)
130130
thor (>= 0.20.3, < 2.0)
131131
rainbow (3.0.0)
132132
rake (13.0.1)
133-
rb-fsevent (0.10.3)
133+
rb-fsevent (0.10.4)
134134
rb-inotify (0.10.1)
135135
ffi (~> 1.0)
136136
rest-client (2.0.2)
@@ -142,15 +142,15 @@ GEM
142142
rspec-core (~> 3.9.0)
143143
rspec-expectations (~> 3.9.0)
144144
rspec-mocks (~> 3.9.0)
145-
rspec-core (3.9.1)
146-
rspec-support (~> 3.9.1)
145+
rspec-core (3.9.2)
146+
rspec-support (~> 3.9.3)
147147
rspec-expectations (3.9.1)
148148
diff-lcs (>= 1.2.0, < 2.0)
149149
rspec-support (~> 3.9.0)
150150
rspec-mocks (3.9.1)
151151
diff-lcs (>= 1.2.0, < 2.0)
152152
rspec-support (~> 3.9.0)
153-
rspec-support (3.9.2)
153+
rspec-support (3.9.3)
154154
rubocop (0.82.0)
155155
jaro_winkler (~> 1.5.1)
156156
parallel (~> 1.10)
@@ -191,7 +191,7 @@ GEM
191191
addressable (>= 2.3.6)
192192
crack (>= 0.3.2)
193193
hashdiff (>= 0.4.0, < 2.0.0)
194-
yard (0.9.24)
194+
yard (0.9.25)
195195
zeitwerk (2.3.0)
196196

197197
PLATFORMS

lib/auth0/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# current version of gem
22
module Auth0
3-
VERSION = '4.10.0'.freeze
3+
VERSION = '4.11.0'.freeze
44
end

0 commit comments

Comments
 (0)