Skip to content

[ruby] New version of simplecov (0.22.0) produced dependency conflicts#47

Merged
AlexWayfer merged 1 commit into
mainfrom
depfu/update/simplecov-0.22.0
Aug 29, 2023
Merged

[ruby] New version of simplecov (0.22.0) produced dependency conflicts#47
AlexWayfer merged 1 commit into
mainfrom
depfu/update/simplecov-0.22.0

Conversation

@depfu

@depfu depfu Bot commented Dec 24, 2022

Copy link
Copy Markdown
Contributor

👉 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 "simplecov":
  In Gemfile:
    simplecov (~> 0.22.0)

    codecov (~> 0.6.0) was resolved to 0.6.0, which depends on
      simplecov (< 0.22, >= 0.15)

What changed?

✳️ simplecov (~> 0.21.0 → ~> 0.22.0) · Repo · Changelog

Release Notes

0.22.0 (from changelog)

Enhancements

  • On Ruby 3.2+, you can now use the new Coverage library feature for eval - See #1037. Thanks @mame!

Bugfixes

  • Fix for making the test suite pass against the upcoming Ruby 3.2 - See #1035. Thanks @mame

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

Commits

See the full diff on Github. The new version differs by 34 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 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 24, 2022
@AlexWayfer

Copy link
Copy Markdown
Member

@depfu rebase

@depfu depfu Bot force-pushed the depfu/update/simplecov-0.22.0 branch from a4d8b76 to a1b684c Compare February 25, 2023 23:19
@codecov

codecov Bot commented Feb 25, 2023

Copy link
Copy Markdown

Codecov Report

Merging #47 (ba5db10) into main (846606d) will decrease coverage by 2.93%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #47      +/-   ##
==========================================
- Coverage   55.55%   52.63%   -2.93%     
==========================================
  Files           2        2              
  Lines          18       19       +1     
==========================================
  Hits           10       10              
- Misses          8        9       +1     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@AlexWayfer

Copy link
Copy Markdown
Member

As I understand, the fix for TruffleRuby is in v23.0, and the latest version of Docker package is still 22.3.1: graalvm/container#80

@AlexWayfer

Copy link
Copy Markdown
Member

@depfu rebase

@depfu depfu Bot force-pushed the depfu/update/simplecov-0.22.0 branch from efaa456 to ba5db10 Compare August 29, 2023 08:54
@AlexWayfer AlexWayfer merged commit 47b607a into main Aug 29, 2023
@AlexWayfer AlexWayfer deleted the depfu/update/simplecov-0.22.0 branch August 29, 2023 08:59
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