From cd4658820603c8d75fa0623a78edfcff54f697ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 25 Dec 2017 07:56:08 +0000 Subject: [PATCH] Bump ruby-openid from 2.3.0 to 2.7.0 Bumps [ruby-openid](https://github.com/openid/ruby-openid) from 2.3.0 to 2.7.0. - [Changelog](https://github.com/openid/ruby-openid/blob/master/CHANGELOG.md) - [Commits](https://github.com/openid/ruby-openid/compare/v2.3.0...v2.7.0) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5f945da99..ef0ed9557 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ end # Optional gem for OpenID authentication group :openid do - gem "ruby-openid", "~> 2.3.0", :require => "openid" + gem "ruby-openid", "~> 2.7.0", :require => "openid" gem "rack-openid" end diff --git a/Gemfile.lock b/Gemfile.lock index f7f9d7136..154bd17fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -142,7 +142,7 @@ GEM roadie-rails (1.2.1) railties (>= 3.0, < 5.2) roadie (~> 3.1) - ruby-openid (2.3.0) + ruby-openid (2.7.0) rubyzip (1.2.1) selenium-webdriver (3.6.0) childprocess (~> 0.5) @@ -199,7 +199,7 @@ DEPENDENCIES rmagick (>= 2.14.0) roadie (~> 3.2.1) roadie-rails (~> 1.2.1) - ruby-openid (~> 2.3.0) + ruby-openid (~> 2.7.0) selenium-webdriver simplecov (~> 0.14.1) tzinfo-data