Skip to content

Commit d145b24

Browse files
Bump oauth from 0.5.4 to 0.5.5
Bumps [oauth](https://github.com/oauth-xx/oauth-ruby) from 0.5.4 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](ruby-oauth/oauth@v0.5.4...v0.5.5) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 97074a6 commit d145b24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ gem 'activeadmin', '~> 2.7'
105105
gem 'exception_handler', '~> 0.3.45'
106106

107107
gem 'nokogiri', '1.10.9', require: false
108-
gem 'oauth', '0.5.4', require: false
108+
gem 'oauth', '0.5.5', require: false
109109
gem 'oauth2', '1.4.4', require: false
110110

111111
gem 'kaminari' # Auto-paginated views

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ GEM
300300
nio4r (2.5.5)
301301
nokogiri (1.10.9)
302302
mini_portile2 (~> 2.4.0)
303-
oauth (0.5.4)
303+
oauth (0.5.5)
304304
oauth2 (1.4.4)
305305
faraday (>= 0.8, < 2.0)
306306
jwt (>= 1.0, < 3.0)
@@ -530,7 +530,7 @@ DEPENDENCIES
530530
mysql2
531531
net-ssh!
532532
nokogiri (= 1.10.9)
533-
oauth (= 0.5.4)
533+
oauth (= 0.5.5)
534534
oauth2 (= 1.4.4)
535535
omniauth
536536
omniauth-cas

0 commit comments

Comments
 (0)