Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest released gem missing bundler changes #139

Open
jcoleman opened this issue Dec 27, 2022 · 4 comments
Open

Latest released gem missing bundler changes #139

jcoleman opened this issue Dec 27, 2022 · 4 comments

Comments

@jcoleman
Copy link

3.4.0 is the latest gem version on RubyGems, but it still forcibly requires Bundler 1.x. That changed in 6db5dcd; could you release an updated gem?

@johnnyshields
Copy link

@yujinakayama can you help here?

@jcoleman
Copy link
Author

jcoleman commented Sep 6, 2023

@yujinakayama Any update on this?

@pboling
Copy link

pboling commented Oct 3, 2023

@yujinakayama Please! 💟

@pboling
Copy link

pboling commented Oct 3, 2023

An alternative temporary solution is in #138 :

If you see an error message that reads `You must use Bundler 2 or greater with this lockfile.` it means 

* You're using a ruby whose default bundler is version 2 or up; to address this
  * Delete your Gemfile.lock
  * Rebuild it by running `bundle _1.17.3_ install` which uses the version of bundler Transpec depends on

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

No branches or pull requests

3 participants