Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 5102b63

Browse files
authored
Gemfile: Try with test-unit-ruby-core
I tried the same one as from Psych's Gemfile.
1 parent 4aa1291 commit 5102b63

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ gemspec
55

66
gem "rake", "~> 12.0"
77
gem "minitest", "~> 5.0"
8-
gem "test-unit"
8+
gem 'test-unit'
9+
gem 'test-unit-ruby-core', ">= 1.0.7"

0 commit comments

Comments
 (0)