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.15.5 to 1.16.1 #1463

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps ffi from 1.15.5 to 1.16.1.

Changelog

Sourced from ffi's changelog.

1.16.1 / 2023-09-24

Fixed:

  • Fix compiling the builtin libffi. #1049

1.16.0 / 2023-09-23

Fixed:

  • Fix an issue with signed bitmasks when using flags on the most significant bit. #949
  • Fix FFI::Pointer#initialize using NUM2LL instead of NUM2ULL.
  • Fix FFI::Type#inspect to properly display the constant name. #1002
  • Use libffi closure allocations on hppa-Linux. #1017 Previously they would segfault.
  • Fix class name of Symbol#inspect.
  • Fix MSVC support of libtest. #1028
  • Fix attach_function of functions ending in ? or ! #971

Added:

  • Convert all C-based classes to TypedData and use write barriers. #994, #995, #996, #997, #998, #999, #1000, #1001, #1003, #1004, #1005, #1006, #1007, #1008, #1009, #1010, #1011, #1012 This results in less pressure on the garbage collector, since the objects can be promoted to the old generation, which means they only get marked on major GC.
  • Implement ObjectSpace.memsize_of() of all C-based classes.
  • Make FFI Ractor compatible. #1023 Modules extended per extend FFI::Library need to be frozen in order to be used by non-main Ractors. This can be done by calling freeze below of all C interface definitions.
    • In a Ractor it's possible to:
      • load DLLs and call its functions, access its global variables
      • use builtin typedefs
      • use and modify ractor local typedefs
      • define callbacks
      • receive async callbacks from non-ruby threads
      • use frozen FFI::Library based modules with all attributes (enums, structs, typedefs, functions, callbacks)
      • invoke frozen functions and callbacks defined in the main Ractor
      • use FFI::Struct definitions from the main Ractor
    • In a Ractor it's impossible to:
      • create new FFI::Library based modules
      • create new FFI::Struct definitions
      • use custom global typedefs
      • use non-frozen FFI::Library based modules
  • Allow type retrieval of attached functions+variables. #1023
  • Make FFI classes GC.compact friendly. #1021
  • Update libffi and disable custom trampoline when using libffi closure allocation. #1020 This is because libffi changed the way how closures are allocated to static trampolines.
  • Add types.conf for loongarch64-linux. #943
  • Add types.conf for sw_64-linux (Shen Wei 64-bit, based on Alpha). #1018
  • Add support for aarch64-windows. #1035
  • Windows: Update LoadLibrary error message to include error code. #1026
  • Allow private release method for FFI::ManagedStruct and FFI::AutoPointer. #1029

... (truncated)

Commits
  • 0e9a39b Bump VERSION to 1.16.1
  • d0723fe Add ffi-1.16.1 to CHANGELOG
  • ce6f419 Add another autoconf generated file
  • 8e93ab2 Update release date for ffi-1.16.0
  • 926c001 Bump VERSION to 1.16.0
  • 688f2c8 Update rake clean to remove mingw-ucrt directories as well
  • 10206ec Exclude ruby-2.4 from cross build
  • f262463 Add two more items to CHANGELOG
  • e942056 Merge pull request #1048 from larskanis/enable-debug
  • c5c59ae Use debugflags from RbConfig instead of hardcoded gcc options
  • 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 will merge this PR once CI passes on it, as requested by @pglombardo.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [ffi](https://github.com/ffi/ffi) from 1.15.5 to 1.16.1.
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md)
- [Commits](ffi/ffi@v1.15.5...v1.16.1)

---
updated-dependencies:
- dependency-name: ffi
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 25, 2023
Copy link
Owner

@pglombardo pglombardo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit c090609 into master Sep 25, 2023
5 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/ffi-1.16.1 branch September 25, 2023 02:55
antt1995 added a commit to Tetrabyte/SecureSend that referenced this pull request Sep 27, 2023
commit 30b13da
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 27 10:24:20 2023 +0200

    :arrow_up: Bump docker/setup-buildx-action from 2 to 3 (pglombardo#1429)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v2...v3)

    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1d83614
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 27 10:24:06 2023 +0200

    :arrow_up: Bump actions/checkout from 3 to 4 (pglombardo#1407)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)

    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f2b614c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 27 08:17:59 2023 +0000

    :arrow_up: Bump sqlite3 from 1.6.4 to 1.6.5 (pglombardo#1420)

commit 6bd35b7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 27 10:16:32 2023 +0200

    :arrow_up: Bump docker/metadata-action from 4 to 5 (pglombardo#1428)

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
    - [Commits](docker/metadata-action@v4...v5)

    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit c728349
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 27 10:16:07 2023 +0200

    :arrow_up: Bump docker/setup-qemu-action from 2 to 3 (pglombardo#1432)

    Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@v2...v3)

    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 753d451
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 27 10:15:55 2023 +0200

    :arrow_up: Bump docker/login-action from 2 to 3 (pglombardo#1431)

    Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@v2...v3)

    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 33bd8ac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 27 10:15:30 2023 +0200

    :arrow_up: Bump docker/build-push-action from 4 to 5 (pglombardo#1430)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v4...v5)

    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 52dc4fc
Author: Peter Giacomo Lombardo <pglombardo@hey.com>
Date:   Wed Sep 27 10:05:43 2023 +0200

    Beat Down Dependabot: rack-throttle & bootstrap (pglombardo#1477)

commit 075f6dc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 27 02:13:13 2023 +0000

    :arrow_up: Bump aws-sdk-s3 from 1.135.0 to 1.136.0 (pglombardo#1476)

commit 459eb18
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Sep 26 15:56:58 2023 +0000

    :arrow_up: Bump rack-throttle from 0.7.0 to 0.7.1 (pglombardo#1475)

commit 6d8864e
Author: Peter Giacomo Lombardo <pglombardo@hey.com>
Date:   Tue Sep 26 17:49:47 2023 +0200

    Revert ":arrow_up: Bump rack-throttle from 0.7.0 to 0.7.1 (pglombardo#1473)" (pglombardo#1474)

    This reverts commit 4e1cbdb.

commit 4e1cbdb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Sep 26 13:54:56 2023 +0000

    :arrow_up: Bump rack-throttle from 0.7.0 to 0.7.1 (pglombardo#1473)

commit 4d502a3
Author: Peter Giacomo Lombardo <pglombardo@hey.com>
Date:   Tue Sep 26 15:36:54 2023 +0200

    Revert ":arrow_up: Bump rack-throttle from 0.7.0 to 0.7.1 (pglombardo#1444)" (pglombardo#1472)

    This reverts commit ace71e7.

commit 0ac6fb2
Author: Alejandro Pinar Ruiz <37040888+pinarruiz@users.noreply.github.com>
Date:   Tue Sep 26 15:22:40 2023 +0200

    fix: typo on Language title (pglombardo#1470)

commit fef6553
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Sep 26 03:06:49 2023 +0000

    :arrow_up: Bump aws-sdk-core from 3.183.0 to 3.183.1 (pglombardo#1469)

commit ad0c366
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Sep 26 02:59:10 2023 +0000

    :arrow_up: Bump zeitwerk from 2.6.11 to 2.6.12 (pglombardo#1467)

commit c4ba65b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Sep 26 02:58:55 2023 +0000

    :arrow_up: Bump aws-partitions from 1.827.0 to 1.828.0 (pglombardo#1468)

commit f60fed3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Sep 26 02:57:15 2023 +0000

    :arrow_up: Bump ffi from 1.16.1 to 1.16.2 (pglombardo#1466)

commit ea325bf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Sep 25 02:55:58 2023 +0000

    :arrow_up: Bump aws-partitions from 1.826.0 to 1.827.0 (pglombardo#1465)

commit fe37c2b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Sep 25 02:55:30 2023 +0000

    :arrow_up: Bump bootstrap from 5.2.3 to 5.3.1 (pglombardo#1464)

commit c090609
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Sep 25 02:55:17 2023 +0000

    :arrow_up: Bump ffi from 1.15.5 to 1.16.1 (pglombardo#1463)

commit 14eb663
Author: Peter Giacomo Lombardo <pglombardo@hey.com>
Date:   Fri Sep 22 17:10:40 2023 +0200

    Revert ":arrow_up: Bump bootstrap from 5.2.3 to 5.3.1 (pglombardo#1441)" (pglombardo#1461)

    This reverts commit fc9b57e.

commit d729814
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Sep 22 03:51:07 2023 +0000

    :arrow_up: Bump puma from 6.3.1 to 6.4.0 (pglombardo#1460)

commit 74facba
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 21 03:08:11 2023 +0000

    :arrow_up: Bump googleauth from 1.8.0 to 1.8.1 (pglombardo#1458)

commit 0a6eb89
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 21 03:04:38 2023 +0000

    :arrow_up: Bump aws-sdk-s3 from 1.134.0 to 1.135.0 (pglombardo#1457)

commit 6812343
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 21 03:01:15 2023 +0000

    :arrow_up: Bump net-smtp from 0.3.3 to 0.4.0 (pglombardo#1455)

commit 60f510f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 20 02:57:16 2023 +0000

    :arrow_up: Bump websocket from 1.2.9 to 1.2.10 (pglombardo#1450)

commit 656fce8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 20 02:51:06 2023 +0000

    :arrow_up: Bump aws-sdk-core from 3.181.1 to 3.182.0 (pglombardo#1448)
bprobst-msis pushed a commit to MarketScan/PasswordPusher that referenced this pull request Dec 29, 2023
antt1995 added a commit to Tetrabyte/SecureSend that referenced this pull request Apr 24, 2024
commit 30b13da
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 27 10:24:20 2023 +0200

    :arrow_up: Bump docker/setup-buildx-action from 2 to 3 (pglombardo#1429)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v2...v3)

    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1d83614
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 27 10:24:06 2023 +0200

    :arrow_up: Bump actions/checkout from 3 to 4 (pglombardo#1407)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)

    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f2b614c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 27 08:17:59 2023 +0000

    :arrow_up: Bump sqlite3 from 1.6.4 to 1.6.5 (pglombardo#1420)

commit 6bd35b7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 27 10:16:32 2023 +0200

    :arrow_up: Bump docker/metadata-action from 4 to 5 (pglombardo#1428)

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
    - [Commits](docker/metadata-action@v4...v5)

    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit c728349
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 27 10:16:07 2023 +0200

    :arrow_up: Bump docker/setup-qemu-action from 2 to 3 (pglombardo#1432)

    Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@v2...v3)

    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 753d451
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 27 10:15:55 2023 +0200

    :arrow_up: Bump docker/login-action from 2 to 3 (pglombardo#1431)

    Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@v2...v3)

    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 33bd8ac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 27 10:15:30 2023 +0200

    :arrow_up: Bump docker/build-push-action from 4 to 5 (pglombardo#1430)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v4...v5)

    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 52dc4fc
Author: Peter Giacomo Lombardo <pglombardo@hey.com>
Date:   Wed Sep 27 10:05:43 2023 +0200

    Beat Down Dependabot: rack-throttle & bootstrap (pglombardo#1477)

commit 075f6dc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 27 02:13:13 2023 +0000

    :arrow_up: Bump aws-sdk-s3 from 1.135.0 to 1.136.0 (pglombardo#1476)

commit 459eb18
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Sep 26 15:56:58 2023 +0000

    :arrow_up: Bump rack-throttle from 0.7.0 to 0.7.1 (pglombardo#1475)

commit 6d8864e
Author: Peter Giacomo Lombardo <pglombardo@hey.com>
Date:   Tue Sep 26 17:49:47 2023 +0200

    Revert ":arrow_up: Bump rack-throttle from 0.7.0 to 0.7.1 (pglombardo#1473)" (pglombardo#1474)

    This reverts commit 4e1cbdb.

commit 4e1cbdb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Sep 26 13:54:56 2023 +0000

    :arrow_up: Bump rack-throttle from 0.7.0 to 0.7.1 (pglombardo#1473)

commit 4d502a3
Author: Peter Giacomo Lombardo <pglombardo@hey.com>
Date:   Tue Sep 26 15:36:54 2023 +0200

    Revert ":arrow_up: Bump rack-throttle from 0.7.0 to 0.7.1 (pglombardo#1444)" (pglombardo#1472)

    This reverts commit ace71e7.

commit 0ac6fb2
Author: Alejandro Pinar Ruiz <37040888+pinarruiz@users.noreply.github.com>
Date:   Tue Sep 26 15:22:40 2023 +0200

    fix: typo on Language title (pglombardo#1470)

commit fef6553
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Sep 26 03:06:49 2023 +0000

    :arrow_up: Bump aws-sdk-core from 3.183.0 to 3.183.1 (pglombardo#1469)

commit ad0c366
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Sep 26 02:59:10 2023 +0000

    :arrow_up: Bump zeitwerk from 2.6.11 to 2.6.12 (pglombardo#1467)

commit c4ba65b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Sep 26 02:58:55 2023 +0000

    :arrow_up: Bump aws-partitions from 1.827.0 to 1.828.0 (pglombardo#1468)

commit f60fed3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Sep 26 02:57:15 2023 +0000

    :arrow_up: Bump ffi from 1.16.1 to 1.16.2 (pglombardo#1466)

commit ea325bf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Sep 25 02:55:58 2023 +0000

    :arrow_up: Bump aws-partitions from 1.826.0 to 1.827.0 (pglombardo#1465)

commit fe37c2b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Sep 25 02:55:30 2023 +0000

    :arrow_up: Bump bootstrap from 5.2.3 to 5.3.1 (pglombardo#1464)

commit c090609
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Sep 25 02:55:17 2023 +0000

    :arrow_up: Bump ffi from 1.15.5 to 1.16.1 (pglombardo#1463)

commit 14eb663
Author: Peter Giacomo Lombardo <pglombardo@hey.com>
Date:   Fri Sep 22 17:10:40 2023 +0200

    Revert ":arrow_up: Bump bootstrap from 5.2.3 to 5.3.1 (pglombardo#1441)" (pglombardo#1461)

    This reverts commit fc9b57e.

commit d729814
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Sep 22 03:51:07 2023 +0000

    :arrow_up: Bump puma from 6.3.1 to 6.4.0 (pglombardo#1460)

commit 74facba
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 21 03:08:11 2023 +0000

    :arrow_up: Bump googleauth from 1.8.0 to 1.8.1 (pglombardo#1458)

commit 0a6eb89
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 21 03:04:38 2023 +0000

    :arrow_up: Bump aws-sdk-s3 from 1.134.0 to 1.135.0 (pglombardo#1457)

commit 6812343
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 21 03:01:15 2023 +0000

    :arrow_up: Bump net-smtp from 0.3.3 to 0.4.0 (pglombardo#1455)

commit 60f510f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 20 02:57:16 2023 +0000

    :arrow_up: Bump websocket from 1.2.9 to 1.2.10 (pglombardo#1450)

commit 656fce8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 20 02:51:06 2023 +0000

    :arrow_up: Bump aws-sdk-core from 3.181.1 to 3.182.0 (pglombardo#1448)
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.

1 participant