Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

undefined method `plain_specs' for #<Bundler::RubygemsIntegration:0x00005633f09a9000> (NoMethodError)

gem uninstall rubygems-bundler

works for me I am using bundler 2.1.0

REF: https://github.com/bundler/bundler/issues/7492

When showing

ERROR:  While executing gem ... (Gem::InstallError)
    rubygems-bundler is not installed in GEM_HOME, try:
    gem uninstall -i /Users/xxxx/.rvm/rubies/ruby-2.5.7/lib/ruby/gems/2.5.0 rubygems-bundler

Please run

gem uninstall -i /Users/xxxx/.rvm/rubies/ruby-2.5.7/lib/ruby/gems/2.5.0 rubygems-bundler

Tags:

Ruby

Ruby On Rails

Related

Simultaneously escape double and single quotes in Xpath Flutter iOS build failed an error of pod files: Podfile is out of date How can I create a column with counts between a column and a list in Pandas? Block network access of a test/process on Travis? ASP.NET Core 3.1 web application throws error 500.30 when run on IIS Express, but not when using dotnet watch run React app error: Failed to construct 'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS phpunit, laravel: Cannot use "parent" when current class scope has no parent springdoc-openapi apply default global SecurityScheme possible? Retry failed jobs in github actions Volley request retry policy doesn't consider timeout NGINX read body from proxy_pass response Error: Please, upgrade your dependencies to the actual version of core-js@3

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy