Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
We've tested your project with an updated dependency and the build failed.
This version is either within the version range you specified or you haven't specified a version/range. To be able to test your project with the new version, we've taken the liberty of pinning the version for this branch and pull request.
Unfortunately, we encountered failing tests after pinning. This means that this new version is not compatible with your project and the test failure potentially will also happen on fresh installs.
If you have correctly specified a semantic versioning version range, you should probably also file an issue with the upstream project as they might have released an update that's breaking SemVer rules, which is not cool.
We've left the pull request open for you to investigate this issue. Please don't merge it as is, because, again, we've pinned the version of turn for this test run.
Changelog
Yay, this gem is maintaining a changelog.
Commits
The new version differs by 56 commits:
Merge pull request #133 from turn-project/release/0.9.7
add to history
0.9.7 release
ignore .ruby-version
replace rubyforge reference with rubygems
really remove rbx from travis
remove rbx (rubinius) from travis for now
normalize and escape regex to properly filter. fixes #78
git ignore ctags
Merge Daniel's cleanup branch
Merge pull request #130 from salimane/pr_ruby_2_1_0
Add Ruby 2.1.0 to .travis.yml
Merge branch 'master' of github.com:turn-project/turn
Merge pull request #129 from trans/master
Don't test on outdated Ruby versions
Add TODO items
Catch more specific exception
Update README and CONTRIBUTING
correctly specify minitest version; make minitest a hard requirement
Fix Rakefile to update .index file.
die whitespace
pessimistic minitest 4.7.x version
new maintainers found
update script
add travis badge
use https
change ruby versions and add script
Comment out debug line in isorunner.rb.
Prepare project for new maintainers. [admin]
Update README.md
Update README.md
Update README.md
Merge pull request #123 from jcamenisch/patch-1
Merge pull request #125 from sethers/patch-1
Update minitest.rb
Fixed minitest dependency.
Correct '.ruby' filename to new '.index'
Use Index.rb and .index files. [admin]
Merge pull request #114 from carols10cents/issue_111
Minimal test case for issue #111. Illustrates that autorun plus test name filtering is not working.
Fix home directory lookup. [bug]
Dot-progress report format is selected via :dot. [minor]
Add command line option for selecting topten decorator.
Support custom decorators via mode config.
Add support for custom reporters. (Ryan Sandridge) [major]
Merge pull request #107 from cylence/patch-1
Merge pull request #103 from 5long/master
Merge pull request #102 from calebphillips/master
Update README.md
Outline is no longer the default output mode
Add option to print top ten longest running tests for a suite
Merge pull request #101 from adamtao/master
Hours are divided by 3600 (not 360)
Fixing time output format
Merge branch 'master' of github.com:TwP/turn
Better error message for out of date minitest gem. (#98).
See the full diff.
This is an automated pull request by Depfu. You're getting it because someone configured Depfu to automatically update dependencies on this project.