Skip to content

Instantly share code, notes, and snippets.

@1syo
Created February 5, 2013 08:20
Show Gist options
  • Save 1syo/4713051 to your computer and use it in GitHub Desktop.
Save 1syo/4713051 to your computer and use it in GitHub Desktop.
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/..
Bundler could not find compatible versions for gem "diff-lcs":
In Gemfile:
rspec (>= 2.12) ruby depends on
diff-lcs (~> 1.1.3) ruby
grit (>= 0) ruby depends on
diff-lcs (1.2.0)
# A sample Gemfile
source "https://rubygems.org"
gem 'rspec', '>= 2.12'
gem 'grit'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment