Skip to content

Instantly share code, notes, and snippets.

@y-yagi
Last active May 1, 2017 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save y-yagi/ea62796d7fe047ee9bb0580574549154 to your computer and use it in GitHub Desktop.
Save y-yagi/ea62796d7fe047ee9bb0580574549154 to your computer and use it in GitHub Desktop.
Error in RubyGems 2.6.12
# Gemfile 
gem "rdoc"
# setup.rb
#!/usr/bin/env ruby

require "bundler/setup"
system("gem install bundler --conservative")
system("bundler version")
$ gem -v  
2.6.11
$ ./setup.rb
Bundler version 1.14.6
$ gem update --system 2.6.12
$ gem -v  
2.6.12
$ ./setup.rb 
ERROR:  While executing gem ... (Gem::UnsatisfiableDependencyError)
    Unable to resolve dependency: user requested 'did_you_mean (= 1.1.0)'
Bundler version 1.14.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment