Skip to content

Commit

Permalink
Add dependencies to silence Ruby 3.4+ lints.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Feb 2, 2025
1 parent adc6f3a commit fcf903b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions near.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,13 @@ Gem::Specification.new do |gem|
gem.executables = %w()

gem.required_ruby_version = '>= 3.0'
gem.add_runtime_dependency 'base64' # Ruby 3.4.0+
gem.add_runtime_dependency 'bigdecimal' # Ruby 3.4.0+
gem.add_runtime_dependency 'faraday', '>= 2.12'
gem.add_runtime_dependency 'faraday-follow_redirects', '>= 0.3'
gem.add_runtime_dependency 'faraday-retry', '>= 2.0'
#gem.add_runtime_dependency 'json'
#gem.add_runtime_dependency 'open3'
gem.add_development_dependency 'rspec', '~> 3.12'
gem.add_development_dependency 'yard' , '~> 0.9'
end

0 comments on commit fcf903b

Please sign in to comment.