Skip to content

Commit 6db63c9

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 3d3bca0 commit 6db63c9

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
@@ -109,7 +109,7 @@ gem 'activeadmin', '~> 2.7'
109109
gem 'exception_handler', '~> 0.3.45'
110110

111111
gem 'nokogiri', '1.10.9', require: false
112-
gem 'oauth', '0.5.4', require: false
112+
gem 'oauth', '0.5.5', require: false
113113
gem 'oauth2', '1.4.4', require: false
114114

115115
gem 'kaminari' # Auto-paginated views

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ GEM
345345
nio4r (2.5.5)
346346
nokogiri (1.10.9)
347347
mini_portile2 (~> 2.4.0)
348-
oauth (0.5.4)
348+
oauth (0.5.5)
349349
oauth2 (1.4.4)
350350
faraday (>= 0.8, < 2.0)
351351
jwt (>= 1.0, < 3.0)
@@ -596,7 +596,7 @@ DEPENDENCIES
596596
mysql2
597597
net-ssh!
598598
nokogiri (= 1.10.9)
599-
oauth (= 0.5.4)
599+
oauth (= 0.5.5)
600600
oauth2 (= 1.4.4)
601601
oj
602602
oj_mimic_json

0 commit comments

Comments
 (0)