Skip to content

Commit ce6824d

Browse files
authored
Release 2.4.1 (#110)
* Bump omniauth-auth0 to 2.4.1 * Update gems * Update CHANGELOG.md
1 parent 8999731 commit ce6824d

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

CHANGELOG.md

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

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+
311
## [v2.4.0](https://github.com/auth0/omniauth-auth0/tree/v2.4.0) (2020-09-22)
412

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

Gemfile.lock

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

77
GEM
@@ -71,7 +71,7 @@ GEM
7171
oauth2 (~> 1.4)
7272
omniauth (~> 1.9)
7373
parallel (1.19.2)
74-
parser (2.7.1.4)
74+
parser (2.7.2.0)
7575
ast (~> 2.4.1)
7676
pry (0.13.1)
7777
coderay (~> 1.1)
@@ -87,13 +87,13 @@ GEM
8787
rb-fsevent (0.10.4)
8888
rb-inotify (0.10.1)
8989
ffi (~> 1.0)
90-
regexp_parser (1.8.0)
90+
regexp_parser (1.8.1)
9191
rexml (3.2.4)
9292
rspec (3.9.0)
9393
rspec-core (~> 3.9.0)
9494
rspec-expectations (~> 3.9.0)
9595
rspec-mocks (~> 3.9.0)
96-
rspec-core (3.9.2)
96+
rspec-core (3.9.3)
9797
rspec-support (~> 3.9.3)
9898
rspec-expectations (3.9.2)
9999
diff-lcs (>= 1.2.0, < 2.0)
@@ -102,17 +102,17 @@ GEM
102102
diff-lcs (>= 1.2.0, < 2.0)
103103
rspec-support (~> 3.9.0)
104104
rspec-support (3.9.3)
105-
rubocop (0.91.0)
105+
rubocop (0.93.0)
106106
parallel (~> 1.10)
107-
parser (>= 2.7.1.1)
107+
parser (>= 2.7.1.5)
108108
rainbow (>= 2.2.2, < 4.0)
109-
regexp_parser (>= 1.7)
109+
regexp_parser (>= 1.8)
110110
rexml
111-
rubocop-ast (>= 0.4.0, < 1.0)
111+
rubocop-ast (>= 0.6.0)
112112
ruby-progressbar (~> 1.7)
113113
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)
116116
ruby-progressbar (1.10.1)
117117
ruby2_keywords (0.0.2)
118118
ruby_dep (1.5.0)
@@ -122,7 +122,7 @@ GEM
122122
simplecov (0.19.0)
123123
docile (~> 1.1)
124124
simplecov-html (~> 0.11)
125-
simplecov-html (0.12.2)
125+
simplecov-html (0.12.3)
126126
sinatra (2.1.0)
127127
mustermann (~> 1.0)
128128
rack (~> 2.2)

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.4.0'.freeze
3+
VERSION = '2.4.1'.freeze
44
end
55
end

0 commit comments

Comments
 (0)