Skip to content

Commit

Permalink
versions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davvd committed Nov 30, 2023
1 parent 14b9627 commit 00c36ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions zold.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ and suggests a different architecture for digital wallet maintenance."
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
s.rdoc_options = ['--charset=UTF-8']
s.extra_rdoc_files = ['README.md', 'LICENSE.txt']
s.add_runtime_dependency 'backtrace', '>=0.3'
s.add_runtime_dependency 'backtrace', '~>0.3'
s.add_runtime_dependency 'concurrent-ruby', '~>1.1'
s.add_runtime_dependency 'diffy', '~>3.3'
s.add_runtime_dependency 'futex', '>=0.8.5'
s.add_runtime_dependency 'futex', '~>0.8'
s.add_runtime_dependency 'get_process_mem', '~>0.2'
s.add_runtime_dependency 'haml', '~>5.0'
s.add_runtime_dependency 'json', '~>2.2'
Expand All @@ -74,11 +74,11 @@ and suggests a different architecture for digital wallet maintenance."
s.add_runtime_dependency 'slop', '~>4.6'
s.add_runtime_dependency 'sys-proctable', '~>1.2'
s.add_runtime_dependency 'thin', '~>1.7'
s.add_runtime_dependency 'threads', '>=0.3'
s.add_runtime_dependency 'total', '>=0.3'
s.add_runtime_dependency 'threads', '~>0.3'
s.add_runtime_dependency 'total', '~>0.3'
s.add_runtime_dependency 'typhoeus', '~>1.3'
s.add_runtime_dependency 'usagewatch_ext', '~>0.2'
s.add_runtime_dependency 'zache', '>=0.12'
s.add_runtime_dependency 'zache', '~>0.12'
s.add_runtime_dependency 'zold-score', '~>0.5'
s.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 00c36ac

Please sign in to comment.