From a7b22e7b48a116503a3ed866c2a524b2550597be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2020 23:48:49 -0600 Subject: [PATCH 1/3] Bump rack from 2.0.7 to 2.0.8 (#2) Bumps [rack](https://github.com/rack/rack) from 2.0.7 to 2.0.8. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.0.7...2.0.8) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock old mode 100755 new mode 100644 index f32e331..09493d4 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,7 +53,7 @@ GEM oauth2 (~> 1.1) omniauth (~> 1.9) public_suffix (3.0.3) - rack (2.0.7) + rack (2.0.8) rake (10.5.0) rspec (3.8.0) rspec-core (~> 3.8.0) From ffc9f44b7f06c66474ad078254cb438a59079496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 15:33:47 -0600 Subject: [PATCH 2/3] Update rake requirement from ~> 10.0 to ~> 13.0 (#4) Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v10.5.0...v13.0.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- omniauth-keycloak.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 omniauth-keycloak.gemspec diff --git a/Gemfile.lock b/Gemfile.lock index 09493d4..ee1baff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM omniauth (~> 1.9) public_suffix (3.0.3) rack (2.0.8) - rake (10.5.0) + rake (13.0.1) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -89,7 +89,7 @@ PLATFORMS DEPENDENCIES bundler (~> 1.16) omniauth-keycloak! - rake (~> 10.0) + rake (~> 13.0) rspec (~> 3.0) simplecov (~> 0.16.1) webmock (~> 3.4.2) diff --git a/omniauth-keycloak.gemspec b/omniauth-keycloak.gemspec old mode 100755 new mode 100644 index 930d361..324d922 --- a/omniauth-keycloak.gemspec +++ b/omniauth-keycloak.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'json-jwt', '~> 1.11' spec.add_development_dependency "bundler", "~> 1.16" - spec.add_development_dependency "rake", "~> 10.0" + spec.add_development_dependency "rake", "~> 13.0" spec.add_development_dependency "rspec", "~> 3.0" spec.add_development_dependency 'simplecov', '~> 0.16.1' spec.add_development_dependency 'webmock', '~> 3.4.2' From e8bc7968fd4798781e41637bb7b5b02ab9821528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 21:19:54 -0500 Subject: [PATCH 3/3] Bump activesupport from 6.0.1 to 6.0.3.1 (#6) Bumps [activesupport](https://github.com/rails/rails) from 6.0.1 to 6.0.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.3.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.1...v6.0.3.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ee1baff..b28b0d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,17 +9,17 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.0.1) + activesupport (6.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - zeitwerk (~> 2.2) + zeitwerk (~> 2.2, >= 2.2.2) addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) aes_key_wrap (1.0.1) bindata (2.4.4) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.6) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.3) @@ -28,7 +28,7 @@ GEM multipart-post (>= 1.2, < 3) hashdiff (0.3.7) hashie (3.6.0) - i18n (1.7.0) + i18n (1.8.2) concurrent-ruby (~> 1.0) json (2.1.0) json-jwt (1.11.0) @@ -36,7 +36,7 @@ GEM aes_key_wrap bindata jwt (2.2.1) - minitest (5.13.0) + minitest (5.14.1) multi_json (1.14.1) multi_xml (0.6.0) multipart-post (2.1.1) @@ -75,13 +75,13 @@ GEM simplecov-html (~> 0.10.0) simplecov-html (0.10.2) thread_safe (0.3.6) - tzinfo (1.2.5) + tzinfo (1.2.7) thread_safe (~> 0.1) webmock (3.4.2) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff - zeitwerk (2.2.1) + zeitwerk (2.3.0) PLATFORMS ruby