Skip to content

chore(deps): refresh Gemfile.lock to unblock Dependabot#643

Merged
unhappychoice merged 1 commit into
masterfrom
chore/refresh-gemfile-lock
Jun 20, 2026
Merged

chore(deps): refresh Gemfile.lock to unblock Dependabot#643
unhappychoice merged 1 commit into
masterfrom
chore/refresh-gemfile-lock

Conversation

@unhappychoice

Copy link
Copy Markdown
Member

Summary

  • Dependabot crashed with unknown_error on nokogiri during the scheduled 2026-06-19 run, leaving the lockfile stale.
  • Running bundle update nokogiri lumberjack locally resolves cleanly (nokogiri 1.19.3 → 1.19.4) which should unblock the next scheduled Dependabot run.

Test plan

  • bundle exec rspec passes (7 examples, 0 failures)

Refs: unhappychoice/oss-issue-opener#253

Dependabot crashed with `unknown_error` on nokogiri while updating
Ruby dependencies. Running `bundle update nokogiri lumberjack`
locally resolves cleanly (nokogiri 1.19.3 -> 1.19.4) and unblocks
the next scheduled Dependabot run.

Refs: unhappychoice/oss-issue-opener#253
@unhappychoice
unhappychoice merged commit d2488ae into master Jun 20, 2026
5 checks passed
@unhappychoice
unhappychoice deleted the chore/refresh-gemfile-lock branch June 20, 2026 14:36
@codecov

codecov Bot commented Jun 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (145b300) to head (57a48ed).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #643   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           23        23           
=========================================
  Hits            23        23           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant