New version of rake (12.1.0) broke the build #2
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. (But then again, not all projects explicitly follow SemVer)
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 rake for this test run.
What changed?
Commits
The new version differs by 64 commits:
bump release version to 12.1.0
History
rubocop -a
Merge pull request #221 from xtina-starr/add-did-you-mean-to-rake
Added did you mean to rake
Merge pull request #220 from olleolleolle/patch-1
Travis: jruby-9.1.13.0
Merge pull request #219 from ruby/rubocop
rubocop -a
Ordered
Fixed deprecated warnings
Renamed obsoleted parameter AlignWith to EnforcedStyleAlignWith
added rubocop to development dependency
Merge pull request #217 from olleolleolle/fix/exclude-rubocop-yml-from-gemspec
Merge pull request #218 from olleolleolle/patch-1
Travis: jruby-9.1.12.0
gemspec: Exclude various YAML configuration files
Added documentation for warning option
Added broken test for https://github.com/ruby/rake/pull/182
Merge branch 'lzap-rake-enhance-nil'
Fix conflicts with https://github.com/ruby/rake/pull/182
Added declaration of frozen string literals
History
Merge pull request #209 from ruby/frozen
Fixed broken test with frozen objects
Specify frozen_string_literal: true
Specify frozen_string_literal: false
Merge pull request #208 from aycabta/add-ruby24-to-appveyor
Add ruby_version 24 and 24-x64 to appveyor.yml
Merge pull request #205 from aycabta/update-ruby-versions
Update to latest versions of Ruby 2.2, 2.3 and JRuby 9k
History
Merge pull request #195 from ruby/drbrain/better-load-error
Merge pull request #202 from igaiga/fix_sh_hash_option_problem
Change FileUtils#sh to adopt with hash style option.
Merge pull request #39 from pjump/chained_extensions
fix = alignment
Merge pull request #199 from aycabta/travis-ruby2.4.1
Use Ruby 2.4.1 for Travis CI
Ignore ".rb" on JRuby in tests
Provide our own message
Test LoadError behavior
Make LoadError from running tests more obvious
Fix typos
Merge pull request #183 from aycabta/file-dryrun-bug-92
Fix comment to make it less ambiguous
Use prereq instead of p for variable name
Add 'sleep 1' for stride seconds surely for timestamp
Check nested FileTask#out_of_date?
Add test for dry-run file task
Add rakefile_file_chains for test
Merge pull request #187 from ruby/coverwalls
Remove old version of JRuby 1.7.x
To remove Ruby 1.9.3 from travis
Added coveralls gem again
Removed duplicated test.
Merge pull request #186 from nobu/bug/case-loop
Remove an extra assertion
Merge pull request #184 from olleolleolle/patch-1
Travis: add 2.4.0 to matrix, update patch versions
When pattern is nil, enhance_with_matching_rule will not fail
Merge pull request #180 from kurotaky/fixes-documentation-typo
Fixes documentation typo in rakefile.rdoc
Fixed grammers
See the full diff.
Depfu sends automated pull requests to update your Ruby dependencies.