Skip to content

Conversation

@koic
Copy link
Collaborator

@koic koic commented Jan 14, 2026

The upper bound on the Bundler version introduced in 9c34ef3 is causing installation errors with the development version of Ruby 4.1-dev.

> bundle install
(snip)

Could not find compatible versions

Because the current Bundler version (4.1.0.dev) does not satisfy bundler >=
1.15, < 3.0.0
and Gemfile depends on bundler >= 1.15, < 3.0.0,
  version solving has failed.

https://github.com/whitequark/parser/actions/runs/20980305950/job/60303672289

In practice, there is little need to specify an upper bound unless an actual compatibility issue with the Bundler version used for development arises.

The upper bound on the Bundler version introduced in
whitequark@9c34ef3 is causing
installation errors with the development version of Ruby 4.1-dev.

```console
> bundle install
(snip)

Could not find compatible versions

Because the current Bundler version (4.1.0.dev) does not satisfy bundler >=
1.15, < 3.0.0
and Gemfile depends on bundler >= 1.15, < 3.0.0,
  version solving has failed.
```

https://github.com/whitequark/parser/actions/runs/20980305950/job/60303672289

In practice, there is little need to specify an upper bound
unless an actual compatibility issue with the Bundler version used for development arises.
@koic koic merged commit c1900f8 into whitequark:master Jan 14, 2026
10 checks passed
@koic koic deleted the relax_version_of_bundler_for_development branch January 14, 2026 02:53
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