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 paperclip from 3.4.2 to 3.5.4 #9

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

Conversation

dependabot-preview[bot]
Copy link

Bumps paperclip from 3.4.2 to 3.5.4.

Changelog

Sourced from paperclip's changelog.

New in 3.5.4:

Bug Fix: Users were reporting IOErrors. Stop closing extra files to prevent.

New in 3.5.3:

Improvement: After three long, hard years... we know how to upgrade
Bug Fix: #expiring_url returns 'missing' urls if nothing is attached
Improvement: Lots of documentation fixes
Improvement: Lots of fixes for Ruby warnings
Improvement: Test the most appropriate Ruby/Rails comobinations on Travis
Improvement: Delegate more IO methods through IOAdapters
Improvement: Remove Rails 4 deprecations
Improvement: Both S3's and Fog's #expiring_url can take a Time or Int
Bug Fix: Both S3's and Fog's expiring_url respect style when missing the file
Bug Fix: Timefiles will have a reasonable-length name. They're all MD5 hashes now
Bug Fix: Don't delete files off S3 when reprocessing due to AWS inconsistencies
Bug Fix: "swallow_stream" isn't thread dafe. Use :swallow_stderr
Improvement: Regexps use \A and \Z instead of ^ and $
Improvement: :s3_credentials can take a lambda as an argument
Improvement: Search up the class heirarchy for attachments
Improvement: deep_merge options instead of regular merge
Bug Fix: Prevent file deletion on transaction rollback
Test Improvement: Ensure more files are properly closed during tests
Test Bug Fix: Return the gemfile's syntax to normal

New in 3.5.2:

  • Security: Force cocaine to at least 0.5.3 to include a security fix
  • Improvement: Fixed some README exmaples
  • Feature: Added HTTP URL Proxy Adapter, can assign string URLs as attachments
  • Improvement: Put validation errors on the base attribute and the sub-attribute

New in 3.5.1:

  • Bug Fix: Returned the class-level attachment_definitions method for compatability.
  • Improvement: Ensured compatability with Rails 4
  • Improvement: Added Rails 4 to the Appraisals
  • Bug Fix: #1296, where validations were generating errors
  • Improvement: Specify MIT license in the gemspec

New in 3.5.0:

  • Feature: Handle Base64-encoded data URIs as uploads
  • Feature: Add a FilenameCleaner class to allow custom filename sanitation
  • Improvement: Satisfied Mocha deprecation warnings
  • Bug Fix: Allow empty string to be submitted and ignored, as some forms do this
  • Improvement: Make #expiring_url behavior consistent with #url
  • Bug Fix: "Validate" attachments without invoking AR's validations
  • Improvement: Various refactorings for a cleaner codebase
... (truncated)
Commits
  • aaee258 v3.5.4
  • fb5071a Remove a file.close: users reporting problems
  • 5ecd1d3 Updated appraisal files and News for 3.5.3
  • f6f5ea1 After three long, hard years... we know how to upgrade
  • eb75c08 #expiring_url returns 'missing' urls if nothing is attached
  • eeddf29 Merge pull request #1410 from smallspark/doco-updates
  • 6b4c254 Add documentation for preserve_files option
  • f2c670e Merge pull request #1409 from fxn/patch-1
  • 51609d6 fixes indentation in code example
  • 6a6f855 Delegate binmode and binmode? in AbstractAdapter
  • 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.

Bumps [paperclip](https://github.com/thoughtbot/paperclip) from 3.4.2 to 3.5.4.
- [Release notes](https://github.com/thoughtbot/paperclip/releases)
- [Changelog](https://github.com/thoughtbot/paperclip/blob/v3.5.4/NEWS)
- [Commits](thoughtbot/paperclip@v3.4.2...v3.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 16, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants