getappmap / getappmap/appmap-js

Put bundler back in development mode before attempting to update the Gemfile

Open
#1,135 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
TypeScript
Stars
53
Forks
18
Avg merge
3d 18h
Merged PRs (30d)
8

Description

When the installer is applied, the Ruby bundle may be in deployment mode. In deployment mode, changing the Gemfile / Gemfile.lock is disallowed.

So, before attempting to update the bundle, put bundler back in development mode:

bundle config unset deployment

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue does not name a source file or test. Locate the installer entry point that updates Gemfile or Gemfile.lock, then check where the bundle update is attempted. Ensure deployment mode is unset before that update and verify the installer can change the bundle successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
ruby
Domain
tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.