Skip to content

Commit

Permalink
Remove minitest
Browse files Browse the repository at this point in the history
  • Loading branch information
mantaskujalis committed Jul 25, 2024
1 parent 44fd8e0 commit 924ba3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.5.1)
minitest (5.15.0)
mock_redis (0.30.0)
ruby2_keywords
rake (12.3.3)
Expand All @@ -32,7 +31,6 @@ PLATFORMS
DEPENDENCIES
bundler
chained_job!
minitest (~> 5.0)
mock_redis
rake (~> 12.0)
rspec
Expand Down
1 change: 0 additions & 1 deletion chained_job.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'minitest', '~> 5.0'
spec.add_development_dependency 'rake', '~> 12.0'
end

0 comments on commit 924ba3c

Please sign in to comment.