Skip to content

Commit

Permalink
Release 4.12.0 (#226)
Browse files Browse the repository at this point in the history
* Bump to 4.12.0

* Update gems

* Update CHANGELOG.md
  • Loading branch information
Widcket authored Jun 11, 2020
1 parent 240416c commit 6c4d034
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 21 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [v4.12.0](https://github.com/auth0/ruby-auth0/tree/v4.12.0) (2020-06-10)

[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v4.11.0...v4.12.0)

**Added**

- Improve OIDC compliance [SDK-987] [\#225](https://github.com/auth0/ruby-auth0/pull/225) ([Widcket](https://github.com/Widcket))

**Security**

- Bump activesupport from 6.0.3 to 6.0.3.1 [\#221](https://github.com/auth0/ruby-auth0/pull/221) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump actionpack from 6.0.3 to 6.0.3.1 [\#220](https://github.com/auth0/ruby-auth0/pull/220) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v4.11.0](https://github.com/auth0/ruby-auth0/tree/v4.11.0) (2020-05-06)

[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v4.10.0...v4.11.0)
Expand Down
43 changes: 23 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
auth0 (4.11.0)
auth0 (4.12.0)
jwt (~> 2.2.0)
rest-client (~> 2.0.0)
zache (~> 0.12.0)
Expand Down Expand Up @@ -30,13 +30,13 @@ GEM
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.0)
ast (2.4.1)
builder (3.2.4)
codecov (0.1.16)
codecov (0.1.17)
json
simplecov
url
coderay (1.1.2)
coderay (1.1.3)
concurrent-ruby (1.1.6)
coveralls (0.7.1)
multi_json (~> 1.3)
Expand All @@ -58,7 +58,7 @@ GEM
erubi (1.9.0)
faker (1.9.6)
i18n (>= 0.7)
ffi (1.12.2)
ffi (1.13.1)
formatador (0.2.5)
fuubar (2.5.0)
rspec-core (~> 3.0)
Expand All @@ -81,9 +81,8 @@ GEM
hashdiff (1.0.1)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.8.2)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
json (2.3.0)
jwt (2.2.1)
listen (3.2.1)
Expand All @@ -92,11 +91,11 @@ GEM
loofah (2.5.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.2.4)
lumberjack (1.2.5)
method_source (0.8.2)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0425)
mime-types-data (3.2020.0512)
mini_portile2 (2.4.0)
minitest (5.14.1)
multi_json (1.14.1)
Expand All @@ -108,16 +107,16 @@ GEM
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.19.1)
parser (2.7.1.2)
parser (2.7.1.3)
ast (~> 2.4.0)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-nav (0.2.4)
pry (>= 0.9.10, < 0.11.0)
public_suffix (4.0.4)
rack (2.1.2)
public_suffix (4.0.5)
rack (2.1.3)
rack-test (0.8.3)
rack (>= 1.0, < 3)
rails-dom-testing (2.0.3)
Expand All @@ -136,6 +135,7 @@ GEM
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (1.7.1)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
Expand All @@ -147,25 +147,28 @@ GEM
rspec-mocks (~> 3.9.0)
rspec-core (3.9.2)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.1)
rspec-expectations (3.9.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rubocop (0.82.0)
jaro_winkler (~> 1.5.1)
rubocop (0.85.1)
parallel (~> 1.10)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.0.3)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-rails (2.5.2)
activesupport
rubocop-ast (0.0.3)
parser (>= 2.7.0.1)
rubocop-rails (2.6.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 0.72.0)
rubocop (>= 0.82.0)
ruby-progressbar (1.10.1)
safe_yaml (1.0.5)
shellany (0.0.1)
Expand All @@ -180,7 +183,7 @@ GEM
terminal-notifier-guard (1.7.0)
thor (1.0.1)
thread_safe (0.3.6)
tins (1.24.1)
tins (1.25.0)
sync
tzinfo (1.2.7)
thread_safe (~> 0.1)
Expand All @@ -189,7 +192,7 @@ GEM
unf_ext (0.0.7.7)
unicode-display_width (1.7.0)
url (0.3.2)
vcr (5.1.0)
vcr (6.0.0)
webmock (3.8.3)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/auth0/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# current version of gem
module Auth0
VERSION = '4.11.0'.freeze
VERSION = '4.12.0'.freeze
end

0 comments on commit 6c4d034

Please sign in to comment.