Skip to content

Commit 16064f2

Browse files
committed
pin faraday version 1.5 or above
1 parent 0bc9114 commit 16064f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44

55
ruby '>= 2.7.0'
66

7-
gem 'faraday', '~> 1.10.4'
7+
gem 'faraday', '~> 1.10'
88

99
# if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.2')
1010
# # allow anything in 2.x

0 commit comments

Comments
 (0)