Skip to content

Commit

Permalink
chore: add base64 as dependency as it is needed since ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dasheck0 committed Aug 27, 2024
1 parent aa492e5 commit 38d29e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PCP-server-Ruby-SDK.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'net-http'
s.add_runtime_dependency 'json'
s.add_runtime_dependency 'openssl'
s.add_runtime_dependency 'base64'

s.add_development_dependency 'minitest', '~> 5.24.1', '>= 5.24.0'
s.add_development_dependency 'simplecov', '~> 0.22.0'
Expand Down

0 comments on commit 38d29e7

Please sign in to comment.