Skip to content

Instantly share code, notes, and snippets.

@pr0d1r2
Created December 28, 2009 10:54
Show Gist options
  • Save pr0d1r2/264623 to your computer and use it in GitHub Desktop.
Save pr0d1r2/264623 to your computer and use it in GitHub Desktop.
# Related to: http://rubyonrails.pl/forum/viewtopic.php?pid=15369#p15369
bundle_path "vendor/bundler_gems"
clear_sources
source 'http://gemcutter.org'
source 'http://gems.github.com'
gem 'rails', '=2.3.5'
gem 'paperclip', '=2.3.1.1'
gem 'will_paginate', '=2.3.11'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment