Skip to content

Commit

Permalink
Merge pull request #308 from sengi/sengi/declare-deps-for-ruby34
Browse files Browse the repository at this point in the history
Declare base64 gem dependency, ready for Ruby 3.4.
  • Loading branch information
Sinjo authored May 15, 2024
2 parents 8b177b4 + ded6d7b commit c5f87c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prometheus-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Gem::Specification.new do |s|
s.files = %w(README.md LICENSE) + Dir.glob('{lib/**/*}')
s.require_paths = ['lib']

s.add_dependency 'base64'

s.add_development_dependency 'benchmark-ips'
s.add_development_dependency 'concurrent-ruby'
s.add_development_dependency 'timecop'
Expand Down

0 comments on commit c5f87c5

Please sign in to comment.