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

Bump rake from 0.8.7 to 10.5.0 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps rake from 0.8.7 to 10.5.0.

Changelog

Sourced from rake's changelog.

=== 10.5.0 / 2016-01-13

==== Enhancements

  • Removed monkey patching for Ruby 1.8. Pull request #46 by Pablo Herrero.
  • Inheritance class of Rake::FileList returns always self class.
    Pull request #74 by Thomas Scholz

=== 10.4.2 / 2014-12-02

==== Bug fixes

  • Rake no longer edits ARGV. This allows you to re-exec rake from a rake
    task. Pull requset #9 by Matt Palmer.
  • Documented how Rake::DSL#desc handles sentences in task descriptions.
    Issue #7 by Raza Sayed.
  • Fixed test error on 1.9.3 with legacy RubyGems. Issue #8 by Matt Palmer.
  • Deleted duplicated History entry. Pull request #10 by Yuji Yamamoto.

=== 10.4.1 / 2014-12-01

==== Bug fixes

  • Reverted fix for #277 as it caused numerous issues for rake users.
    rails/spring issue #366 by Gustavo Dutra.

=== 10.4.0 / 2014-11-22

==== Enhancements

  • Upgraded to minitest 5. Pull request #292 by Teo Ljungberg.
  • Added support for Pathname in rake tasks. Pull request #271 by Randy
    Coulman.
  • Rake now ignores falsy dependencies which allows for easier programmatic
    creation of tasks. Pull request #273 by Manav.
  • Rake no longer edits ARGV. This allows you to re-exec rake from a rake
    task. Issue #277 by Matt Palmer.
  • Etc.nprocessors is used for counting the number of CPUs.

==== Bug fixes

  • Updated rake manpage. Issue #283 by Nathan Long, pull request #291 by
    skittleys.
  • Add Rake::LATE to allow rebuilding of files that depend on deleted files.
    Bug #286, pull request #287 by David Grayson.
  • Fix relinking of files when repackaging. Bug #276 by Muenze.
  • Fixed some typos. Pull request #280 by Jed Northridge.
  • Try counting CPUs via cpuinfo if host_os was not matched. Pull request
    #282 by Edouard B.
... (truncated)
Commits
  • ed197e5 bump version to 10.5.0
  • 2ffe31d History
  • 9ff282b Merge pull request #74 from tscholz/file_list_special_returns
  • e81659d update contirbuter address
  • 23084dc History
  • f3c89a4 Merge pull request #76 from dslh/unknown_task_message
  • 07b3d39 Merge pull request #79 from pvdb/fix_rake_cleaner_doc
  • 74edef6 Merge pull request #95 from ruby/update-supported-ruby
  • 397d815 update failure section
  • 32c000d update travis targets for CRuby and JRuby
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

0 participants