r18n / r18n-core

I18n tool to translate your Ruby application
GNU Lesser General Public License v3.0
2 stars 4 forks source link

[ruby] New version of gem_toys (0.13.0) produced dependency conflicts #95

Closed depfu[bot] closed 10 months ago

depfu[bot] commented 11 months ago

👉 This PR is queued up to get rebased by Depfu

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 "toys-core":
  In Gemfile:
    gem_toys (~> 0.13.0) was resolved to 0.13.0, which depends on
      toys-core (~> 0.15.1)

    toys (~> 0.14.2) was resolved to 0.14.2, which depends on
      toys-core (= 0.14.2)

What changed?

✳️ gem_toys (~> 0.12.1 → ~> 0.13.0) · Repo · Changelog

Release Notes

0.13.0 (from changelog)

  • Drop Ruby 2.6 support.
  • Add Ruby 3.2 support.
  • Add missing runtime toys-core dependency.
  • Move development dependencies from gemspec into Gemfile.
  • Update development dependencies.
  • Improve CI config.

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

Commits

See the full diff on Github. The new version differs by 40 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)
AlexWayfer commented 10 months ago

@depfu rebase

depfu[bot] commented 10 months ago

Closing because this update is no longer necessary.