Skip to content

Update bundler non-major dependencies to v1.217.0#1497

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/bundler-minor-patch
Open

Update bundler non-major dependencies to v1.217.0#1497
renovate[bot] wants to merge 1 commit intomainfrom
renovate/bundler-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 5, 2026

This PR contains the following updates:

Package Change Age Confidence
aws-sdk-s3 (source, changelog) 1.213.01.217.0 age confidence
aws-sdk-sqs (source, changelog) 1.111.01.112.0 age confidence
rubocop (source, changelog) 1.85.01.86.0 age confidence
sentry-rails (source, changelog) 6.4.16.5.0 age confidence
sentry-ruby (source, changelog) 6.4.16.5.0 age confidence
skylight (source) 7.0.07.1.0 age confidence
sqlite3 2.9.12.9.2 age confidence
terser (changelog) 1.2.61.2.7 age confidence
web-console 4.2.14.3.0 age confidence
webmock (changelog) 3.26.13.26.2 age confidence

Release Notes

aws/aws-sdk-ruby (aws-sdk-s3)

v1.217.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

v1.216.0

  • Feature - Adds support for account regional namespaces for general purpose buckets. The account regional namespace is a reserved subdivision of the global bucket namespace where only your account can create general purpose buckets.

v1.215.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

  • Issue - Fix LoadError when requiring aws-sdk-s3 due to missing directory_progress file.

v1.214.0

  • Feature - Added #upload_directory and #download_directory to Aws::S3::TransferManager for bulk directory transfers.
aws/aws-sdk-ruby (aws-sdk-sqs)

v1.112.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
rubocop/rubocop (rubocop)

v1.86.0

Compare Source

New features
Bug fixes
  • #​15015: Fix Style/ConcatArrayLiterals autocorrect deleting code for percent literals with interpolation. ([@​bbatsov][])
  • #​14897: Detect constant reassignment after class/module definition in Lint/ConstantReassignment. ([@​ydakuka][])
  • #​11829: Fix false negatives for Lint/DuplicateMethods when duplicate methods are defined in anonymous classes and modules not assigned to a constant. ([@​Darhazer][])
  • #​14988: Fix false negative in Style/RedundantParentheses when redundant parentheses around range literals in block body. ([@​koic][])
  • #​14916: Fix false positive for Layout/MultilineMethodCallIndentation when method chain is inside a hash pair value passed to a multiline chained method call. ([@​ydakuka][])
  • #​15010: Fix a false positive for Lint/DuplicateMethods when modules blocks are passed as method arguments. ([@​5hun-s][])
  • #​15028: Fix a false positive for Lint/DuplicateMethods when the same method is defined in different anonymous module blocks passed to a no-receiver call (e.g. stub_const). ([@​Darhazer][])
  • #​15021: Fix false positives in Layout/EmptyLineAfterGuardClause when using a guard clause followed by a multi-line guard clause with raise, fail, return, break, or next. ([@​koic][])
  • #​15001: Fix false positives in Layout/RedundantLineBreak when setting InspectBlocks: true and using rescue or ensure in the block. ([@​koic][])
  • #​14997: Fix false positives in Style/FileOpen when assigning File.open to an instance variable, class variable, global variable, or constant. ([@​koic][])
  • #​15019: Fix false positives in Lint/DuplicateMethods when the same method is defined in anonymous module blocks passed to different receivers. ([@​koic][])
  • #​14987: Complete ERB and Haml autocorrection in a single run. ([@​alpaca-tc][])
  • #​15039: Fix incorrect autocorrect in Style/IfWithSemicolon when return with value is in the else branch. ([@​koic][])
  • #​14930: Fix incorrect autocorrection for Style/IfUnlessModifier when multiple if/unless modifier forms are on the same line inside a collection. ([@​ydakuka][])
  • #​14985: Fix incorrect autocorrection in Lint/SafeNavigationChain when chaining a method call after safe navigation in the if branch of a ternary. ([@​koic][])
  • #​15009: Fix infinite loop in Layout/EndAlignment when end is followed by || or &&. ([@​koic][])
  • #​14981: Fix spurious warning "does not support Safe/SafeAutoCorrect parameter" when those parameters are set for cops that don't have them in their default configuration. ([@​dduugg][])
  • #​15043: Fix an error for Lint/UselessDefaultValueArgument when fetch without a receiver is inside a fetch block. ([@​koic][])
  • #​15034: Fix incorrect autocorrection in Style/IfWithSemicolon when using single-line unless / ; / end. ([@​koic][])
  • #​15015: Fix Style/NonNilCheck autocorrect for receivers containing spaces. ([@​bbatsov][])
  • #​15015: Fix Style/RaiseArgs to allow anonymous keyword forwarding (raise Ex.new(**)). ([@​bbatsov][])
  • #​14890: Fix a false positive for Lint/RedundantCopDisableDirective when a rubocop:disable comment is used to suppress Lint/EmptyWhen, Lint/EmptyConditionalBody, Lint/EmptyInPattern, or Style/SymbolProc. ([@​eugeneius][])
  • #​15015: Fix false negative in Style/RedundantPercentQ for %q strings with interpolation-like syntax. ([@​bbatsov][])
  • #​14984: Fix Style/AndOr adding unnecessary parentheses around return without arguments. ([@​eugeneius][])
  • #​14945: Support files with multiple modifiers in Lint/UselessConstantScoping. ([@​h-lame][])
  • #​15015: Fix Style/TrailingMethodEndStatement to detect singleton methods (def self.foo). ([@​bbatsov][])
  • #​10822: Don't store results in cache if there are warnings. ([@​jonas054][])
Changes
  • #​14718: Allow setting MaxFilesInCache to false to entirely disable cache pruning. ([@​byroot][])
  • #​14989: Make Lint/RedundantSafeNavigation aware of safe navigation in conditional true branch. ([@​koic][])
  • #​15041: Remove mcp gem from runtime dependencies. ([@​koic][])

v1.85.1

Compare Source

Bug fixes
  • #​14958: Fix false positives in Style/FileOpen when File.open is passed as an argument or returned from a method. ([@​sferik][])
  • #​14973: Fix Style/ReduceToHash false positive when accumulator is read in key/value. ([@​sferik][])
  • #​14964: Fix false positives in Style/RedundantParentheses when parenthesizing a range in a block body. ([@​koic][])
Changes
getsentry/sentry-ruby (sentry-rails)

v6.5.0

Compare Source

New Features ✨
Bug Fixes 🐛
Internal Changes 🔧
skylightio/skylight-ruby (skylight)

v7.1.0

Compare Source

  • BREAKING end support for Rails < 7.2.
  • IMPROVEMENT better support for Grape 3.x
  • IMPROVEMENT better ActiveRecord instrumentation for async queries in Rails 8.2
ahorek/terser-ruby (terser)

v1.2.7

Compare Source

  • added a new module option to enable minification of ES6 modules (default is false)
  • update TerserJS to [5.46.1]
rails/web-console (web-console)

v4.3.0

Compare Source

  • #​342 Always permit IPv4-mapped IPv6 loopback addresses ([@​zunda]).
  • Fixed Rails 8.2.0.alpha support
  • Drop Rails 7.2 support
  • Drop Ruby 3.1 support
bblimke/webmock (webmock)

v3.26.2

Compare Source

  • Add support to parse http/2 request on curb adapter

    Thanks to Christoph Rieß

  • CurbAdapter alias code from response_code

    Thanks to Christoph Rieß

  • Add HTTP.rb v6.0.0 compatibility to http_rb adapter

    Thanks to Erik Berlin


Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@mitlib mitlib temporarily deployed to thesis-submit-pr-1497 March 5, 2026 01:31 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 264cc68 to bd05c25 Compare March 5, 2026 13:20
@mitlib mitlib temporarily deployed to thesis-submit-pr-1497 March 5, 2026 13:21 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from bd05c25 to c4584a7 Compare March 5, 2026 21:55
@renovate renovate bot changed the title Update bundler non-major dependencies to v1.214.0 Update bundler non-major dependencies to v1.215.0 Mar 5, 2026
@mitlib mitlib temporarily deployed to thesis-submit-pr-1497 March 5, 2026 21:56 Inactive
@coveralls
Copy link

coveralls commented Mar 5, 2026

Coverage Status

coverage: 98.338%. remained the same
when pulling 821b8b9 on renovate/bundler-minor-patch
into e6bf8c9 on main.

@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from c4584a7 to f100397 Compare March 6, 2026 09:29
@mitlib mitlib temporarily deployed to thesis-submit-pr-1497 March 6, 2026 09:29 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from f100397 to 6e9f300 Compare March 8, 2026 14:13
@mitlib mitlib temporarily deployed to thesis-submit-pr-1497 March 8, 2026 14:13 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 6e9f300 to 4024804 Compare March 12, 2026 22:45
@renovate renovate bot changed the title Update bundler non-major dependencies to v1.215.0 Update bundler non-major dependencies to v1.216.0 Mar 12, 2026
@mitlib mitlib temporarily deployed to thesis-submit-pr-1497 March 12, 2026 22:46 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 4024804 to aed4d78 Compare March 13, 2026 21:04
@mitlib mitlib temporarily deployed to thesis-submit-pr-1497 March 13, 2026 21:04 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from aed4d78 to da17afb Compare March 15, 2026 21:08
@mitlib mitlib temporarily deployed to thesis-submit-pr-1497 March 15, 2026 21:08 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from da17afb to 6f7dbe2 Compare March 16, 2026 17:53
@mitlib mitlib temporarily deployed to thesis-submit-pr-1497 March 16, 2026 17:53 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 6f7dbe2 to cfa3409 Compare March 18, 2026 05:37
@mitlib mitlib temporarily deployed to thesis-submit-pr-1497 March 18, 2026 05:38 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from cfa3409 to d3e6d0b Compare March 18, 2026 21:35
@renovate renovate bot changed the title Update bundler non-major dependencies to v1.216.0 Update bundler non-major dependencies to v1.217.0 Mar 18, 2026
@mitlib mitlib temporarily deployed to thesis-submit-pr-1497 March 18, 2026 21:36 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from d3e6d0b to 2d9a41b Compare March 19, 2026 13:22
@mitlib mitlib temporarily deployed to thesis-submit-pr-1497 March 19, 2026 13:23 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants