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 the bundler group with 25 updates #1653

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps the bundler group with 25 updates:

Package From To
pg 1.5.7 1.5.8
uglifier 4.2.0 4.2.1
jbuilder 2.12.0 2.13.0
omniauth-google-oauth2 1.1.3 1.2.0
rspec-rails 6.1.4 7.0.1
rubocop 1.66.0 1.66.1
rubocop-rspec 3.0.4 3.0.5
tzinfo-data 1.2024.1 1.2024.2
factory_bot 6.4.6 6.5.0
faraday 2.11.0 2.12.0
i18n 1.14.5 1.14.6
irb 1.14.0 1.14.1
jwt 2.8.2 2.9.1
logger 1.6.0 1.6.1
net-imap 0.4.15 0.4.16
parser 3.3.4.2 3.3.5.0
reline 0.5.9 0.5.10
rouge 4.3.0 4.4.0
rspec-core 3.13.0 3.13.1
rspec-expectations 3.13.2 3.13.3
rubocop-ast 1.32.1 1.32.3
simplecov-html 0.12.3 0.13.1
unicode-display_width 2.5.0 2.6.0
webrick 1.8.1 1.8.2
zeitwerk 2.6.17 2.6.18

Updates pg from 1.5.7 to 1.5.8

Changelog

Sourced from pg's changelog.

v1.5.8 [2024-09-06] Lars Kanis [email protected]

  • 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.
Commits
  • cb35e3f Update to Postgresql-16.4 and OpenSSL-3.3.2 for Windows binary gems
  • 7af75a4 Bump VERSION to 1.5.8 and add changelog entry
  • d4c6c61 Merge pull request #589 from larskanis/fix-host-dup-on-reset
  • bf7d57f Save connection options for conn.reset
  • a2a3e6d CI: github actions @​v4 need distinct artifact names
  • dd060bc Merge pull request #587 from larskanis/github-v4
  • 7515aac CI: Use latest github actions
  • 070b72b Remove unused variable in spec
  • 65c5031 Improve code documentation
  • 60f74ff Fix typo
  • Additional commits viewable in compare view

Updates uglifier from 4.2.0 to 4.2.1

Changelog

Sourced from uglifier's changelog.

4.2.1 (22 September 2024)

  • fix Ruby 3.4 compatiblity, drop Ruby 2.3 and older support (#195)
  • fix typos (#194)
Commits
  • 959b740 Bump version to 4.2.1
  • 5a6a6f4 Update changelog
  • f7ee1a2 Merge branch 'drop-base64'
  • b808f14 Merge pull request #194 from kianmeng/fix-typos
  • 46b75e4 Bump required ruby version to 2.4
  • 81fbc31 Merge pull request #196 from lautis/ci-ruby-versions
  • 030a33e Use released version of alaska runtime to run tests
  • 15d317d Update build matrix
  • 89c6136 Drop base64 gem from dependency
  • 0947f7c Merge pull request #191 from SimenB/master-1
  • Additional commits viewable in compare view

Updates jbuilder from 2.12.0 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

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 omniauth-google-oauth2 from 1.1.3 to 1.2.0

Release notes

Sourced from omniauth-google-oauth2's releases.

Release v1.2.0

Added

  • jwt 2.9.0 support for their updated claims code.
  • 'smart' image resizing option.

Deprecated

  • Nothing.

Removed

  • Ruby 2.3 and 2.4 support.
  • Support for jwt < 2.9.0.

Fixed

  • Fixed image sizing code.
  • Rubocop configuration updates.
Changelog

Sourced from omniauth-google-oauth2's changelog.

1.2.0 - 2024-09-15

Added

  • jwt 2.9.0 support for their updated claims code.

Deprecated

  • Nothing.

Removed

  • Ruby 2.3 and 2.4 support.
  • Support for jwt < 2.9.0.

Fixed

  • Fixed image sizing code.
  • Rubocop configuration updates.
Commits

Updates rspec-rails from 6.1.4 to 7.0.1

Changelog

Sourced from rspec-rails's changelog.

7.0.1 / 2024-09-03

Full Changelog

Bug Fixes:

  • Remove mutation of Rails constant in favour of public api. (Petrik de Heus, #2789)
  • Cleanup Rails scaffold for unsupported versions. (Matt Jankowski, #2790)
  • Remove deprecated scaffold that was unintentionally included in 7.0.0 (Jon Rowe, #2791)

7.0.0 / 2024-09-02

Full Changelog

Enhancements:

  • Change default driver for system specs on Rails 7.2 to match its default. (Steve Polito, #2746)
  • Verify ActiveJob arguments by comparing to the method signature. (Oli Peate, #2745)
  • Add suggestion to rails_helper.rb to skip when not in test mode. (Glauco Custódio, #2751)
  • Add at_priority qualifier to have_enqueued_job set of matchers. (mbajur, #2759)
  • Add spec directories to rails stats on Rails main / 8.0.0. (Petrik de Heus, #2781)

6.1.5 / 2024-09-02

Full Changelog

Bug Fixes:

  • Restore old order of requiring support files. (Franz Liedke, #2785)
  • Prevent running rake spec:statsetup on Rails main / 8.0.0. (Petrik de Heus, #2781)
Commits

Updates rubocop from 1.66.0 to 1.66.1

Release notes

Sourced from rubocop's releases.

RuboCop 1.66.1

Bug fixes

  • #13191: Fix an error for Style/IfWithSemicolon when using nested single-line if/;/end in block of if/else branches. (@​koic)
  • #13178: Fix false positive for Style/EmptyLiteral with Hash.new([]). (@​earlopain)
  • #13176: Fix crash in Style/EmptyElse when AllowComments: true and the else clause is missing. (@​vlad-pisanov)
  • #13185: Fix false negatives in Style/MapIntoArray autocorrection when using ensure, def, defs and for. (@​vlad-pisanov)
Changelog

Sourced from rubocop's changelog.

1.66.1 (2024-09-04)

Bug fixes

  • #13191: Fix an error for Style/IfWithSemicolon when using nested single-line if/;/end in block of if/else branches. ([@​koic][])
  • #13178: Fix false positive for Style/EmptyLiteral with Hash.new([]). ([@​earlopain][])
  • #13176: Fix crash in Style/EmptyElse when AllowComments: true and the else clause is missing. ([@​vlad-pisanov][])
  • #13185: Fix false negatives in Style/MapIntoArray autocorrection when using ensure, def, defs and for. ([@​vlad-pisanov][])
Commits
  • ba8e7be Cut 1.66.1
  • 2900c91 Update Changelog
  • 08bed81 Fix an error for Style/IfWithSemicolon
  • c2ae362 Don't parse YAML twice
  • 5f3481f Use rubocop-ast SimpleForwardable
  • 5e65a39 Merge pull request #13185 from vlad-pisanov/vp_map_into_array_2
  • d18b3c9 Fix false negatives in Style/MapIntoArray autocorrection when using `ensure...
  • 3277118 [Fix #13182] Tweak the doc for Style/RedundantInterpolationUnfreeze
  • 9a38b11 Merge pull request #13179 from Earlopain/node-matcher-directiry-error
  • fd4f4d7 Fix an error for InternalAffairs/NodeMatcherDirective when no second argument
  • Additional commits viewable in compare view

Updates rubocop-rspec from 3.0.4 to 3.0.5

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v3.0.5

  • Fix false-negative and error for RSpec/MetadataStyle when non-literal args are used in metadata in EnforceStyle: hash. (@​cbliard)
  • Improve offense message for RSpec/IndexedLet. (@​earlopain)
Changelog

Sourced from rubocop-rspec's changelog.

3.0.5 (2024-09-07)

  • Fix false-negative and error for RSpec/MetadataStyle when non-literal args are used in metadata in EnforceStyle: hash. ([@​cbliard])
  • Improve offense message for RSpec/IndexedLet. ([@​earlopain])
Commits
  • 16cf19c Merge pull request #1956 from rubocop/release
  • a8a061c Release v3.0.5
  • 74d7837 Merge pull request #1953 from Earlopain/offense-message-indexed-let
  • f31b268 Improve offense message for RSpec/IndexedLet
  • e02576f Merge pull request #1947 from cbliard/fix-metadata-style-cop-with-non-literal...
  • dbd87bb Fix false-negative and error for RSpec/MetadataStyle
  • See full diff in compare view

Updates tzinfo-data from 1.2024.1 to 1.2024.2

Release notes

Sourced from tzinfo-data's releases.

v1.2024.2

Based on version 2024b of the IANA Time Zone Database (https://lists.iana.org/hyperkitty/list/[email protected]/message/IZ7AO6WRE3W3TWBL5IR6PMQUL433BQIE/).

Commits

Updates factory_bot from 6.4.6 to 6.5.0

Release notes

Sourced from factory_bot's releases.

v6.5.0

What's Changed

New Contributors

Full Changelog: thoughtbot/factory_bot@v6.4.6...v6.5.0

Changelog

Sourced from factory_bot's changelog.

6.5.0 (September 6, 2024)

Commits
  • c000b9e [Docs] Add proper factory definition in example (#1688)
  • 5a92a91 Bump standard from 1.34.0 to 1.40.0
  • 1133dcd Fix Rails 7.2/8.0 enum deprecations
  • 2073d06 Fix Rails 7.2 compatibility
  • 3a61eb5 Bump development dependencies
  • 9af6c6a docs: documentation files updated (#1678)
  • ce79d9b Add a dynamic security workflow and a SECURITY.md file (#1677)
  • 4ee1d21 Improve docs formatting and fix filename conflicts (#1666)
  • 229246b Add new maintainers to CODEOWNERS (#1651)
  • 5e1c810 Update Dependabot configuration
  • Additional commits viewable in compare view

Updates faraday from 2.11.0 to 2.12.0

Release notes

Sourced from faraday's releases.

v2.12.0

What's Changed

New features ✨

Fixes 🐞

Misc/Docs 📄

New Contributors

Full Changelog: lostisland/faraday@v2.11.0...v2.12.0

Commits

Updates i18n from 1.14.5 to 1.14.6

Release notes

Sourced from i18n's releases.

v1.14.6

What's Changed

Ruby < 3.2 support will be dropped April 2025. Upgrade now to continue using i18n after that date.

New Contributors

Full Changelog: ruby-i18n/i18n@v1.14.5...v1.14.6

Commits
  • 3b65f65 Bump to 1.14.6
  • 6d0c2ce Add post install message for Ruby < 3.2 users
  • 1fbc930 Merge pull request #696 from KinWang-2013/fix/exists-method-nil-key
  • 18799df Merge pull request #697 from zachmargolis/margolis-optimize-plurals
  • aacb76a Merge pull request #699 from alexpls/master
  • d718ed4 Merge pull request #701 from stevegeek/fix_load_rb_with_pathname
  • ee22f10 Fix loading of .rb locale files when load_path is not a string, eg it is a Pa...
  • 229d57e Fixes strings being interpolated multiple times
  • eacc34f Merge pull request #698 from davetron5000/rdoc-fixes
  • 55dc807 fix issues with RDoc generation
  • Additional commits viewable in compare view

Updates irb from 1.14.0 to 1.14.1

Release notes

Sourced from irb's releases.

v1.14.1

What's Changed

✨ Enhancements

🐛 Bug Fixes

📚 Documentation

🛠 Other Changes

New Contributors

Full Changelog: ruby/irb@v1.14.0...v1.14.1

Commits
  • 04cd231 Bump version to v1.14.1 (#1009)
  • f6b06a9 Use proper locale in history encoding test (#1008)
  • 71f4d6b Fix debug command in nomultiline mode (#1006)
  • bcfaa72 Use InstructionSequence#script_lines to get method source (#1005)
  • f256d78 Remove KEYWORD_ALIASES which handled special alias name of irb_break irb_catc...
  • bd06069 Specify commit hash of yamatanooroti (#1000)
  • 30fa159 Fix easter_egg run without RDoc, fix input-method test run without RDoc (#998)
  • 87d0754 Skip show_doc tests if RDoc is not available
  • 06eb0bf Surpressing 'unknown command: “Switch to inspect mode.”' message (#995)
  • 985ac50 Make colorize test pass with NO_COLOR env set (#994)
  • Additional commits viewable in compare view

Updates jwt from 2.8.2 to 2.9.1

Changelog

Sourced from jwt's changelog.

v2.9.1 (2024-09-23)

Full Changelog

Fixes and enhancements:

v2.9.0 (2024-09-15)

Full Changelog

Features:

Fixes and enhancements:

Commits
  • b808636 Version 2.9.1
  • e983342 Disable claim validation if no expected values given
  • 623e093 Failing tests for verify_aud and verify_iss regressions
  • 3f77a61 Prepare next release
  • b26aee7 Version 2.9.0
  • 9eaf362 Release instructions
  • 33e636f Do not require EdDSA algo if rbnacl not available.
  • 71019d7 Push gem GH action
  • 3a4f611 Make extending algorithms easier
  • 74a2602 Add Matteo to changelog
  • Additional commits viewable in compare view

Updates logger from 1.6.0 to 1.6.1

Release notes

Sourced from logger's releases.

v1.6.1

What's Changed

New Contributors

Full Changelog: ruby/logger@v1.6.0...v1.6.1

Commits
  • bda937b Bump up 1.6.1
  • d5400dd Merge pull request #100 from saraid/guarantee-level_override-existence
  • 3246f38 Guarantee level_override exists
  • 436a7d6 Add reraise_write_errors keyword argument to Logger and LogDevice
  • b23069d Merge pull request #98 from ruby/retire-changelog
  • 0270e7b Retired CHANGELOG
  • 83502c2 Add support for symbols in #shift_age
  • 1a9c0a8 Merge pull request #97 from ruby/fix-ci
  • 5e540ee Exclude Ruby 2.5 from macos-latest that is macos-14
  • 44b42b0 Update license files with ruby/ruby
  • See full diff in compare view

Updates net-imap from 0.4.15 to 0.4.16

Release notes

Sourced from net-imap's releases.

v0.4.16

What's Changed

Fixed

Full Changelog: ruby/net-imap@v0.4.15...v0.4.16

Commits
  • d8b68bc 🔖 Bump version to 0.4.16
  • 0707ccb 🐛 Fix #header_fld_name to handle quoted strings correctly
  • See full diff in compare view

Updates parser from 3.3.4.2 to 3.3.5.0

Changelog

Sourced from parser's changelog.

v3.3.5.0 (2024-09-04)

API modifications:

  • Bump maintenance branches to 3.3.5 (#1039) (Koichi ITO)
Commits

Updates reline from 0.5.9 to 0.5.10

Release notes

Sourced from reline's releases.

v0.5.10

What's Changed

✨ Enhancements

🐛 Bug Fixes

Bumps the bundler group with 25 updates:

| Package | From | To |
| --- | --- | --- |
| [pg](https://github.com/ged/ruby-pg) | `1.5.7` | `1.5.8` |
| [uglifier](https://github.com/lautis/uglifier) | `4.2.0` | `4.2.1` |
| [jbuilder](https://github.com/rails/jbuilder) | `2.12.0` | `2.13.0` |
| [omniauth-google-oauth2](https://github.com/zquestz/omniauth-google-oauth2) | `1.1.3` | `1.2.0` |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `6.1.4` | `7.0.1` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.66.0` | `1.66.1` |
| [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.0.4` | `3.0.5` |
| [tzinfo-data](https://github.com/tzinfo/tzinfo-data) | `1.2024.1` | `1.2024.2` |
| [factory_bot](https://github.com/thoughtbot/factory_bot) | `6.4.6` | `6.5.0` |
| [faraday](https://github.com/lostisland/faraday) | `2.11.0` | `2.12.0` |
| [i18n](https://github.com/ruby-i18n/i18n) | `1.14.5` | `1.14.6` |
| [irb](https://github.com/ruby/irb) | `1.14.0` | `1.14.1` |
| [jwt](https://github.com/jwt/ruby-jwt) | `2.8.2` | `2.9.1` |
| [logger](https://github.com/ruby/logger) | `1.6.0` | `1.6.1` |
| [net-imap](https://github.com/ruby/net-imap) | `0.4.15` | `0.4.16` |
| [parser](https://github.com/whitequark/parser) | `3.3.4.2` | `3.3.5.0` |
| [reline](https://github.com/ruby/reline) | `0.5.9` | `0.5.10` |
| [rouge](https://github.com/rouge-ruby/rouge) | `4.3.0` | `4.4.0` |
| [rspec-core](https://github.com/rspec/rspec-core) | `3.13.0` | `3.13.1` |
| [rspec-expectations](https://github.com/rspec/rspec-expectations) | `3.13.2` | `3.13.3` |
| [rubocop-ast](https://github.com/rubocop/rubocop-ast) | `1.32.1` | `1.32.3` |
| [simplecov-html](https://github.com/simplecov-ruby/simplecov-html) | `0.12.3` | `0.13.1` |
| [unicode-display_width](https://github.com/janlelis/unicode-display_width) | `2.5.0` | `2.6.0` |
| [webrick](https://github.com/ruby/webrick) | `1.8.1` | `1.8.2` |
| [zeitwerk](https://github.com/fxn/zeitwerk) | `2.6.17` | `2.6.18` |


Updates `pg` from 1.5.7 to 1.5.8
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](ged/ruby-pg@v1.5.7...v1.5.8)

Updates `uglifier` from 4.2.0 to 4.2.1
- [Changelog](https://github.com/lautis/uglifier/blob/master/CHANGELOG.md)
- [Commits](lautis/uglifier@v4.2.0...v4.2.1)

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 `omniauth-google-oauth2` from 1.1.3 to 1.2.0
- [Release notes](https://github.com/zquestz/omniauth-google-oauth2/releases)
- [Changelog](https://github.com/zquestz/omniauth-google-oauth2/blob/master/CHANGELOG.md)
- [Commits](zquestz/omniauth-google-oauth2@v1.1.3...v1.2.0)

Updates `rspec-rails` from 6.1.4 to 7.0.1
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v6.1.4...v7.0.1)

Updates `rubocop` from 1.66.0 to 1.66.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.66.0...v1.66.1)

Updates `rubocop-rspec` from 3.0.4 to 3.0.5
- [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.0.4...v3.0.5)

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

Updates `factory_bot` from 6.4.6 to 6.5.0
- [Release notes](https://github.com/thoughtbot/factory_bot/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot/blob/main/NEWS.md)
- [Commits](thoughtbot/factory_bot@v6.4.6...v6.5.0)

Updates `faraday` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday@v2.11.0...v2.12.0)

Updates `i18n` from 1.14.5 to 1.14.6
- [Release notes](https://github.com/ruby-i18n/i18n/releases)
- [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md)
- [Commits](ruby-i18n/i18n@v1.14.5...v1.14.6)

Updates `irb` from 1.14.0 to 1.14.1
- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](ruby/irb@v1.14.0...v1.14.1)

Updates `jwt` from 2.8.2 to 2.9.1
- [Release notes](https://github.com/jwt/ruby-jwt/releases)
- [Changelog](https://github.com/jwt/ruby-jwt/blob/main/CHANGELOG.md)
- [Commits](jwt/ruby-jwt@v2.8.2...v2.9.1)

Updates `logger` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/ruby/logger/releases)
- [Commits](ruby/logger@v1.6.0...v1.6.1)

Updates `net-imap` from 0.4.15 to 0.4.16
- [Release notes](https://github.com/ruby/net-imap/releases)
- [Commits](ruby/net-imap@v0.4.15...v0.4.16)

Updates `parser` from 3.3.4.2 to 3.3.5.0
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](whitequark/parser@v3.3.4.2...v3.3.5.0)

Updates `reline` from 0.5.9 to 0.5.10
- [Release notes](https://github.com/ruby/reline/releases)
- [Commits](ruby/reline@v0.5.9...v0.5.10)

Updates `rouge` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/rouge-ruby/rouge/releases)
- [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md)
- [Commits](rouge-ruby/rouge@v4.3.0...v4.4.0)

Updates `rspec-core` from 3.13.0 to 3.13.1
- [Release notes](https://github.com/rspec/rspec-core/releases)
- [Changelog](https://github.com/rspec/rspec-core/blob/main/Changelog.md)
- [Commits](rspec/rspec-core@v3.13.0...v3.13.1)

Updates `rspec-expectations` from 3.13.2 to 3.13.3
- [Release notes](https://github.com/rspec/rspec-expectations/releases)
- [Changelog](https://github.com/rspec/rspec-expectations/blob/main/Changelog.md)
- [Commits](rspec/rspec-expectations@v3.13.2...v3.13.3)

Updates `rubocop-ast` from 1.32.1 to 1.32.3
- [Release notes](https://github.com/rubocop/rubocop-ast/releases)
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-ast@v1.32.1...v1.32.3)

Updates `simplecov-html` from 0.12.3 to 0.13.1
- [Release notes](https://github.com/simplecov-ruby/simplecov-html/releases)
- [Changelog](https://github.com/simplecov-ruby/simplecov-html/blob/main/CHANGELOG.md)
- [Commits](simplecov-ruby/simplecov-html@v0.12.3...v0.13.1)

Updates `unicode-display_width` from 2.5.0 to 2.6.0
- [Changelog](https://github.com/janlelis/unicode-display_width/blob/main/CHANGELOG.md)
- [Commits](janlelis/unicode-display_width@v2.5.0...v2.6.0)

Updates `webrick` from 1.8.1 to 1.8.2
- [Release notes](https://github.com/ruby/webrick/releases)
- [Commits](ruby/webrick@v1.8.1...v1.8.2)

Updates `zeitwerk` from 2.6.17 to 2.6.18
- [Changelog](https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md)
- [Commits](fxn/zeitwerk@v2.6.17...v2.6.18)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: uglifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: jbuilder
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: omniauth-google-oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: bundler
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: rubocop-rspec
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: tzinfo-data
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: factory_bot
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: faraday
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: i18n
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: irb
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: jwt
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: logger
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: net-imap
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: parser
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: reline
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: rouge
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: rspec-core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: rspec-expectations
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: rubocop-ast
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: simplecov-html
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: unicode-display_width
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: webrick
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: zeitwerk
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2024
@dependabot dependabot bot requested a review from CeeBeeUK October 1, 2024 03:08
@CeeBeeUK CeeBeeUK merged commit edd4160 into main Oct 1, 2024
5 checks passed
@CeeBeeUK CeeBeeUK deleted the dependabot/bundler/bundler-4cdce765b7 branch October 1, 2024 17:34
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.

1 participant