Skip to content

CI: Gemfile.lock out of sync with gemspec #46

@cardmagic

Description

@cardmagic

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions