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

Commits on Aug 12, 2015

  1. Remove gemfile

    Because gem should not depend to fix dependency by Gemfile.lock.
    Please use gemspec's dependency instead.
    cosmo0920 committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    4305967 View commit details
    Browse the repository at this point in the history
  2. Tighten fluentd dependency

    cosmo0920 committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    f4bf4f8 View commit details
    Browse the repository at this point in the history
  3. Use test-unit gem explicitly

    Because Ruby 2.2 does not provide minitest with test-unit compatible
    layer.
    cosmo0920 committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    500731c View commit details
    Browse the repository at this point in the history