-
Notifications
You must be signed in to change notification settings - Fork 123
Closed
Description
Problem
CI is failing because Gemfile.lock doesn't reflect the matrix dependency added to gemspec in PR #42.
Error:
The gemspecs for path gems changed, but the lockfile can't be updated because frozen mode is set
The lockfile shows:
PATH
specs:
classifier (1.4.4)
fast-stemmer (~> 1.0)
mutex_m (~> 0.2)
rake
But gemspec now includes matrix as a dependency.
Fix
Run bundle install to regenerate Gemfile.lock with the updated gemspec dependencies.
Related
- PR Fix: LoadError #42 added matrix dependency to gemspec
- Failing run: https://github.com/cardmagic/classifier/actions/runs/20534825400
Metadata
Metadata
Assignees
Labels
No labels