Skip to content

Upgrade bundler to fix update command#777

Merged
zetter-rpf merged 1 commit intomainfrom
upgrade-bundler
Apr 10, 2026
Merged

Upgrade bundler to fix update command#777
zetter-rpf merged 1 commit intomainfrom
upgrade-bundler

Conversation

@zetter-rpf
Copy link
Copy Markdown
Contributor

Status

Run bundle update --bundler

The update command was failing for specific gems for example, bundle update addressable fails with:

Fetching gem metadata from https://rubygems.org/........
Resolving dependencies...
Could not find compatible versions

Because every version of omniauth-rpi depends on omniauth-oauth2 ~> 1.4
  and omniauth-oauth2 ~> 1.4 could not be found in https://github.com/RaspberryPiFoundation/omniauth-rpi.git (at v1.4.1@ff02d94),
  omniauth-rpi cannot be used.
So, because Gemfile depends on omniauth-rpi >= 0,
  version solving has failed.

This error has nothing to do with addressable and seems to be something that is fixed in a newer version of bundler.

Run `bundle update --bundler`

The update command was failing for specific gems for example, `bundle update addressable` fails with:

```
Fetching gem metadata from https://rubygems.org/........
Resolving dependencies...
Could not find compatible versions

Because every version of omniauth-rpi depends on omniauth-oauth2 ~> 1.4
  and omniauth-oauth2 ~> 1.4 could not be found in https://github.com/RaspberryPiFoundation/omniauth-rpi.git (at v1.4.1@ff02d94),
  omniauth-rpi cannot be used.
So, because Gemfile depends on omniauth-rpi >= 0,
  version solving has failed.
```

This error has nothing to do with addressable and seems to be something that is fixed in a newer version of bundler.
@cla-bot cla-bot bot added the cla-signed label Apr 9, 2026
@zetter-rpf zetter-rpf marked this pull request as ready for review April 9, 2026 10:25
Copilot AI review requested due to automatic review settings April 9, 2026 10:25
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 9, 2026

Test coverage

89.93% line coverage reported by SimpleCov.
Run: https://github.com/RaspberryPiFoundation/editor-api/actions/runs/24185293833

@zetter-rpf zetter-rpf merged commit a7dde45 into main Apr 10, 2026
5 checks passed
@zetter-rpf zetter-rpf deleted the upgrade-bundler branch April 10, 2026 07:50
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.

3 participants