Skip to content

Instantly share code, notes, and snippets.

@rsutphin
Created October 18, 2011 18:38
Show Gist options
  • Select an option

  • Save rsutphin/1296266 to your computer and use it in GitHub Desktop.

Select an option

Save rsutphin/1296266 to your computer and use it in GitHub Desktop.
Minimal Gemfile for bundler #1486
source :rubygems
gem 'i18n', '~> 0.4'
gem 'activesupport', '~> 3.0'
gem 'activerecord', '~> 3.0'
gem 'builder', '~> 2.1.2'
@rsutphin
Copy link
Copy Markdown
Author

This Gemfile installs the wrong version of activemodel on MRI 1.8.7-p352 under bundler 1.1.rc. It behaves correctly on MRI 1.8.7-p352 using bundler 1.0.21 and on MRI 1.9.2-p290 with either version of bundler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment