Skip to content

Commit

Permalink
chore: downgrade faraday to latest ruby 2.7 supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
tharropoulos committed Nov 20, 2024
1 parent 0ceb3d9 commit f3e97ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typesense.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'faraday', '~> 2.12'
spec.add_dependency 'faraday', '~> 2.8'
spec.add_dependency 'oj', '~> 3.16'
spec.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit f3e97ff

Please sign in to comment.