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

Build(deps): Bump fastimage from 2.2.0 to 2.2.1 #11584

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2020

Bumps fastimage from 2.2.0 to 2.2.1.

Commits

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.


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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 27, 2020
@CvX CvX requested a review from nbianca December 28, 2020 22:13
@CvX CvX marked this pull request as draft December 28, 2020 22:13
@CvX
Copy link
Contributor

CvX commented Dec 28, 2020

@nbianca This update contains your PR (sdsykes/fastimage#119). 🎉 I guess some changes should go with this bump, e.g. this code?

# TODO - find out why:
# FastImage.animated?(@file)
# doesn't seem to identify all animated gifs
@frame_count ||= begin
command = [
"identify",
"-format", "%n\\n",
file.path
]
frames = Discourse::Utils.execute_command(*command).to_i rescue 1
end

@dependabot dependabot bot force-pushed the dependabot/bundler/fastimage-2.2.1 branch from e8d6800 to ab5d245 Compare December 29, 2020 02:55
Bumps [fastimage](https://github.com/sdsykes/fastimage) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/sdsykes/fastimage/releases)
- [Commits](sdsykes/fastimage@v2.2.0...v2.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/fastimage-2.2.1 branch from ab5d245 to 010a69f Compare January 4, 2021 11:37
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 12, 2021

Looks like fastimage is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 12, 2021
@dependabot dependabot bot deleted the dependabot/bundler/fastimage-2.2.1 branch January 12, 2021 15:08
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 ruby Pull requests that update Ruby code
1 participant