Skip to content

Instantly share code, notes, and snippets.

@svenfuchs
Created April 17, 2010 13:35
Show Gist options
  • Save svenfuchs/369544 to your computer and use it in GitHub Desktop.
Save svenfuchs/369544 to your computer and use it in GitHub Desktop.
source 'http://gemcutter.org'
group :ar2 do
gem "activerecord", '~> 2.3'
end
group :ar3 do
gem "activerecord", '~> 3'
end
# obviously can't work, raises:
No compatible versions could be found for required dependencies: (Bundler::VersionConflict)
Conflict on: "activerecord":
* activerecord (2.3.4) activated by activerecord (~> 2.3, runtime)
* activerecord (~> 3, runtime) required in Gemfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment