Skip to content

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Dec 13, 2024

We've tried to upgrade a dependency and got errors running Bundler. It looks like there is a version conflict between two or more dependencies. Depfu doesn't try to solve these, as this would mean to update more than one dependency at a time.

Please take a look at the exact failure to figure out if this is something you need to work on.

The bundler error message was:

Bundler could not find compatible versions for gem "alt_memery":
  In Gemfile:
    gem_toys (~> 0.14.0) was resolved to 0.14.0, which depends on
      alt_memery (~> 2.1)

Could not find gem 'alt_memery (~> 2.1)', which is required by gem 'gem_toys (~> 0.14.0)', in rubygems repository https://rubygems.org/ or installed locally.

Bundler could not find compatible versions for gem "rubocop":
  In Gemfile:
    rubocop (~> 1.61.0)

    rubocop-performance (~> 1.0) was resolved to 1.23.0, which depends on
      rubocop (< 2.0, >= 1.48.1)

    rubocop-rspec (~> 3.3) was resolved to 3.3.0, which depends on
      rubocop (~> 1.61)

What changed?

✳️ rubocop-rspec (~> 2.0 → ~> 3.3) · Repo · Changelog

Release Notes

3.3.0

  • Deprecate top_level_group? method from TopLevelGroup mixin as all of its callers were intentionally removed from Rubocop/RSpec. (@corsonknowles)
  • Fix false positive for RSpec/EmptyMetadata for splat kwargs. (@pirj)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 30 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the dependencies label Dec 13, 2024
@codecov
Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.00%. Comparing base (be3322c) to head (3a2e9f2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #102   +/-   ##
=======================================
  Coverage   50.00%   50.00%           
=======================================
  Files           2        2           
  Lines          40       40           
=======================================
  Hits           20       20           
  Misses         20       20           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@depfu
Copy link
Contributor Author

depfu bot commented Feb 17, 2025

Closed in favor of #103.

@depfu depfu bot closed this Feb 17, 2025
@depfu depfu bot deleted the depfu/update/rubocop-rspec-3.3.0 branch February 17, 2025 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant