File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 3
3
specs:
4
4
lunchmoney-ruby (0.5.0 )
5
5
activesupport (~> 7.0 )
6
- faraday (>= 2.7.4 , < 2.9 .0 )
6
+ faraday (>= 2.7.4 , < 2.10 .0 )
7
7
sorbet-runtime (>= 0.5.10187 )
8
8
9
9
GEM
29
29
drb (2.2.0 )
30
30
ruby2_keywords
31
31
erubi (1.12.0 )
32
- faraday (2.8.1 )
33
- base64
34
- faraday-net_http (>= 2.0 , < 3.1 )
35
- ruby2_keywords (>= 0.0.4 )
36
- faraday-net_http (3.0.2 )
32
+ faraday (2.9.0 )
33
+ faraday-net_http (>= 2.0 , < 3.2 )
34
+ faraday-net_http (3.1.0 )
35
+ net-http
37
36
i18n (1.14.1 )
38
37
concurrent-ruby (~> 1.0 )
39
38
json (2.7.1 )
43
42
mocha (2.1.0 )
44
43
ruby2_keywords (>= 0.0.5 )
45
44
mutex_m (0.2.0 )
45
+ net-http (0.4.1 )
46
+ uri
46
47
netrc (0.11.0 )
47
48
parallel (1.24.0 )
48
49
parser (3.2.2.4 )
121
122
tzinfo (2.0.6 )
122
123
concurrent-ruby (~> 1.0 )
123
124
unicode-display_width (2.5.0 )
125
+ uri (0.13.0 )
124
126
yard (0.9.34 )
125
127
yard-sorbet (0.8.1 )
126
128
sorbet-runtime (>= 0.5 )
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ Gem::Specification.new do |spec|
29
29
spec . require_paths = [ "lib" ]
30
30
31
31
spec . add_dependency ( "activesupport" , "~> 7.0" )
32
- spec . add_dependency ( "faraday" , ">= 2.7.4" , "< 2.9 .0" )
32
+ spec . add_dependency ( "faraday" , ">= 2.7.4" , "< 2.10 .0" )
33
33
spec . add_dependency ( "sorbet-runtime" , ">= 0.5.10187" )
34
34
end
You can’t perform that action at this time.
0 commit comments