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 ruby-dependencies group in /ruby with 7 updates #707

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the ruby-dependencies group in /ruby with 7 updates:

Package From To
bootsnap 1.17.0 1.18.3
rubocop-performance 1.20.1 1.20.2
rubocop-rspec 2.26.0 2.26.1
rspec-rails 6.1.0 6.1.1
faraday 2.8.1 2.9.0
mechanize 2.9.1 2.10.0
spreadsheet 1.3.0 1.3.1

Updates bootsnap from 1.17.0 to 1.18.3

Changelog

Sourced from bootsnap's changelog.

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 #474. Will be re-enabled in a future version once the root cause is identified.
  • Fix a potential compilation issue on some systems. See #470.

1.18.1

  • Handle EPERM errors when opening files with O_NOATIME.

1.18.0

  • Bootsnap.instrumentation now receive :hit events.
  • Add Bootsnap.log_stats! to print hit rate statistics on process exit. Can also be enabled with BOOTSNAP_STATS=1.
  • Revalidate stale cache entries by digesting the source content. This should significantly improve performance in environments where mtime isn't preserved (e.g. CI systems doing a git clone, etc). See #468.
  • Open source files and cache entries with O_NOATIME when available to reduce disk accesses. See #469.
  • bootsnap precompile --gemfile now look for .rb files in the whole gem and not just the lib/ directory. See #466.

1.17.1

  • Fix a compatibility issue with the prism library that ships with Ruby 3.3. See #463.
  • Improved the Kernel#require decorator to not cause a method redefinition warning. See #461.
Commits
  • 48c08b0 Release 1.18.3
  • 08cd0d9 Merge pull request #476 from Shopify/fix-revalidation
  • ad189d1 Fix a cache corruption issue during revalidation
  • 2dba040 Release 1.18.2
  • 38554bb Merge pull request #475 from Shopify/disable-revalidation-by-default
  • a5b46d0 Disable stale cache entries revalidation by default
  • 4b6d40e Merge pull request #473 from Shopify/gnu-source
  • 33754b4 Define _GNU_SOURCE properly
  • d4b4666 Workaround fdatasync bug on macOS
  • c88b4bd Include errno_provenance in sys_err messages
  • Additional commits viewable in compare view

Updates rubocop-performance from 1.20.1 to 1.20.2

Release notes

Sourced from rubocop-performance's releases.

RuboCop Performance 1.20.2

Bug fixes

  • #425: Fix a false positive for Performance/StringIdentifierArgument when using string interpolation with methods that don't support symbols with :: inside them. (@​earlopain)
Changelog

Sourced from rubocop-performance's changelog.

1.20.2 (2024-01-08)

Bug fixes

  • #425: Fix a false positive for Performance/StringIdentifierArgument when using string interpolation with methods that don't support symbols with :: inside them. ([@​earlopain][])
Commits

Updates rubocop-rspec from 2.26.0 to 2.26.1

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v2.26.1

  • Fix an error for RSpec/SharedExamples when using examples without argument. (@​ydah)
Changelog

Sourced from rubocop-rspec's changelog.

2.26.1 (2024-01-05)

  • Fix an error for RSpec/SharedExamples when using examples without argument. ([@​ydah])
Commits

Updates rspec-rails from 6.1.0 to 6.1.1

Changelog

Sourced from rspec-rails's changelog.

6.1.1 / 2024-01-25

Full Changelog

Bug Fixes:

  • Improved deprecation message for RSpec::Rails::Configuration.fixture_paths (Benoit Tigeot, #2720)
  • Fix support for namespaced fixtures in Rails 7.1. (Benedikt Deicke, #2716)
Commits

Updates faraday from 2.8.1 to 2.9.0

Release notes

Sourced from faraday's releases.

v2.9.0

What's Changed

NOTE: This release removes support for Ruby 2.6 and 2.7, making Ruby 3.0 the minimum version.

New Contributors

Full Changelog: lostisland/faraday@v2.8.1...v2.9.0

Commits
  • cc5d607 Version bump to 2.9.0
  • ceb01e4 Bump faraday-net_http version to allow 3.1 (#1546)
  • 074506e Use latest Ruby version to publish and run rubocop
  • 898f203 Run rubocop in CI using Ruby 3.3
  • f0f549d Fix Rubocop offenses
  • caa4ff4 Update GitHub workflows, add 3.3 to CI matrix
  • 13732f7 Remove ruby2_keywords dependency
  • 8cbfd75 Make 3.0 the minimum supported Ruby version
  • 9487833 Remove runtime dependency on base64 (#1541)
  • See full diff in compare view

Updates mechanize from 2.9.1 to 2.10.0

Release notes

Sourced from mechanize's releases.

2.10.0 / 2024-01-22

  • Add nkf and base64 as explicit dependencies, since they are being unbundled in Ruby 3.4. (#634) @​flavorjones

2.9.2 / 2024-01-15

Changelog

Sourced from mechanize's changelog.

2.10.0 / 2024-01-22

  • Add nkf and base64 as explicit dependencies, since they are being unbundled in Ruby 3.4. (#634) @​flavorjones

2.9.2 / 2024-01-15

Commits
  • 8c47e35 version bump to v2.10.0
  • 460e70d Merge pull request #634 from sparklemotion/flavorjones-dep-nkf
  • acb36b8 ci: add truffleruby (stable) and jruby-head
  • 9f85f2d dep: ruby 3.4 unbundled gems
  • 553f6c1 version bump to v2.9.2
  • f75af0a Merge pull request #632 from takatea/update-example-latest_user_agents
  • 03540ab Merge pull request #631 from p-linnane/fix-various-typos
  • 34ccbd6 doc: update docstring for AGENT_ALIASES and remove todo comment
  • 32c74ee update user agent strings for agent aliases
  • baae66d feat: output ordered user agents
  • Additional commits viewable in compare view

Updates spreadsheet from 1.3.0 to 1.3.1

Changelog

Sourced from spreadsheet's changelog.

1.3.1 15.1.2024

commit dd69d23f00427066cda8d2b30355e044b8c07eff Author: Mark Young [email protected]

  • Fix spreadsheet.gemspec issues.
Commits

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ruby-dependencies group in /ruby with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [bootsnap](https://github.com/Shopify/bootsnap) | `1.17.0` | `1.18.3` |
| [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.20.1` | `1.20.2` |
| [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `2.26.0` | `2.26.1` |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `6.1.0` | `6.1.1` |
| [faraday](https://github.com/lostisland/faraday) | `2.8.1` | `2.9.0` |
| [mechanize](https://github.com/sparklemotion/mechanize) | `2.9.1` | `2.10.0` |
| [spreadsheet](https://github.com/zdavatz/spreadsheet) | `1.3.0` | `1.3.1` |


Updates `bootsnap` from 1.17.0 to 1.18.3
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md)
- [Commits](Shopify/bootsnap@v1.17.0...v1.18.3)

Updates `rubocop-performance` from 1.20.1 to 1.20.2
- [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.20.1...v1.20.2)

Updates `rubocop-rspec` from 2.26.0 to 2.26.1
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v2.26.0...v2.26.1)

Updates `rspec-rails` from 6.1.0 to 6.1.1
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v6.1.0...v6.1.1)

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

Updates `mechanize` from 2.9.1 to 2.10.0
- [Release notes](https://github.com/sparklemotion/mechanize/releases)
- [Changelog](https://github.com/sparklemotion/mechanize/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/mechanize@v2.9.1...v2.10.0)

Updates `spreadsheet` from 1.3.0 to 1.3.1
- [Changelog](https://github.com/zdavatz/spreadsheet/blob/master/History.md)
- [Commits](https://github.com/zdavatz/spreadsheet/commits)

---
updated-dependencies:
- dependency-name: bootsnap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: rubocop-performance
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
- dependency-name: rubocop-rspec
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
- dependency-name: faraday
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: mechanize
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: spreadsheet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Related to ruby or rails labels Feb 1, 2024
Copy link

vercel bot commented Feb 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
company-ranking ⬜️ Ignored (Inspect) Visit Preview Feb 1, 2024 11:33am

@yuki0920 yuki0920 merged commit 5fa6681 into main Feb 16, 2024
8 checks passed
@yuki0920 yuki0920 deleted the dependabot/bundler/ruby/ruby-dependencies-0ca57c005c branch February 16, 2024 11:23
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 Related to ruby or rails
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant