File tree 3 files changed +20
-12
lines changed
3 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ v2.4.1] ( https://github.com/auth0/omniauth-auth0/tree/v2.4.1 ) (2020-10-08)
4
+
5
+ [ Full Changelog] ( https://github.com/auth0/omniauth-auth0/compare/v2.4.0...v2.4.1 )
6
+
7
+ ** Fixed**
8
+ - Verify the JWT Signature [ \# 109] ( https://github.com/auth0/omniauth-auth0/pull/109 ) ([ jimmyjames] ( https://github.com/jimmyjames ) )
9
+
10
+
3
11
## [ v2.4.0] ( https://github.com/auth0/omniauth-auth0/tree/v2.4.0 ) (2020-09-22)
4
12
5
13
[ Full Changelog] ( https://github.com/auth0/omniauth-auth0/compare/v2.3.1...v2.4.0 )
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- omniauth-auth0 (2.4.0 )
4
+ omniauth-auth0 (2.4.1 )
5
5
omniauth-oauth2 (~> 1.5 )
6
6
7
7
GEM
71
71
oauth2 (~> 1.4 )
72
72
omniauth (~> 1.9 )
73
73
parallel (1.19.2 )
74
- parser (2.7.1.4 )
74
+ parser (2.7.2.0 )
75
75
ast (~> 2.4.1 )
76
76
pry (0.13.1 )
77
77
coderay (~> 1.1 )
87
87
rb-fsevent (0.10.4 )
88
88
rb-inotify (0.10.1 )
89
89
ffi (~> 1.0 )
90
- regexp_parser (1.8.0 )
90
+ regexp_parser (1.8.1 )
91
91
rexml (3.2.4 )
92
92
rspec (3.9.0 )
93
93
rspec-core (~> 3.9.0 )
94
94
rspec-expectations (~> 3.9.0 )
95
95
rspec-mocks (~> 3.9.0 )
96
- rspec-core (3.9.2 )
96
+ rspec-core (3.9.3 )
97
97
rspec-support (~> 3.9.3 )
98
98
rspec-expectations (3.9.2 )
99
99
diff-lcs (>= 1.2.0 , < 2.0 )
@@ -102,17 +102,17 @@ GEM
102
102
diff-lcs (>= 1.2.0 , < 2.0 )
103
103
rspec-support (~> 3.9.0 )
104
104
rspec-support (3.9.3 )
105
- rubocop (0.91 .0 )
105
+ rubocop (0.93 .0 )
106
106
parallel (~> 1.10 )
107
- parser (>= 2.7.1.1 )
107
+ parser (>= 2.7.1.5 )
108
108
rainbow (>= 2.2.2 , < 4.0 )
109
- regexp_parser (>= 1.7 )
109
+ regexp_parser (>= 1.8 )
110
110
rexml
111
- rubocop-ast (>= 0.4.0 , < 1 .0 )
111
+ rubocop-ast (>= 0.6 .0 )
112
112
ruby-progressbar (~> 1.7 )
113
113
unicode-display_width (>= 1.4.0 , < 2.0 )
114
- rubocop-ast (0.4.2 )
115
- parser (>= 2.7.1.4 )
114
+ rubocop-ast (0.7.1 )
115
+ parser (>= 2.7.1.5 )
116
116
ruby-progressbar (1.10.1 )
117
117
ruby2_keywords (0.0.2 )
118
118
ruby_dep (1.5.0 )
122
122
simplecov (0.19.0 )
123
123
docile (~> 1.1 )
124
124
simplecov-html (~> 0.11 )
125
- simplecov-html (0.12.2 )
125
+ simplecov-html (0.12.3 )
126
126
sinatra (2.1.0 )
127
127
mustermann (~> 1.0 )
128
128
rack (~> 2.2 )
Original file line number Diff line number Diff line change 1
1
module OmniAuth
2
2
module Auth0
3
- VERSION = '2.4.0 ' . freeze
3
+ VERSION = '2.4.1 ' . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments