From d0ba29ac23688561fe18affd354a44b75899490b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 28 Feb 2021 09:43:46 +0000 Subject: [PATCH] Update rspec requirement from ~> 2.7 to ~> 3.10 Updates the requirements on [rspec](https://github.com/rspec/rspec) to permit the latest version. - [Release notes](https://github.com/rspec/rspec/releases) - [Commits](https://github.com/rspec/rspec/compare/v2.99.0...v3.10.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 56 ++++++++++++++++++------------- omniauth-microsoft-oauth2.gemspec | 2 +- 2 files changed, 34 insertions(+), 24 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b38c17b..9fff2d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,6 +2,7 @@ PATH remote: . specs: omniauth-microsoft-oauth2 (0.0.1) + multi_json (~> 1.3) omniauth (~> 1.2) omniauth-oauth2 (~> 1.2) @@ -11,39 +12,48 @@ GEM addressable (2.3.8) crack (0.4.2) safe_yaml (~> 1.0.0) - diff-lcs (1.2.5) - faraday (0.9.1) + diff-lcs (1.4.4) + faraday (1.3.0) + faraday-net_http (~> 1.0) multipart-post (>= 1.2, < 3) - hashie (3.4.2) + ruby2_keywords + faraday-net_http (1.0.1) + hashie (3.6.0) json (1.8.2) - jwt (1.5.0) - multi_json (1.11.0) - multi_xml (0.5.5) - multipart-post (2.0.0) - oauth2 (1.0.0) - faraday (>= 0.8, < 0.10) - jwt (~> 1.0) + jwt (2.2.2) + multi_json (1.15.0) + multi_xml (0.6.0) + multipart-post (2.1.1) + oauth2 (1.4.4) + faraday (>= 0.8, < 2.0) + jwt (>= 1.0, < 3.0) multi_json (~> 1.3) multi_xml (~> 0.5) - rack (~> 1.2) - omniauth (1.2.2) + rack (>= 1.2, < 3) + omniauth (1.4.2) hashie (>= 1.2, < 4) - rack (~> 1.0) - omniauth-oauth2 (1.3.0) - oauth2 (~> 1.0) + rack (>= 1.0, < 3) + omniauth-oauth2 (1.5.0) + oauth2 (~> 1.1) omniauth (~> 1.2) rack (1.6.1) rack-test (0.6.3) rack (>= 1.0) rake (10.4.2) - rspec (2.99.0) - rspec-core (~> 2.99.0) - rspec-expectations (~> 2.99.0) - rspec-mocks (~> 2.99.0) - rspec-core (2.99.2) - rspec-expectations (2.99.2) - diff-lcs (>= 1.1.3, < 2.0) - rspec-mocks (2.99.3) + rspec (3.10.0) + rspec-core (~> 3.10.0) + rspec-expectations (~> 3.10.0) + rspec-mocks (~> 3.10.0) + rspec-core (3.10.1) + rspec-support (~> 3.10.0) + rspec-expectations (3.10.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.10.0) + rspec-mocks (3.10.2) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.10.0) + rspec-support (3.10.2) + ruby2_keywords (0.0.4) safe_yaml (1.0.4) webmock (1.21.0) addressable (>= 2.3.6) diff --git a/omniauth-microsoft-oauth2.gemspec b/omniauth-microsoft-oauth2.gemspec index 0b5e782..0040b77 100644 --- a/omniauth-microsoft-oauth2.gemspec +++ b/omniauth-microsoft-oauth2.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |gem| gem.add_dependency 'omniauth', '~> 1.2' gem.add_dependency 'omniauth-oauth2', '~> 1.2' gem.add_runtime_dependency 'multi_json', '~> 1.3' - gem.add_development_dependency "rspec", "~> 2.7" + gem.add_development_dependency "rspec", "~> 3.10" gem.add_development_dependency 'rack-test' gem.add_development_dependency 'webmock' end