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 ffi from 1.10.0 to 1.11.0 #444

Merged
merged 1 commit into from
May 20, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps ffi from 1.10.0 to 1.11.0.

Changelog

Sourced from ffi's changelog.

1.11.0 / 2019-05-17

Added:

  • Add ability to disable or force use of system libffi. #669
    Use like gem inst ffi -- --enable-system-libffi .
  • Add ability to call FFI callbacks from outside of FFI call frame. #584
  • Add proper documentation to FFI::Generator and ::Task
  • Add gemspec metadata. #696, #698

Changed:

  • Fix stdcall on Win32. #649, #669
  • Fix load paths for FFI::Generator::Task
  • Fix FFI::Pointer#read_string(0) to return a binary String. #692
  • Fix benchmark suite so that it runs on ruby-2.x
  • Move FFI::Platform::CPU from C to Ruby. #663
  • Move FFI::StructByReference to Ruby. #681
  • Move FFI::DataConverter to Ruby (#661)
  • Various cleanups and improvements of specs and benchmarks

Removed:

  • Remove ruby-1.8 and 1.9 compatibility code. #683
  • Remove unused spec files. #684
Commits
  • 9b4a9e4 Add version 1.11.0 to CHANGELOG
  • 36f1bb5 Bump VERSION to 1.11.0
  • 29c07a9 Pass options from rake task to the FFI::Generator
  • 7efdd2e Include the name of the template file instead of just rake
  • bc99b7e Add proper documentation to FFI::Generator and ::Task
  • 17e13e2 Fix load paths for FFI::Generator::Task
  • 423082a Add require call necessary to load from ffi/tools directory to example
  • b144bce Fix example for FFI::StructGenerator
  • 72b75af Merge pull request #698 from olleolleolle/patch-2
  • 1bda3ef Merge pull request #695 from eregon/more-specs
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 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 the .dependabot/config.yml file in this repo:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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 [ffi](https://github.com/ffi/ffi) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/ffi/ffi/releases)
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md)
- [Commits](ffi/ffi@1.10.0...1.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels May 20, 2019
@dependabot-preview dependabot-preview bot merged commit 35f2d45 into master May 20, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/master/ffi-1.11.0 branch May 20, 2019 12:33
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants