Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use test unit gem explicitly #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

cosmo0920
Copy link

Because Ruby 2.2 does not provide minitest with test-unit compatible layer.

And I removed Gemfile.lock. Gemfile.lock is usually used in Ruby application.
But, this repository code is Ruby gem.
If you want to fix dependent gems version, please use gemspec's dependency instead.

Because gem should not depend to fix dependency by Gemfile.lock.
Please use gemspec's dependency instead.
Because Ruby 2.2 does not provide minitest with test-unit compatible
layer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant