Skip to content

Commit

Permalink
Use test-unit-ruby-core
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Mar 4, 2024
1 parent dc71573 commit 9f248b7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 494 deletions.
12 changes: 8 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ source "https://rubygems.org"
# Specify your gem's dependencies in ruby-tracer.gemspec
gemspec

gem "rake", "~> 13.0"
gem "irb"
group :development do
gem "rake", "~> 13.0"
gem "rdoc"
gem "irb"

gem "test-unit", "~> 3.0"
gem "syntax_tree"
gem "test-unit", "~> 3.0"
gem "test-unit-ruby-core"
gem "syntax_tree"
end
35 changes: 0 additions & 35 deletions Gemfile.lock

This file was deleted.

Loading

0 comments on commit 9f248b7

Please sign in to comment.