Skip to content

Commit

Permalink
Update base64 dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepingInsomniac committed Mar 22, 2024
1 parent 017f8a6 commit df73b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http.gemspec
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = ">= 3.0"

gem.add_runtime_dependency "addressable", "~> 2.8"
gem.add_runtime_dependency "base64", "~> 0.1"
gem.add_runtime_dependency "base64", "~> 0.2"
gem.add_runtime_dependency "http-cookie", "~> 1.0"
gem.add_runtime_dependency "http-form_data", "~> 2.2"
gem.add_runtime_dependency "llhttp-ffi", "~> 0.5.0"
Expand Down

0 comments on commit df73b0f

Please sign in to comment.