Skip to content

Commit a1d9aa6

Browse files
committed
➕ Update oauth, version_gem dependencies
1 parent 01562fc commit a1d9aa6

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ curb = !Gem.win_platform?
1212

1313
ruby "3.1.2"
1414

15-
gem "oauth", ">= 1"
15+
gem "oauth", ">= 1.1.0"
1616

1717
gem "pry", platforms: %i[mri]
1818
platforms :mri do

Gemfile.lock

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
oauth-tty (1.0.4)
5-
version_gem (~> 1.1)
5+
version_gem (~> 1.1, >= 1.1.1)
66

77
GEM
88
remote: https://rubygems.org/
@@ -36,6 +36,7 @@ GEM
3636
ffi (1.15.5)
3737
github-markup (4.0.1)
3838
hashdiff (1.0.1)
39+
hashie (5.0.0)
3940
http-accept (1.7.0)
4041
http-cookie (1.0.5)
4142
domain_name (~> 0.5)
@@ -50,7 +51,9 @@ GEM
5051
minitest (5.15.0)
5152
mocha (1.14.0)
5253
netrc (0.11.0)
53-
oauth (1.0.0)
54+
oauth (1.1.0)
55+
oauth-tty (~> 1.0, >= 1.0.1)
56+
snaky_hash (~> 2.0)
5457
version_gem (~> 1.1)
5558
overcommit (0.59.1)
5659
childprocess (>= 0.6.3, < 5)
@@ -94,11 +97,11 @@ GEM
9497
rubocop-ruby2_7 (~> 1.0.6)
9598
rubocop-md (1.0.1)
9699
rubocop (>= 1.0)
97-
rubocop-minitest (0.21.0)
100+
rubocop-minitest (0.22.1)
98101
rubocop (>= 0.90, < 2.0)
99102
rubocop-packaging (0.5.1)
100103
rubocop (>= 0.89, < 2.0)
101-
rubocop-performance (1.14.3)
104+
rubocop-performance (1.15.0)
102105
rubocop (>= 1.7.0, < 2.0)
103106
rubocop-ast (>= 0.4.0)
104107
rubocop-rake (0.6.0)
@@ -121,13 +124,16 @@ GEM
121124
simplecov
122125
simplecov-lcov (0.8.0)
123126
simplecov_json_formatter (0.1.4)
127+
snaky_hash (2.0.0)
128+
hashie
129+
version_gem (~> 1.1)
124130
typhoeus (1.4.0)
125131
ethon (>= 0.9.0)
126132
unf (0.1.4)
127133
unf_ext
128134
unf_ext (0.0.8.2)
129-
unicode-display_width (2.2.0)
130-
version_gem (1.1.0)
135+
unicode-display_width (2.3.0)
136+
version_gem (1.1.1)
131137
webmock (3.18.1)
132138
addressable (>= 2.8.0)
133139
crack (>= 0.3.2)
@@ -149,7 +155,7 @@ DEPENDENCIES
149155
iconv
150156
minitest (~> 5.15.0)
151157
mocha
152-
oauth (>= 1)
158+
oauth (>= 1.1.0)
153159
oauth-tty!
154160
overcommit (~> 0.58)
155161
pry
@@ -178,4 +184,4 @@ RUBY VERSION
178184
ruby 3.1.2p20
179185

180186
BUNDLED WITH
181-
2.3.21
187+
2.3.22

0 commit comments

Comments
 (0)