Skip to content

Commit 860bd45

Browse files
authored
Bump omniauth-auth0 to 2.4.0 (#108)
1 parent 7cfc4fa commit 860bd45

File tree

3 files changed

+49
-37
lines changed

3 files changed

+49
-37
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [v2.4.0](https://github.com/auth0/omniauth-auth0/tree/v2.4.0) (2020-09-22)
4+
5+
[Full Changelog](https://github.com/auth0/omniauth-auth0/compare/v2.3.1...v2.4.0)
6+
7+
**Security**
8+
- Bump rack from 2.2.2 to 2.2.3 [\#107](https://github.com/auth0/omniauth-auth0/pull/107) ([dependabot](https://github.com/dependabot))
9+
- Update dependencies [\#100](https://github.com/auth0/omniauth-auth0/pull/100) ([Albalmaceda](https://github.com/Albalmaceda))
10+
11+
**Added**
12+
- Add support for screen_hint=signup param [\#103](https://github.com/auth0/omniauth-auth0/pull/103) ([bbean86](https://github.com/bbean86))
13+
- Add support for `connection_scope` in params [\#99](https://github.com/auth0/omniauth-auth0/pull/99) ([felixclack](https://github.com/felixclack))
14+
15+
316
## [v2.3.1](https://github.com/auth0/omniauth-auth0/tree/v2.3.1) (2020-03-27)
417

518
[Full Changelog](https://github.com/auth0/omniauth-auth0/compare/v2.3.0...v2.3.1)

Gemfile.lock

+35-36
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
11
PATH
22
remote: .
33
specs:
4-
omniauth-auth0 (2.3.1)
4+
omniauth-auth0 (2.4.0)
55
omniauth-oauth2 (~> 1.5)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
1010
addressable (2.7.0)
1111
public_suffix (>= 2.0.2, < 5.0)
12-
ast (2.4.0)
13-
codecov (0.2.7)
14-
colorize
12+
ast (2.4.1)
13+
codecov (0.2.11)
1514
json
1615
simplecov
17-
coderay (1.1.2)
18-
colorize (0.8.1)
19-
crack (0.4.3)
20-
safe_yaml (~> 1.0.0)
16+
coderay (1.1.3)
17+
crack (0.4.4)
2118
daemons (1.3.1)
22-
diff-lcs (1.3)
19+
diff-lcs (1.4.4)
2320
docile (1.3.2)
24-
dotenv (2.7.5)
21+
dotenv (2.7.6)
2522
eventmachine (1.2.7)
2623
faraday (1.0.1)
2724
multipart-post (>= 1.2, < 3)
28-
ffi (1.12.2)
25+
ffi (1.13.1)
2926
formatador (0.2.5)
3027
gem-release (2.1.1)
3128
guard (2.16.2)
@@ -44,16 +41,15 @@ GEM
4441
rspec (>= 2.99.0, < 4.0)
4542
hashdiff (1.0.1)
4643
hashie (4.1.0)
47-
jaro_winkler (1.5.4)
4844
json (2.3.1)
49-
jwt (2.2.1)
45+
jwt (2.2.2)
5046
listen (3.1.5)
5147
rb-fsevent (~> 0.9, >= 0.9.4)
5248
rb-inotify (~> 0.9, >= 0.9.7)
5349
ruby_dep (~> 1.2)
54-
lumberjack (1.2.4)
50+
lumberjack (1.2.8)
5551
method_source (1.0.0)
56-
multi_json (1.14.1)
52+
multi_json (1.15.0)
5753
multi_xml (0.6.0)
5854
multipart-post (2.1.1)
5955
mustermann (1.1.1)
@@ -71,63 +67,66 @@ GEM
7167
omniauth (1.9.1)
7268
hashie (>= 3.4.6)
7369
rack (>= 1.6.2, < 3)
74-
omniauth-oauth2 (1.6.0)
75-
oauth2 (~> 1.1)
70+
omniauth-oauth2 (1.7.0)
71+
oauth2 (~> 1.4)
7672
omniauth (~> 1.9)
77-
parallel (1.19.1)
78-
parser (2.7.0.5)
79-
ast (~> 2.4.0)
80-
pry (0.13.0)
73+
parallel (1.19.2)
74+
parser (2.7.1.4)
75+
ast (~> 2.4.1)
76+
pry (0.13.1)
8177
coderay (~> 1.1)
8278
method_source (~> 1.0)
83-
public_suffix (4.0.3)
79+
public_suffix (4.0.6)
8480
rack (2.2.3)
85-
rack-protection (2.0.8.1)
81+
rack-protection (2.1.0)
8682
rack
8783
rack-test (1.1.0)
8884
rack (>= 1.0, < 3)
8985
rainbow (3.0.0)
9086
rake (13.0.1)
91-
rb-fsevent (0.10.3)
87+
rb-fsevent (0.10.4)
9288
rb-inotify (0.10.1)
9389
ffi (~> 1.0)
90+
regexp_parser (1.8.0)
9491
rexml (3.2.4)
9592
rspec (3.9.0)
9693
rspec-core (~> 3.9.0)
9794
rspec-expectations (~> 3.9.0)
9895
rspec-mocks (~> 3.9.0)
99-
rspec-core (3.9.1)
100-
rspec-support (~> 3.9.1)
101-
rspec-expectations (3.9.1)
96+
rspec-core (3.9.2)
97+
rspec-support (~> 3.9.3)
98+
rspec-expectations (3.9.2)
10299
diff-lcs (>= 1.2.0, < 2.0)
103100
rspec-support (~> 3.9.0)
104101
rspec-mocks (3.9.1)
105102
diff-lcs (>= 1.2.0, < 2.0)
106103
rspec-support (~> 3.9.0)
107-
rspec-support (3.9.2)
108-
rubocop (0.81.0)
109-
jaro_winkler (~> 1.5.1)
104+
rspec-support (3.9.3)
105+
rubocop (0.91.0)
110106
parallel (~> 1.10)
111-
parser (>= 2.7.0.1)
107+
parser (>= 2.7.1.1)
112108
rainbow (>= 2.2.2, < 4.0)
109+
regexp_parser (>= 1.7)
113110
rexml
111+
rubocop-ast (>= 0.4.0, < 1.0)
114112
ruby-progressbar (~> 1.7)
115113
unicode-display_width (>= 1.4.0, < 2.0)
114+
rubocop-ast (0.4.2)
115+
parser (>= 2.7.1.4)
116116
ruby-progressbar (1.10.1)
117117
ruby2_keywords (0.0.2)
118118
ruby_dep (1.5.0)
119-
safe_yaml (1.0.5)
120119
shellany (0.0.1)
121120
shotgun (0.9.2)
122121
rack (>= 1.0)
123122
simplecov (0.19.0)
124123
docile (~> 1.1)
125124
simplecov-html (~> 0.11)
126125
simplecov-html (0.12.2)
127-
sinatra (2.0.8.1)
126+
sinatra (2.1.0)
128127
mustermann (~> 1.0)
129-
rack (~> 2.0)
130-
rack-protection (= 2.0.8.1)
128+
rack (~> 2.2)
129+
rack-protection (= 2.1.0)
131130
tilt (~> 2.0)
132131
thin (1.7.2)
133132
daemons (~> 1.0, >= 1.0.9)
@@ -136,7 +135,7 @@ GEM
136135
thor (1.0.1)
137136
tilt (2.0.10)
138137
unicode-display_width (1.7.0)
139-
webmock (3.8.3)
138+
webmock (3.9.1)
140139
addressable (>= 2.3.6)
141140
crack (>= 0.3.2)
142141
hashdiff (>= 0.4.0, < 2.0.0)

lib/omniauth-auth0/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module Auth0
3-
VERSION = '2.3.1'.freeze
3+
VERSION = '2.4.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)