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

Fixed README to avoid deprecation warning #81

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

Fixed README to avoid deprecation warning #81

wants to merge 1 commit into from

Conversation

akito19
Copy link

@akito19 akito19 commented Oct 13, 2016

When I used this gem, the logs noted deprecation warning. So I fixed README to avoid being pointed out.

[Gretel] Calling `breadcrumbs` with a block has been deprecated and will be removed in Gretel version 4.0. Please use `tap` instead. Example:

 breadcrumbs(autoroot: false).tap do |links|
    if links.any?
      # process links here
    end
 end

@akito19
Copy link
Author

akito19 commented Oct 13, 2016

The mime-types-data gem prevents bundle install from CI build in case of Rails 4+ because the gem requires Ruby 2+.
Should I wait for merging pull requests which had already been suggested to solve these problems?

@akito19 akito19 changed the title Fixed documentation to avoid deprecation warning Fixed README to avoid deprecation warning Oct 13, 2016
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