From 679cb5457759c06f33a13b88f089b7730742b89b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 16:34:55 +0000 Subject: [PATCH] Bump oauth from 0.4.7 to 0.5.5 Bumps [oauth](https://github.com/oauth-xx/oauth-ruby) from 0.4.7 to 0.5.5. - [Release notes](https://github.com/oauth-xx/oauth-ruby/releases) - [Changelog](https://github.com/oauth-xx/oauth-ruby/blob/master/HISTORY) - [Commits](https://github.com/oauth-xx/oauth-ruby/compare/v0.4.7...v0.5.5) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c4404f2..0dea098 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "rest-client", ">= 1.7.3" gem 'mongo', '~> 2.4.0' gem "rack", ">= 1.6.11" gem "newrelic_rpm", "~> 3.8.1.221" -gem "oauth", "~> 0.4.7" +gem "oauth", "~> 0.5.5" gem "nokogiri", ">= 1.8.5" gem 'postmark', '~> 1.2.0' gem "mail", ">= 2.5.5" diff --git a/Gemfile.lock b/Gemfile.lock index 86dae79..b11e3d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,7 +35,7 @@ GEM newrelic_rpm (3.8.1.221) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) - oauth (0.4.7) + oauth (0.5.5) postmark (1.2.1) json rake @@ -86,7 +86,7 @@ DEPENDENCIES mongo (~> 2.4.0) newrelic_rpm (~> 3.8.1.221) nokogiri (>= 1.8.5) - oauth (~> 0.4.7) + oauth (~> 0.5.5) postmark (~> 1.2.0) rack (>= 1.6.11) rest-client (>= 1.7.3)