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 binding_of_caller from 0.7.2 to 1.0.0 #582

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps binding_of_caller from 0.7.2 to 1.0.0.

Release notes

Sourced from binding_of_caller's releases.

v1.0.0

  • Support MRI 3.0.
  • Removed support for MRI 1.9. Use version "~> 0.8" for MRI 1.9.
  • Test on Ruby 2.5 through 2.7.
  • Add system test that installs and loads the gem.

v0.8.0

Support MRI 2.5.0.

v0.7.3

This release includes compatibility fixes for different ruby versions and some minor enhancements.

  • C Extensions are only compiled on MRI 1.9.x.

    For MRI >= 2 the native API is used, so this should speedup installation.

    For JRuby this will avoid crashes on gem installation.

    This was alredy being checked for Rubinius.

    Amadeus Folego

  • Added experimental JRuby support for 1.7.x series.

    Only the main API is implemented and Binding#eval is monkey-patched as it is private on JRuby.

    This requires the compiler to be run on interpreted mode, otherwise an exception will be thrown when of_caller is called.

    Charles Nutter

  • Improve JRuby support over 0.7.3pre1. Chris Price

  • Remove executability from non-executable files.

    David Celis

  • Test and notice MRI 2.1 as a working Ruby implementation.

    Lennart Fridén

  • Remove global mri_2? method. Akira Matsuda

  • Test on MRI 2.2 through 2.4. Omer Katz, John Mair

v0.7.3.pre1

... (truncated)

Commits
  • 7edf4b4 Add a more thorough gem description
  • 615ef1b Add changelog, remove extraneous files from built gem
  • 08d55a7 Delete HISTORY
  • 290fca3 Merge pull request #82 from BetterErrors/feature/version-1.0.0
  • ee9f63f Update readme to specify supported MRI version
  • 7fad798 Version 1.0.0
  • 511e906 Fix alignment in gemspec
  • dc95eff Merge pull request #80 from BetterErrors/feature/ruby-3.0
  • 0087f80 System tests: disable JRuby and truffleruby
  • f4d5314 MRI 3.0 release and add system test
  • 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.


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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @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 dependabot bot added the dependencies Pull requests that update a dependency file label Dec 29, 2020
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