Skip to content

Bump the production-dependencies group across 1 directory with 12 updates#197

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/production-dependencies-5574d74848
Open

Bump the production-dependencies group across 1 directory with 12 updates#197
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/production-dependencies-5574d74848

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 13, 2025

Bumps the production-dependencies group with 12 updates in the / directory:

Package From To
devise 4.9.2 4.9.4
rails d75fdd1 194d697
pg 1.4.5 1.5.9
puma 6.4.0 6.6.0
importmap-rails 1.2.1 2.1.0
turbo-rails 1.4.0 2.0.11
stimulus-rails 1.2.2 1.3.4
jbuilder 2.11.5 2.13.0
slim 5.1.1 5.2.1
redis 5.0.7 5.3.0
bootsnap 1.15.0 1.18.4
tailwindcss-rails 2.0.30 4.0.0

Updates devise from 4.9.2 to 4.9.4

Release notes

Sourced from devise's releases.

v4.9.4

https://github.com/heartcombo/devise/blob/v4.9.4/CHANGELOG.md#494---2024-04-10

v4.9.3

https://github.com/heartcombo/devise/blob/v4.9.3/CHANGELOG.md#493---2023-10-11

Commits
  • d5a48b4 Release v4.9.4
  • bab47e1 Adds Ruby 3.3 to CI on 4-stable
  • cee7457 Bump year [ci skip]
  • 95ed7d3 Merge pull request #5641 from henryaj/patch-1
  • edffc79 Respect locale set by controller in the failure app (#5567)
  • 1d66580 Release v4.9.3
  • dcbfb32 Merge pull request #5640 from nmaggioni/nm_config_template_typo
  • c146b25 Better clarify need to override internal_methods
  • 9a08620 Update changelog with Rails 7.1 mention [ci skip]
  • 407f223 Fix test warning about deprecated cache format in Rails 7.1
  • Additional commits viewable in compare view

Updates rails from d75fdd1 to 194d697

Commits
  • 194d697 Merge pull request #54517 from byroot/opt-find-routes
  • d577019 Skip get_header and set_header for hot methods on Request
  • 8297332 Micro optimize route sorting in Router find_routes
  • 8d1b9fd Micro-optimize Journey normalize_path
  • dfc5e80 Get rid of Jounry::Utils.unescape
  • afcf3fc Micro-optimize Router#find_routes
  • 1142fd4 Merge pull request #54516 from byroot/opt-gtg-cache
  • 0588a46 Cache Journey Node#to_s
  • f010edc Improve Fragment handling in JSON::Encoding
  • d2ce0e9 Merge pull request #54503 from etiennebarrie/json-coder-fragment-native
  • Additional commits viewable in compare view

Updates pg from 1.4.5 to 1.5.9

Changelog

Sourced from pg's changelog.

v1.5.9 [2024-10-24] Lars Kanis lars@greiz-reinsdorf.de

  • Enable thread safety in static OpenSSL build for Windows. #595
  • Remove raising conect_timeout from 1 to 2 seconds. #590
  • Fix binary copy_data in Ractor context. #594
  • Exclude CI files and hidden files from built gem. #591 This is to simplify security inspection.
  • Update error classes to PostgreSQL-17.
  • Update Windows fat binary gem to OpenSSL-3.4.0 and PostgreSQL-17.0.

v1.5.8 [2024-09-06] Lars Kanis lars@greiz-reinsdorf.de

  • Fix host list duplication every time conn.reset is used. #586
  • Add default decoder for anonymous record types to BasicTypeRegistry #579
  • Update Windows fat binary gem to OpenSSL-3.3.2 and PostgreSQL-16.4.

v1.5.7 [2024-07-28] Lars Kanis lars@greiz-reinsdorf.de

  • Remove deprecated use of fptr->fd.#562 Direct access is disallowed since ruby-3.4.
  • Make pgconn_connect_poll close the socket prior to calling PQconnectPoll. #564 This could result in an exception while connecting when used multi threaded.
  • Fix several typos and improve spelling in documentation and code. #566
  • Add missing PG::RollbackTransaction as an option to exit conn.transaction. #560 Usage like in rails: https://api.rubyonrails.org/classes/ActiveRecord/Rollback.html
  • Don't print a warning when bigdecimal is required on ruby-3.4+ #574
  • Update Windows fat binary gem to OpenSSL-3.3.1 and PostgreSQL-16.3.

v1.5.6 [2024-03-01] Lars Kanis lars@greiz-reinsdorf.de

  • Renew address resolution (DNS) in conn.reset. #558 This is important, if DNS is used for load balancing, etc.
  • Make bigdecimal an optional dependency. #556 It's a gem in ruby-3.4+, so that users shouldn't be forced to use it.

v1.5.5 [2024-02-15] Lars Kanis lars@greiz-reinsdorf.de

  • Explicitly retype timespec fields to int64_t to fix compatibility with 32bit arches. #547
  • Fix possible buffer overflows in PG::BinaryDecoder::CopyRow on 32 bit systems. #548
  • Add binary Windows gems for Ruby 3.3.
  • Update Windows fat binary gem to OpenSSL-3.2.1 and PostgreSQL-16.2.

v1.5.4 [2023-09-01] Lars Kanis lars@greiz-reinsdorf.de

  • Fix compiling the pg extension with MSVC 2022. #535

... (truncated)

Commits
  • afe2f20 Bump VERSION to 1.5.9
  • 9f8a6c6 Add History entry for pg-1.5.9
  • 342bdbb Merge pull request #599 from larskanis/update-postgres
  • ca8e69c Remove skip on Windows since the issue is fixed
  • 70c02ea Work around missing dependency to errorcodes.h in PostgreSQL-17.0
  • 4a52437 CI: Update jobs to postgresql-1.7.0
  • d8c3753 Update to postgresql-17.0 and openssl-3.4.0 for Windows binary gems
  • 86367c6 Update error codes by rake update_error_codes
  • 94f1d7f Merge pull request #598 from larskanis/osl-threads
  • 716221a Enable thread safety in static OpenSSL build
  • Additional commits viewable in compare view

Updates puma from 6.4.0 to 6.6.0

Release notes

Sourced from puma's releases.

6.6.0 - Return to Forever

image

Some stuff for JRuby users (SIGUSR2 trap), reforkers (see below), and a few debug/logging/observability related goodies.

  • Features

    • Option to turn off SIGUSR2 trapping (#3570, #3567)
    • Shorten ThreadPool trimmer and reaper thread names (#3383)
    • Add after_refork hook (#3386)
    • Add busy threads stat (#3517)
    • Add a debug log before running each type of hook (#3375)
    • Allow alternative schemes in Binder (#3348, #3302)
    • Avoid spawning Threadpool#trim thread if pool size is fixed (#3384)
  • Bugfixes

    • Change HttpParserError to be subclass of StandardError (#3590, #3552)
    • added test cases
    • fix update phased restart symlink folder
  • Performance

    • Only ping worker 0 during phased restart if using fork worker (#3568)
  • Refactor

    • Fix multi-delimiter split to get status app token (#3505)
    • Change ping to use const (#3595)
    • Fixup use of Puma::Const::PipeRequest constants (#3565)
    • Update DSL hook processing logic to be consistent (#3376)

6.5.0 - Sky's Version

They say good things come to wait, and you've all had to wait a long time for 6.5.0 because @​nateberkopec had another daughter: Sky!

  • Features

    • Print RUBY_DESCRIPTION when Puma starts (#3407)
    • Set the worker process count automatically when using WEB_CONCURRENCY=auto (#3439, #3437)
    • Mark as ractor-safe (#3486, #3422)
    • Add option enable_keep_alives. true (the default) mimics existing behavior, but now you can use false to disable keepalive to reduce queue tail latency (#3496)
    • Add parameters to Puma methods to allow CI to change ENV in isolation (#3485)
    • Add ssl_ciphersuites option for TLSv1.3 ciphers (#3359, #3343)
    • You can now use --threads 5 or threads 5 to config max/min threads with a single number (used to need to say 5:5) (#3309)
    • Option to turn off systemd plugin (#3425, #3424)
    • Add on_stopped hook (#3411, #3380)
  • Bugfixes

    • Handle blank environment variables when loading config (#3539)
    • lib/rack/handler/puma.rb - fix for rackup v1.0.1, adjust Gemfile (#3532, #3531)
    • null_io.rb - add external_encoding, set_encoding, binmode, binmode? (#3214)
    • Implement NullIO#seek and #pos to mimic IO (#3468)
    • add support in rack handler & fix regression in binder for linux abstract namespace sockets (#3508)

... (truncated)

Changelog

Sourced from puma's changelog.

6.6.0 / 2025-01-29

  • Features

    • Option to turn off SIGUSR2 trapping (#3570, #3567)
    • Shorten ThreadPool trimmer and reaper thread names (#3383)
    • Add after_refork hook (#3386)
    • Add busy threads stat (#3517)
    • Add a debug log before running each type of hook (#3375)
    • Allow alternative schemes in Binder (#3348, #3302)
    • Avoid spawning Threadpool#trim thread if pool size is fixed (#3384)
  • Bugfixes

    • Change HttpParserError to be subclass of StandardError (#3590, #3552)
    • added test cases
    • fix update phased restart symlink folder
  • Performance

    • Only ping worker 0 during phased restart if using fork worker (#3568)
  • Refactor

    • Fix multi-delimiter split to get status app token (#3505)
    • Change ping to use const (#3595)
    • Fixup use of Puma::Const::PipeRequest constants (#3565)
    • Update DSL hook processing logic to be consistent (#3376)

6.5.0 / 2024-11-23

  • Features

    • Print RUBY_DESCRIPTION when Puma starts (#3407)
    • Set the worker process count automatically when using WEB_CONCURRENCY=auto (#3439, #3437)
    • Mark as ractor-safe (#3486, #3422)
    • Add option enable_keep_alive. true mimics existing behavior, but now can use false to disable keepalive to reduce queue tail latency (#3496)
    • Add parameters to Puma methods to allow CI to change ENV in isolation (#3485)
    • Add ssl_ciphersuites option for TLSv1.3 ciphers (#3359, #3343)
    • You can now use --threads 5 or threads 5 to config max/min threads with a single number (used to need to say 5:5) (#3309)
    • Option to turn off systemd plugin (#3425, #3424)
    • Add on_stopped hook (#3411, #3380)
  • Bugfixes

    • Handle blank environment variables when loading config (#3539)
    • lib/rack/handler/puma.rb - fix for rackup v1.0.1, adjust Gemfile (#3532, #3531)
    • null_io.rb - add external_encoding, set_encoding, binmode, binmode? (#3214)
    • Implement NullIO#seek and #pos to mimic IO (#3468)
    • add support in rack handler & fix regression in binder for linux abstract namespace sockets (#3508)
    • Use actual thread local for Puma::Server.current. (#3360)
    • client.rb - fix request chunked body handling (#3338, #3337)
    • Properly handle two requests seen in the initial buffer (#3332)
    • Fix response repeated status line when request is invalid or errors are raised (#3308, #3307)
    • Fix child processes not being reaped when Process.detach used (#3314, #3313)

... (truncated)

Commits

Updates importmap-rails from 1.2.1 to 2.1.0

Release notes

Sourced from importmap-rails's releases.

v2.1.0

What's Changed

New Contributors

Full Changelog: rails/importmap-rails@v2.0.3...v2.1.0

v2.0.3

What's Changed

Full Changelog: rails/importmap-rails@v2.0.2...v2.0.3

v2.0.2

What's Changed

New Contributors

Full Changelog: rails/importmap-rails@v2.0.1...v2.0.2

v2.0.1

What's Changed

  • Ensure update only runs when there are outdated packages by @​dhh

Full Changelog: rails/importmap-rails@v2.0.0...v2.0.1

v2.0.0

What's Changed

... (truncated)

Commits
  • d91d5e1 Bump version for 2.1.0
  • 2ef81f0 Encapsulate stale_when_importmap_changes method (#284)
  • f588506 Correct pristine command description and args (#272)
  • f273945 Adds bin/importmap pristine which redownloads pinned packages (#271)
  • abba7c8 Revert "Re-enable support for Ruby 2.7"
  • 2927df5 Version 2.0.3
  • 32d9911 Re-enable support for Ruby 2.7
  • 022433e Merge pull request #267 from byroot/fix-ci-matrix
  • ea5f282 Update CI matrix
  • d79dfbf Bump required ruby version to 3.1
  • Additional commits viewable in compare view

Updates turbo-rails from 1.4.0 to 2.0.11

Release notes

Sourced from turbo-rails's releases.

v2.0.11

What's Changed

New Contributors

Full Changelog: hotwired/turbo-rails@v2.0.10...v2.0.11

v2.0.10

What's Changed

New Contributors

Full Changelog: hotwired/turbo-rails@v2.0.9...v2.0.10

v2.0.9

What's Changed

Full Changelog: hotwired/turbo-rails@v2.0.8...v2.0.9

v2.0.8

What's Changed

New Contributors

... (truncated)

Commits

Updates stimulus-rails from 1.2.2 to 1.3.4

Release notes

Sourced from stimulus-rails's releases.

v1.3.4

What's Changed

New Contributors

Full Changelog: hotwired/stimulus-rails@v1.3.3...v1.3.4

v1.3.3

What's Changed

Full Changelog: hotwired/stimulus-rails@v1.3.2...v1.3.3

v1.3.2

What's Changed

Full Changelog: hotwired/stimulus-rails@v1.3.0...v1.3.2

v1.3.0

What's Changed

New Contributors

Full Changelog: hotwired/stimulus-rails@v1.2.2...v1.3.0

Commits

Updates jbuilder from 2.11.5 to 2.13.0

Release notes

Sourced from jbuilder's releases.

v2.13.0

What's Changed

New Contributors

Full Changelog: rails/jbuilder@v2.12.0...v2.13.0

v2.12.0

What's Changed

New Contributors

Full Changelog: rails/jbuilder@v2.11.5...v2.12.0

Commits
  • 9aa3dd9 Use new version const
  • acf7a46 No lock committed
  • d469896 Bump version for 2.13.0
  • 9bcd653 Add test binstub
  • 99c42bd Add release binstub
  • e18fe2a Give Jbuilder a programmatically accessible version
  • 1a18149 Use new params.expect syntax (#573)
  • 5288e8a Remove OpenStruct references from Jbuilder (#567)
  • acf44b8 Add missing ':see_other' status code in generated destroy controller method (...
  • 0adeb96 Suggestion: Return early from collection partial rendering if blank. (#560)
  • Additional commits viewable in compare view

Updates slim from 5.1.1 to 5.2.1

Release notes

Sourced from slim's releases.

v5.2.1

  • Support Ruby 3.3
  • Update Gem metadata

v5.2.0

  • Fix logic less bug - #783
  • Support Rails 7.1 - #936
  • Fix splat arguments on Rails 7.1 - #942
Changelog

Sourced from slim's changelog.

5.2.1 (2024-01-20)

  • Support Ruby 3.3
  • Update Gem metadata

5.2.0 (2023-11-11)

  • Fix logic less bug - #783
  • Support Rails 7.1 - #936
  • Fix splat arguments on Rails 7.1 - #942
Commits

Updates redis from 5.0.7 to 5.3.0

Changelog

Sourced from redis's changelog.

5.3.0

  • Fix the return type of hgetall when used inside a multi transaction which is itself inside a pipeline.

5.2.0

  • Now require Ruby 2.6 because redis-client does.
  • Eagerly close subscribed connection when using subscribe_with_timeout. See #1259.
  • Add exception flag in pipelined allowing failed commands to be returned in the result array when set to false.

5.1.0

  • multi now accept a watch keyword argument like redis-client. See #1236.
  • bitcount and bitpos now accept a scale: argument on Redis 7+. See #1242
  • Added expiretime and pexpiretime. See #1248.

5.0.8

  • Fix Redis#without_reconnect for sentinel clients. Fix #1212.
  • Add sentinel_username, sentinel_password for sentinel clients. Bump redis-client to >=0.17.0. See #1213
Commits
  • a1d6f68 Release 5.3.0
  • 18642ef Merge pull request #1287 from junyuanz1/junyuanz/fix-uninitialized-constant-e...
  • 579263c Fix uninitialized constant Redis::Error error
  • 433ec69 Merge pull request #1281 from jjb/patch-1
  • 6a8d165 Merge pull request #1283 from supercaracal/fix-cluster-client-delay-loading-f...
  • 8611b68 Fix a memoization bug for cluster client
  • 3a14135 note default timeout in readme
  • 13f3246 Merge pull request #1278 from supercaracal/fix-a-test-case-for-cluster
  • 52cae8a Fix several test cases for the cluster client
  • 15c8c92 Merge pull request #1275 from supercaracal/fix-cluster-test
  • Additional commits viewable in compare view

Updates bootsnap from 1.15.0 to 1.18.4

Changelog

Sourced from bootsnap's changelog.

1.18.4

  • Allow using bootsnap without bundler. See #488.
  • Fix startup failure if the cache directory points to a broken symlink.

1.18.3

  • Fix the cache corruption issue in the revalidation feature. See #474. The cache revalidation feature remains opt-in for now, until it is more battle tested.

1.18.2

  • Disable stale cache entries revalidation by default as it seems to cause cache corruption issues. See #471 and

…ates

Bumps the production-dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [devise](https://github.com/heartcombo/devise) | `4.9.2` | `4.9.4` |
| [rails](https://github.com/rails/rails) | ``d75fdd1`` | ``194d697`` |
| [pg](https://github.com/ged/ruby-pg) | `1.4.5` | `1.5.9` |
| [puma](https://github.com/puma/puma) | `6.4.0` | `6.6.0` |
| [importmap-rails](https://github.com/rails/importmap-rails) | `1.2.1` | `2.1.0` |
| [turbo-rails](https://github.com/hotwired/turbo-rails) | `1.4.0` | `2.0.11` |
| [stimulus-rails](https://github.com/hotwired/stimulus-rails) | `1.2.2` | `1.3.4` |
| [jbuilder](https://github.com/rails/jbuilder) | `2.11.5` | `2.13.0` |
| [slim](https://github.com/slim-template/slim) | `5.1.1` | `5.2.1` |
| [redis](https://github.com/redis/redis-rb) | `5.0.7` | `5.3.0` |
| [bootsnap](https://github.com/Shopify/bootsnap) | `1.15.0` | `1.18.4` |
| [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) | `2.0.30` | `4.0.0` |



Updates `devise` from 4.9.2 to 4.9.4
- [Release notes](https://github.com/heartcombo/devise/releases)
- [Changelog](https://github.com/heartcombo/devise/blob/main/CHANGELOG.md)
- [Commits](heartcombo/devise@v4.9.2...v4.9.4)

Updates `rails` from `d75fdd1` to `194d697`
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@d75fdd1...194d697)

Updates `pg` from 1.4.5 to 1.5.9
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](ged/ruby-pg@v1.4.5...v1.5.9)

Updates `puma` from 6.4.0 to 6.6.0
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.4.0...v6.6.0)

Updates `importmap-rails` from 1.2.1 to 2.1.0
- [Release notes](https://github.com/rails/importmap-rails/releases)
- [Commits](rails/importmap-rails@v1.2.1...v2.1.0)

Updates `turbo-rails` from 1.4.0 to 2.0.11
- [Release notes](https://github.com/hotwired/turbo-rails/releases)
- [Commits](hotwired/turbo-rails@v1.4.0...v2.0.11)

Updates `stimulus-rails` from 1.2.2 to 1.3.4
- [Release notes](https://github.com/hotwired/stimulus-rails/releases)
- [Commits](hotwired/stimulus-rails@v1.2.2...v1.3.4)

Updates `jbuilder` from 2.11.5 to 2.13.0
- [Release notes](https://github.com/rails/jbuilder/releases)
- [Commits](rails/jbuilder@v2.11.5...v2.13.0)

Updates `slim` from 5.1.1 to 5.2.1
- [Release notes](https://github.com/slim-template/slim/releases)
- [Changelog](https://github.com/slim-template/slim/blob/main/CHANGES)
- [Commits](slim-template/slim@v5.1.1...v5.2.1)

Updates `redis` from 5.0.7 to 5.3.0
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](redis/redis-rb@v5.0.7...v5.3.0)

Updates `bootsnap` from 1.15.0 to 1.18.4
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md)
- [Commits](rails/bootsnap@v1.15.0...v1.18.4)

Updates `tailwindcss-rails` from 2.0.30 to 4.0.0
- [Release notes](https://github.com/rails/tailwindcss-rails/releases)
- [Changelog](https://github.com/rails/tailwindcss-rails/blob/main/CHANGELOG.md)
- [Commits](rails/tailwindcss-rails@v2.0.30...v4.0.0)

---
updated-dependencies:
- dependency-name: devise
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: rails
  dependency-type: direct:production
  dependency-group: production-dependencies
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: puma
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: importmap-rails
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: turbo-rails
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: stimulus-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: jbuilder
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: slim
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: bootsnap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tailwindcss-rails
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

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 Feb 13, 2025
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.

0 participants