From cbc4893b654a9826f7e8582c1685c9c65cbb48d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 14:15:13 +0000 Subject: [PATCH] Bump doorkeeper from 4.4.3 to 5.6.4 in /src/oc-id Bumps [doorkeeper](https://github.com/doorkeeper-gem/doorkeeper) from 4.4.3 to 5.6.4. - [Release notes](https://github.com/doorkeeper-gem/doorkeeper/releases) - [Changelog](https://github.com/doorkeeper-gem/doorkeeper/blob/main/CHANGELOG.md) - [Upgrade guide](https://github.com/doorkeeper-gem/doorkeeper/blob/main/UPGRADE.md) - [Commits](https://github.com/doorkeeper-gem/doorkeeper/compare/v4.4.3...v5.6.4) --- updated-dependencies: - dependency-name: doorkeeper dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/oc-id/Gemfile | 2 +- src/oc-id/Gemfile.lock | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/oc-id/Gemfile b/src/oc-id/Gemfile index 4935aa5719..51a7fa6d8a 100644 --- a/src/oc-id/Gemfile +++ b/src/oc-id/Gemfile @@ -19,7 +19,7 @@ gem 'mixlib-authentication', '>= 2.1', '< 4' gem 'sentry-raven' gem 'responders', '~> 3.0', '>= 3.0.1' gem 'newrelic_rpm' -gem 'doorkeeper', '~> 4.0' +gem 'doorkeeper', '~> 5.6' gem "sprockets-rails", git: 'https://github.com/rails/sprockets-rails.git' gem 'therubyracer', '~> 0.12.3' gem 'bigdecimal', '1.3.5' diff --git a/src/oc-id/Gemfile.lock b/src/oc-id/Gemfile.lock index 825c81c04a..526e8f54ca 100644 --- a/src/oc-id/Gemfile.lock +++ b/src/oc-id/Gemfile.lock @@ -167,7 +167,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.9) + concurrent-ruby (1.2.0) config (2.2.3) deep_merge (~> 1.2, >= 1.2.1) dry-validation (~> 1.0, >= 1.0.0) @@ -176,8 +176,8 @@ GEM debug_inspector (1.1.0) deep_merge (1.2.1) diff-lcs (1.3) - doorkeeper (4.4.3) - railties (>= 4.2) + doorkeeper (5.6.4) + railties (>= 5) dry-configurable (0.12.1) concurrent-ruby (~> 1.0) dry-core (~> 0.5, >= 0.5.0) @@ -212,7 +212,7 @@ GEM dry-equalizer (~> 0.2) dry-initializer (~> 3.0) dry-schema (~> 1.5, >= 1.5.2) - erubi (1.10.0) + erubi (1.12.0) erubis (2.7.0) eventmachine (1.2.7) execjs (2.8.1) @@ -253,7 +253,7 @@ GEM tilt hashie (4.1.0) httpclient (2.8.3) - i18n (1.8.10) + i18n (1.12.0) concurrent-ruby (~> 1.0) iniparse (1.5.0) inspec-core (4.38.9) @@ -301,7 +301,7 @@ GEM logging (2.3.0) little-plugger (~> 1.1) multi_json (~> 1.14) - loofah (2.10.0) + loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -320,7 +320,7 @@ GEM method_source (1.0.0) mini_mime (1.1.0) mini_portile2 (2.5.3) - minitest (5.14.4) + minitest (5.17.0) mixlib-archive (1.1.7) mixlib-log mixlib-authentication (3.0.10) @@ -380,12 +380,12 @@ GEM byebug (~> 11.0) pry (~> 0.13.0) public_suffix (4.0.6) - racc (1.5.2) - rack (2.2.3) + racc (1.6.2) + rack (2.2.6.2) rack-protection (2.1.0) rack - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack-test (2.0.2) + rack (>= 1.3) rails (6.1.4) actioncable (= 6.1.4) actionmailbox (= 6.1.4) @@ -408,8 +408,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) - loofah (~> 2.3) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) railties (6.1.4) actionpack (= 6.1.4) activesupport (= 6.1.4) @@ -539,7 +539,7 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -581,7 +581,7 @@ GEM wmi-lite (1.0.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.4.2) + zeitwerk (2.6.6) PLATFORMS ruby @@ -594,7 +594,7 @@ DEPENDENCIES chef (~> 17) coffee-rails (~> 5.0) config (~> 2.2, >= 2.2.1) - doorkeeper (~> 4.0) + doorkeeper (~> 5.6) factory_girl_rails (~> 4.4.0) foundation-rails! jbuilder (~> 2.7)