Skip to content

Commit

Permalink
Bump dependencies to use more modern versions
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Mar 16, 2024
1 parent 7d36c8f commit 3463ced
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions churn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "main", ">= 0"
# TODO: How to replace chronic, or just have less verbose time support
s.add_runtime_dependency "chronic", ">= 0.2.3"
s.add_runtime_dependency "sexp_processor", "~> 4.1"
s.add_runtime_dependency "sexp_processor", "~> 4.17"
s.add_runtime_dependency "ruby_parser", "~> 3.0"
# TODO: Just have clean output and drop hirb
s.add_runtime_dependency "hirb", ">= 0"

s.add_development_dependency 'pry-byebug'
s.add_development_dependency "minitest", "~> 5.3"
s.add_development_dependency "minitest", "~> 5.22"
s.add_development_dependency "test_construct", "~> 2.0.0"
s.add_development_dependency "rake", ">= 0"
s.add_development_dependency "mocha", "~> 1.1.0"
s.add_development_dependency "mocha", "~> 2.1.0"
s.add_development_dependency "simplecov", ">= 0"
s.add_development_dependency "yard", "~> 0.9.20"
# NOTE: we haven't been updating the man file, and ronn was used to do that... clean up
Expand Down

0 comments on commit 3463ced

Please sign in to comment.