From b670640af9b19f1fb1ce47d7ce2c4c420e8bf2db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 16:45:44 +0000 Subject: [PATCH] Bump oauth from 0.4.5 to 0.5.5 Bumps [oauth](https://github.com/oauth-xx/oauth-ruby) from 0.4.5 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.5...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 2f059b6..87c243e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source "http://rubygems.org" gem "sinatra", "1.3.1" -gem "oauth", "0.4.5" +gem "oauth", "0.5.5" diff --git a/Gemfile.lock b/Gemfile.lock index 140aae3..53e2c25 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: http://rubygems.org/ specs: - oauth (0.4.5) + oauth (0.5.5) rack (1.6.11) rack-protection (1.5.5) rack @@ -15,7 +15,7 @@ PLATFORMS ruby DEPENDENCIES - oauth (= 0.4.5) + oauth (= 0.5.5) sinatra (= 1.3.1) BUNDLED WITH