Skip to content

Bump the ruby-deps group across 1 directory with 31 updates - #2232

Merged
olleolleolle merged 1 commit into
masterfrom
dependabot/bundler/ruby-deps-f80dd23c97
Aug 5, 2025
Merged

olleolleolle merged 1 commit into
masterfrom
dependabot/bundler/ruby-deps-f80dd23c97

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2025

Copy link
Copy Markdown
Contributor

Bumps the ruby-deps group with 31 updates in the / directory:

Package From To
sprockets-rails 3.4.2 3.5.2
bootsnap 1.18.4 1.18.6
carrierwave 3.0.7 3.1.2
delayed_job 4.1.11 4.1.13
delayed_job_active_record 4.1.8 4.1.11
bootstrap 5.3.3 5.3.5
image_processing 1.12.2 1.14.0
omniauth 2.1.2 2.1.3
pg 1.5.9 1.6.0
pundit 2.4.0 2.5.0
terser 1.2.4 1.2.6
icalendar 2.10.3 2.11.2
tzinfo-data 1.2024.1 1.2025.2
faraday 2.9.0 2.13.4
rails-html-sanitizer 1.6.1 1.6.2
puma 6.4.3 6.6.0
importmap-rails 2.1.0 2.2.0
jbuilder 2.12.0 2.13.0
dotenv-rails 3.1.0 3.1.8
faker 3.5.1 3.5.2
pry-byebug 3.10.1 3.11.0
rubocop 1.72.2 1.79.0
rubocop-rails 2.30.1 2.32.0
rubocop-performance 1.21.0 1.25.0
rubocop-rspec 3.5.0 3.6.0
selenium-webdriver 4.29.1 4.34.0
database_cleaner 2.0.2 2.1.0
shoulda-matchers 6.2.0 6.5.0
timecop 0.9.8 0.9.10
foreman 0.88.1 0.90.0
rollbar 3.6.0 3.6.2

Updates sprockets-rails from 3.4.2 to 3.5.2

Release notes

Sourced from sprockets-rails's releases.

3.5.2

What's Changed

New Contributors

Full Changelog: rails/sprockets-rails@v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

Full Changelog: rails/sprockets-rails@v3.5.0...v3.5.1

v3.5.0

What's Changed

New Contributors

Full Changelog: rails/sprockets-rails@v3.4.2...v3.5.0

Commits
  • 2c04236 Prepare for 3.5.2
  • 550bce4 Merge pull request #535 from rails/rm-fix-deprecations
  • 6245157 Remove deprecations in Rails applications
  • eaba64d Fix deprecation warning in Rails 8.0
  • aa0cf7c Add devcontainer configuration
  • 5b0c81d Merge pull request #527 from etiennebarrie/prevent-regression-for-sprockets-r...
  • 90daf9c Merge pull request #528 from etiennebarrie/remove-warnings
  • e152b64 Merge pull request #530 from fynsta/patch-1
  • 600b6e5 Add changelog_uri to gemspec
  • 1d44fdc Prevent regressions with requiring sprockets/railtie
  • Additional commits viewable in compare view

Updates bootsnap from 1.18.4 to 1.18.6

Changelog

Sourced from bootsnap's changelog.

1.18.6

  • Fix cgroup CPU limits detection in CLI.

1.18.5

  • Attempt to detect a QEMU bug that can cause bootsnap precompile to hang forever when building ARM64 docker images from x86_64 machines. See #495.
  • Improve CLI to detect cgroup CPU limits and avoid spawning too many worker processes.
Commits
  • 86efe7d Release 1.18.6
  • dc98453 Fix cgroup CPU limits detection in CLI.
  • 11dbc37 Release 1.18.5
  • dcd9327 Merge pull request #501 from Shopify/improve-parallelism
  • abe4ec3 Bump bundler cache on CI
  • d603b70 Attempt to detect QEMU hangs
  • 5e87800 cli: improve automatic parallelism to respect cgroup limits
  • 0dc269d Merge pull request #499 from p8/docs/link-to-official-docs
  • 5fb9098 Link to official Ruby documentation
  • 252cf48 Add config/ dir to precompile example
  • See full diff in compare view

Updates carrierwave from 3.0.7 to 3.1.2

Release notes

Sourced from carrierwave's releases.

3.1.2

Fixed

  • Fix failing to remove existing files on updating by #remove_#{column}=, ##{column}_cache=, and #remote_#{column}_url= (@鈥媘shibuya 7b2ce50, #2778, #2779)

3.1.1

Fixed

3.1.0

Added

Changed

Fixed

3.1.0.rc

Added

Changed

Fixed

3.1.0.beta

Added

... (truncated)

Changelog

Sourced from carrierwave's changelog.

3.1.2 - 2025-04-13

Fixed

  • Fix failing to remove existing files on updating by #remove_#{column}=, ##{column}_cache=, and #remote_#{column}_url= (@鈥媘shibuya 7b2ce50, #2778, #2779)

3.1.1 - 2025-01-12

Fixed

3.1.0 - 2024-12-14

No changes.

3.1.0.rc - 2024-12-07

Added

Changed

Fixed

3.1.0.beta - 2024-09-01

Added

Changed

Fixed

Commits
  • 8e5db8c Version 3.1.2
  • 7b2ce50 Fix failing to remove existing files on updating by #remove_#{column}=, `##...
  • 9001ab7 Fix specs breaking with MiniMagick 5.x
  • 550e423 Version 3.1.1
  • 23bfc39 Update build matrix
  • ee24133 Bump cucumber gem
  • 08a3698 Merge pull request #2773 from chaadow/patch-1
  • b4d43c3 Merge pull request #2772 from futurelearn/dw-am-explicit-errors-for-missing-j...
  • 97bd98b Merge pull request #2771 from nassim-platogo/bugfix/use-write-uploader-on-dup
  • 3139628 Update sanitized_file.rb
  • Additional commits viewable in compare view

Updates delayed_job from 4.1.11 to 4.1.13

Release notes

Sourced from delayed_job's releases.

v4.1.13

What's Changed

Full Changelog: collectiveidea/delayed_job@v4.1.12...v4.1.13

v4.1.12

  • Add missing require for extract_options
  • Fix rails 7.2 ActiveSupport::ProxyObject deprecation
  • Multiple contributors on current and legacy test suite improvements

v4.1.12.rc1

Preflight validation release for trusted publishing

Changelog

Sourced from delayed_job's changelog.

4.1.13 - 2024-11-08

  • Enable Rails 8

4.1.12 - 2024-08-14

  • Add missing require for extract_options
  • Fix rails 7.2 ActiveSupport::ProxyObject deprecation
  • Multiple contributors on current and legacy test suite improvements

4.1.12.rc1 - 2024-08-13

  • Validating trusted publishing release
  • Add missing require for extract_options
  • Fix rails 7.2 ActiveSupport::ProxyObject deprecation
  • Multiple contributors on current and legacy test suite improvements
Commits
  • ea4879d Merge pull request #1224 from collectiveidea/release-4.1.13
  • c08d953 Prepare release 4.1.13
  • c7dbb01 Merge pull request #1223 from collectiveidea/dg/rails-8
  • 79b8625 Update matrix for Rails 8
  • b60e70a Enable rails 8
  • fc3dfda Merge pull request #1217 from collectiveidea/release-4.1.12
  • 8cf3163 Prepare release 4.1.12
  • 43375e4 Merge pull request #1216 from collectiveidea/release-4.1.12.rc1
  • 062acf0 Prepare 4.1.12.rc1 release
  • d0994cf Merge pull request #1215 from collectiveidea/trusted-publishing
  • Additional commits viewable in compare view

Updates delayed_job_active_record from 4.1.8 to 4.1.11

Release notes

Sourced from delayed_job_active_record's releases.

v4.1.11

What's Changed

New Contributors

Full Changelog: collectiveidea/delayed_job_active_record@v4.1.10...v4.1.11

v4.1.10

What's Changed

Full Changelog: collectiveidea/delayed_job_active_record@v4.1.9...v4.1.10

v4.1.9

What's Changed

New Contributors

Full Changelog: collectiveidea/delayed_job_active_record@v4.1.8...v4.1.9

v4.1.9.rc1

Pre-release to validate trusted publishing build

What's Changed

New Contributors

... (truncated)

Commits

Updates bootstrap from 5.3.3 to 5.3.5

Changelog

Sourced from bootstrap's changelog.

Changelog

The changelog is tracked here but also in the Releases section of the GitHub project. The changelog only includes changes specific to the RubyGem.

The Bootstrap framework changes can be found in the Releases section of twbs/bootstrap. Release announcement posts on the official Bootstrap blog contain summaries of the most noteworthy changes made in each release of Bootstrap.

5.3.4

  • Autoprefixer is now optional. #283
Commits

Updates image_processing from 1.12.2 to 1.14.0

Changelog

Sourced from image_processing's changelog.

1.14.0 (2025-02-10)

1.13.0 (2024-07-24)

  • [minimagick] Use -append when calling #append with no arguments (@鈥媕anko)

  • [vips] Avoid lines on the side when rotating by multiples of 90 degrees (@鈥媏therbob)

  • Add #resize_to_cover that allows resizing an image to cover a given rectangle without cropping the excess (@鈥媌rendon)

Commits

Updates omniauth from 2.1.2 to 2.1.3

Release notes

Sourced from omniauth's releases.

v2.1.3

What's Changed

New Contributors

Full Changelog: omniauth/omniauth@v2.1.2...v2.1.3

Commits
  • 78d4e1d Prepare for next release
  • e23567a Merge pull request #1134 from TastyPi/env-override
  • c2ebe5b Merge pull request #1136 from mame/avoid-uri-abs_uri
  • 35f69b1 Merge pull request #1137 from TastyPi/patch-1
  • 2d93b53 Exclude (macos, 2.5) from tests
  • 767a8b0 Avoid using URI::ABS_URI
  • 44c02d0 Delete session omniauth.origin even if unused
  • 2632419 Do not override omniauth.origin in environment in test mode
  • d014c0e Merge pull request #1128 from enomotodev/ruby-3.3
  • 0c8e471 Test against Ruby 3.3
  • See full diff in compare view

Updates pg from 1.5.9 to 1.6.0

Changelog

Sourced from pg's changelog.

v1.6.0 [2025-07-27] Lars Kanis lars@greiz-reinsdorf.de

Added:

  • Add binary gems for Ruby 3.4.
  • Add fat binary gem for platform aarch64-mingw-ucrt aka Windows on ARM #626, for platform Macos on Intel and ARM #643, for platform aarch64-linux #646 and for platform x86_64-linux #551.
  • Update fat binary gem to OpenSSL-3.5.1 and PostgreSQL-17.5.
  • Add a patch to libpq to avoid starvation on bigger SSL records, which some database engines other than vanilla PostgreSQL use. This patch applies to platform specific binary gems only. #616
  • Add support for new query cancel functions of PostgreSQL-17. This adds the new class PG::CancelConnection which provides the ability to cancel a query per blocking or per non-blocking functions. If the new functions are available they are used and the older are no longer compiled in. This way we can get rid of reading out the internal PGcancel struct by Connection#backend_key. #614
  • Add PG::BinaryDecoder::Array and PG::BinaryEncoder::Array to parse and encode PostgreSQL arrays in binary format. #603
  • Add possibility to define the number of array dimensions to be encoded. Setting dimensions is especially useful, when a Record shall be encoded into an Array, since the Array encoder can not distinguish if the array shall be encoded as a higher dimension or as a record otherwise. #622
  • Add Connection#set_chunked_rows_mode #610
  • Add PG::Connection#close_prepared, PG::Connection#close_portal, PG::Connection#send_close_prepared and PG::Connection#send_close_portal which are new in PostgreSQL-17. #611
  • Add Connection#send_pipeline_sync, async_pipeline_sync and release GVL at PQ(sendP|P)ipelineSync. #612
  • Add MINGW package dependency which is resolved by RubyInstaller. #617
  • Change conn.server_version and conn.protocol_version to raise instead of return 0 on error. #632
  • Fix connecting to multiple hosts after connnect_timeout. #637
  • Fix making PG::BasicTypeMapForQueries shareable for Ractor in ruby-3.5. #636
  • Fix missing array input verification in PG::TypeMapByColumn. This could cause a segfault. #620
  • Rename History.md to CHANGELOG.md, which is more common. #642

Removed:

  • Drop support of Ruby < 2.7 #606
  • Drop support of PostgreSQL < 10 #606
  • Remove workaround for Truffleruby < 21.3.0 #613
Commits
  • 99a815c CHANGELOG: Merge 1.6.0.rc1 and rc2 to final release note
  • f37be3d Bump VERSION to 1.6.0
  • 9ef29bd Fix connecting without any host or hostaddr
  • 0703db4 README: Try to make the connect_timeout description more clear
  • 7f0b6cc More release automation
  • 38250ff Update release date in CHANGELOG.md
  • 4d80696 Add CHANGELOG entry for pg-1.6.0.rc2
  • d4a386e Add missing require "fileutils"
  • 5ecf748 Merge pull request #646 from larskanis/aarch64-linux
  • 977a861 Add binary gem platform aarch64-linux
  • Additional commits viewable in compare view

Updates pundit from 2.4.0 to 2.5.0

Changelog

Sourced from pundit's changelog.

2.5.0 (2025-03-03)

Added

  • Add Pundit::Authorization#pundit_reset! hook to reset the policy and policy scope cache. #830
  • Add links to gemspec. #845
  • Register policies directories for Rails 8 code statistics #833
  • Added an example for how to use pundit with Rails 8 authentication generator #850

Changed

  • Deprecated Pundit::SUFFIX, moved it to Pundit::PolicyFinder::SUFFIX #835
  • Explicitly require less of active_support #837
  • Using permit matcher without a surrouding permissions block now raises a useful error. #836

Fixed

  • Using a hash as custom cache in Pundit.authorize now works as documented. #838
Commits
  • be91242 Merge pull request #851 from varvet/kbs/new-release
  • 37f8099 Bump to v2.5.0
  • 56941c3 Update issue links in CHANGELOG
  • 51ce6a9 Merge pull request #850 from SuzukiRyuichiro/current-user-for-rails-8-auth
  • b117d41 rephrase the sentence for better readability
  • f8c9f45 chore: update changelog;'
  • 9f3e70e feat: add some documentation to provide hints for how to use pundit when peop...
  • 5507430 Merge pull request #833 from javierav/rails-stats
  • 8dfc38f Merge branch 'main' into rails-stats
  • cbaa0ab Merge pull request #845 from eizengan/patch-1
  • Additional commits viewable in compare view

Updates terser from 1.2.4 to 1.2.6

Changelog

Sourced from terser's changelog.

1.2.6 (19 June 2025)

  • update TerserJS to [5.43.1]
  • remove base64 for compatibility with Ruby 3.4

1.2.5 (20 January 2025)

  • update TerserJS to [5.37.0]
Commits
...

Description has been truncated

@dependabot dependabot Bot added dependencies ruby Pull requests that update Ruby code labels Jul 28, 2025
@dependabot
dependabot Bot force-pushed the dependabot/bundler/ruby-deps-f80dd23c97 branch 3 times, most recently from a4e7557 to 8903b15 Compare August 4, 2025 23:16
Bumps the ruby-deps group with 31 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [sprockets-rails](https://github.com/rails/sprockets-rails) | `3.4.2` | `3.5.2` |
| [bootsnap](https://github.com/Shopify/bootsnap) | `1.18.4` | `1.18.6` |
| [carrierwave](https://github.com/carrierwaveuploader/carrierwave) | `3.0.7` | `3.1.2` |
| [delayed_job](https://github.com/collectiveidea/delayed_job) | `4.1.11` | `4.1.13` |
| [delayed_job_active_record](https://github.com/collectiveidea/delayed_job_active_record) | `4.1.8` | `4.1.11` |
| [bootstrap](https://github.com/twbs/bootstrap-rubygem) | `5.3.3` | `5.3.5` |
| [image_processing](https://github.com/janko/image_processing) | `1.12.2` | `1.14.0` |
| [omniauth](https://github.com/omniauth/omniauth) | `2.1.2` | `2.1.3` |
| [pg](https://github.com/ged/ruby-pg) | `1.5.9` | `1.6.0` |
| [pundit](https://github.com/varvet/pundit) | `2.4.0` | `2.5.0` |
| [terser](https://github.com/ahorek/terser-ruby) | `1.2.4` | `1.2.6` |
| [icalendar](https://github.com/icalendar/icalendar) | `2.10.3` | `2.11.2` |
| [tzinfo-data](https://github.com/tzinfo/tzinfo-data) | `1.2024.1` | `1.2025.2` |
| [faraday](https://github.com/lostisland/faraday) | `2.9.0` | `2.13.4` |
| [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) | `1.6.1` | `1.6.2` |
| [puma](https://github.com/puma/puma) | `6.4.3` | `6.6.0` |
| [importmap-rails](https://github.com/rails/importmap-rails) | `2.1.0` | `2.2.0` |
| [jbuilder](https://github.com/rails/jbuilder) | `2.12.0` | `2.13.0` |
| [dotenv-rails](https://github.com/bkeepers/dotenv) | `3.1.0` | `3.1.8` |
| [faker](https://github.com/faker-ruby/faker) | `3.5.1` | `3.5.2` |
| [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) | `3.10.1` | `3.11.0` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.72.2` | `1.79.0` |
| [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.30.1` | `2.32.0` |
| [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.21.0` | `1.25.0` |
| [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.5.0` | `3.6.0` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.29.1` | `4.34.0` |
| [database_cleaner](https://github.com/DatabaseCleaner/database_cleaner) | `2.0.2` | `2.1.0` |
| [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) | `6.2.0` | `6.5.0` |
| [timecop](https://github.com/travisjeffery/timecop) | `0.9.8` | `0.9.10` |
| [foreman](https://github.com/ddollar/foreman) | `0.88.1` | `0.90.0` |
| [rollbar](https://github.com/rollbar/rollbar-gem) | `3.6.0` | `3.6.2` |



Updates `sprockets-rails` from 3.4.2 to 3.5.2
- [Release notes](https://github.com/rails/sprockets-rails/releases)
- [Commits](rails/sprockets-rails@v3.4.2...v3.5.2)

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

Updates `carrierwave` from 3.0.7 to 3.1.2
- [Release notes](https://github.com/carrierwaveuploader/carrierwave/releases)
- [Changelog](https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md)
- [Commits](carrierwaveuploader/carrierwave@v3.0.7...v3.1.2)

Updates `delayed_job` from 4.1.11 to 4.1.13
- [Release notes](https://github.com/collectiveidea/delayed_job/releases)
- [Changelog](https://github.com/collectiveidea/delayed_job/blob/master/CHANGELOG.md)
- [Commits](collectiveidea/delayed_job@v4.1.11...v4.1.13)

Updates `delayed_job_active_record` from 4.1.8 to 4.1.11
- [Release notes](https://github.com/collectiveidea/delayed_job_active_record/releases)
- [Commits](collectiveidea/delayed_job_active_record@v4.1.8...v4.1.11)

Updates `bootstrap` from 5.3.3 to 5.3.5
- [Release notes](https://github.com/twbs/bootstrap-rubygem/releases)
- [Changelog](https://github.com/twbs/bootstrap-rubygem/blob/main/CHANGELOG.md)
- [Commits](twbs/bootstrap-rubygem@v5.3.3...v5.3.5)

Updates `image_processing` from 1.12.2 to 1.14.0
- [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md)
- [Commits](janko/image_processing@v1.12.2...v1.14.0)

Updates `omniauth` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/omniauth/omniauth/releases)
- [Commits](omniauth/omniauth@v2.1.2...v2.1.3)

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

Updates `pundit` from 2.4.0 to 2.5.0
- [Changelog](https://github.com/varvet/pundit/blob/main/CHANGELOG.md)
- [Commits](varvet/pundit@v2.4.0...v2.5.0)

Updates `terser` from 1.2.4 to 1.2.6
- [Release notes](https://github.com/ahorek/terser-ruby/releases)
- [Changelog](https://github.com/ahorek/terser-ruby/blob/master/CHANGELOG.md)
- [Commits](ahorek/terser-ruby@1.2.4...1.2.6)

Updates `icalendar` from 2.10.3 to 2.11.2
- [Changelog](https://github.com/icalendar/icalendar/blob/main/CHANGELOG.md)
- [Commits](icalendar/icalendar@v2.10.3...v2.11.2)

Updates `tzinfo-data` from 1.2024.1 to 1.2025.2
- [Release notes](https://github.com/tzinfo/tzinfo-data/releases)
- [Commits](tzinfo/tzinfo-data@v1.2024.1...v1.2025.2)

Updates `faraday` from 2.9.0 to 2.13.4
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday@v2.9.0...v2.13.4)

Updates `rails-html-sanitizer` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/rails/rails-html-sanitizer/releases)
- [Changelog](https://github.com/rails/rails-html-sanitizer/blob/main/CHANGELOG.md)
- [Commits](rails/rails-html-sanitizer@v1.6.1...v1.6.2)

Updates `puma` from 6.4.3 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.3...v6.6.0)

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

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

Updates `dotenv-rails` from 3.1.0 to 3.1.8
- [Release notes](https://github.com/bkeepers/dotenv/releases)
- [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md)
- [Commits](bkeepers/dotenv@v3.1.0...v3.1.8)

Updates `faker` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md)
- [Commits](faker-ruby/faker@v3.5.1...v3.5.2)

Updates `pry-byebug` from 3.10.1 to 3.11.0
- [Release notes](https://github.com/deivid-rodriguez/pry-byebug/releases)
- [Changelog](https://github.com/deivid-rodriguez/pry-byebug/blob/master/CHANGELOG.md)
- [Commits](deivid-rodriguez/pry-byebug@v3.10.1...v3.11.0)

Updates `rubocop` from 1.72.2 to 1.79.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.72.2...v1.79.0)

Updates `rubocop-rails` from 2.30.1 to 2.32.0
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.30.1...v2.32.0)

Updates `rubocop-performance` from 1.21.0 to 1.25.0
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-performance@v1.21.0...v1.25.0)

Updates `rubocop-rspec` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v3.5.0...v3.6.0)

Updates `selenium-webdriver` from 4.29.1 to 4.34.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.34.0)

Updates `database_cleaner` from 2.0.2 to 2.1.0
- [Changelog](https://github.com/DatabaseCleaner/database_cleaner/blob/main/History.rdoc)
- [Commits](DatabaseCleaner/database_cleaner@v2.0.2...v2.1.0)

Updates `shoulda-matchers` from 6.2.0 to 6.5.0
- [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases)
- [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/main/CHANGELOG.md)
- [Commits](thoughtbot/shoulda-matchers@v6.2.0...v6.5.0)

Updates `timecop` from 0.9.8 to 0.9.10
- [Changelog](https://github.com/travisjeffery/timecop/blob/master/History.md)
- [Commits](travisjeffery/timecop@v0.9.8...v0.9.10)

Updates `foreman` from 0.88.1 to 0.90.0
- [Changelog](https://github.com/ddollar/foreman/blob/main/Changelog.md)
- [Commits](ddollar/foreman@v0.88.1...v0.90.0)

Updates `rollbar` from 3.6.0 to 3.6.2
- [Release notes](https://github.com/rollbar/rollbar-gem/releases)
- [Changelog](https://github.com/rollbar/rollbar-gem/blob/master/CHANGELOG.md)
- [Commits](rollbar/rollbar-gem@v3.6.0...v3.6.2)

---
updated-dependencies:
- dependency-name: sprockets-rails
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: bootsnap
  dependency-version: 1.18.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: carrierwave
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: delayed_job
  dependency-version: 4.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: delayed_job_active_record
  dependency-version: 4.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: bootstrap
  dependency-version: 5.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: image_processing
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: omniauth
  dependency-version: 2.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: pg
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: pundit
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: terser
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: icalendar
  dependency-version: 2.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: tzinfo-data
  dependency-version: 1.2025.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: faraday
  dependency-version: 2.13.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: rails-html-sanitizer
  dependency-version: 1.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: puma
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: importmap-rails
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: jbuilder
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: dotenv-rails
  dependency-version: 3.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: faker
  dependency-version: 3.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: pry-byebug
  dependency-version: 3.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: rubocop
  dependency-version: 1.79.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: rubocop-rails
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: rubocop-performance
  dependency-version: 1.25.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: rubocop-rspec
  dependency-version: 3.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: selenium-webdriver
  dependency-version: 4.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: database_cleaner
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: shoulda-matchers
  dependency-version: 6.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: timecop
  dependency-version: 0.9.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: foreman
  dependency-version: 0.90.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: rollbar
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bundler/ruby-deps-f80dd23c97 branch from 8903b15 to 01c1d8d Compare August 5, 2025 05:31
@mroderick

Copy link
Copy Markdown
Collaborator

@olleolleolle it looks like the changes made by Till worked, now we just get one massive PR, instead of hundreds of little ones.

@olleolleolle olleolleolle left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

These look good!

@olleolleolle
olleolleolle merged commit 8142c4f into master Aug 5, 2025
4 checks passed
@olleolleolle
olleolleolle deleted the dependabot/bundler/ruby-deps-f80dd23c97 branch August 5, 2025 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants