File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ curb = !Gem.win_platform?
12
12
13
13
ruby "3.1.2"
14
14
15
- gem "oauth" , ">= 1"
15
+ gem "oauth" , ">= 1.1.0 "
16
16
17
17
gem "pry" , platforms : %i[ mri ]
18
18
platforms :mri do
Original file line number Diff line number Diff line change 2
2
remote: .
3
3
specs:
4
4
oauth-tty (1.0.4 )
5
- version_gem (~> 1.1 )
5
+ version_gem (~> 1.1 , >= 1.1.1 )
6
6
7
7
GEM
8
8
remote: https://rubygems.org/
36
36
ffi (1.15.5 )
37
37
github-markup (4.0.1 )
38
38
hashdiff (1.0.1 )
39
+ hashie (5.0.0 )
39
40
http-accept (1.7.0 )
40
41
http-cookie (1.0.5 )
41
42
domain_name (~> 0.5 )
50
51
minitest (5.15.0 )
51
52
mocha (1.14.0 )
52
53
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 )
54
57
version_gem (~> 1.1 )
55
58
overcommit (0.59.1 )
56
59
childprocess (>= 0.6.3 , < 5 )
94
97
rubocop-ruby2_7 (~> 1.0.6 )
95
98
rubocop-md (1.0.1 )
96
99
rubocop (>= 1.0 )
97
- rubocop-minitest (0.21.0 )
100
+ rubocop-minitest (0.22.1 )
98
101
rubocop (>= 0.90 , < 2.0 )
99
102
rubocop-packaging (0.5.1 )
100
103
rubocop (>= 0.89 , < 2.0 )
101
- rubocop-performance (1.14.3 )
104
+ rubocop-performance (1.15.0 )
102
105
rubocop (>= 1.7.0 , < 2.0 )
103
106
rubocop-ast (>= 0.4.0 )
104
107
rubocop-rake (0.6.0 )
@@ -121,13 +124,16 @@ GEM
121
124
simplecov
122
125
simplecov-lcov (0.8.0 )
123
126
simplecov_json_formatter (0.1.4 )
127
+ snaky_hash (2.0.0 )
128
+ hashie
129
+ version_gem (~> 1.1 )
124
130
typhoeus (1.4.0 )
125
131
ethon (>= 0.9.0 )
126
132
unf (0.1.4 )
127
133
unf_ext
128
134
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 )
131
137
webmock (3.18.1 )
132
138
addressable (>= 2.8.0 )
133
139
crack (>= 0.3.2 )
@@ -149,7 +155,7 @@ DEPENDENCIES
149
155
iconv
150
156
minitest (~> 5.15.0 )
151
157
mocha
152
- oauth (>= 1 )
158
+ oauth (>= 1.1.0 )
153
159
oauth-tty !
154
160
overcommit (~> 0.58 )
155
161
pry
@@ -178,4 +184,4 @@ RUBY VERSION
178
184
ruby 3.1.2p20
179
185
180
186
BUNDLED WITH
181
- 2.3.21
187
+ 2.3.22
You can’t perform that action at this time.
0 commit comments