Skip to content

Commit 29bd577

Browse files
committed
Bump oauth from 0.5.14 to 0.6.2
1 parent d32ae20 commit 29bd577

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ gem 'bundler', '>= 2.4.22'
1818
gem 'coffee-rails'
1919
gem 'haml'
2020
gem 'sassc-rails'
21+
gem 'oauth', '~> 0.6.0'
2122

2223
# API data
2324
gem 'jsonapi-resources'

Gemfile.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,9 @@ GEM
446446
racc (~> 1.4)
447447
nokogiri (1.19.4-x86_64-linux-gnu)
448448
racc (~> 1.4)
449-
oauth (0.5.14)
449+
oauth (0.6.2)
450+
snaky_hash (~> 2.0)
451+
version_gem (~> 1.1)
450452
oj (3.17.6)
451453
bigdecimal (>= 3.0)
452454
ostruct (>= 0.2)
@@ -696,6 +698,9 @@ GEM
696698
simple_po_parser (1.1.6)
697699
sitemap_generator (7.1.1)
698700
builder (~> 3.0)
701+
snaky_hash (2.0.7)
702+
hashie (>= 0.1.0, < 6)
703+
version_gem (~> 1.1, >= 1.1.14)
699704
sprockets (3.7.5)
700705
base64
701706
concurrent-ruby (~> 1.0)
@@ -731,6 +736,7 @@ GEM
731736
activemodel (>= 3.0.0)
732737
public_suffix
733738
vcr (6.4.0)
739+
version_gem (1.1.15)
734740
warden (1.2.9)
735741
rack (>= 2.0.9)
736742
webrat (0.7.3)
@@ -820,6 +826,7 @@ DEPENDENCIES
820826
material_icons
821827
memcachier
822828
msgpack
829+
oauth (~> 0.6.0)
823830
oj
824831
omniauth (~> 1.3)
825832
omniauth-flickr (>= 0.0.15)

0 commit comments

Comments
 (0)