Skip to content

Instantly share code, notes, and snippets.

@pr0d1r2
Created December 28, 2009 10:55
Show Gist options
  • Save pr0d1r2/264624 to your computer and use it in GitHub Desktop.
Save pr0d1r2/264624 to your computer and use it in GitHub Desktop.
# Related to: http://rubyonrails.pl/forum/viewtopic.php?pid=15369#p15369
RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION
Rails::Initializer.run do |config|
config.gem 'paperclip', :version => '=2.3.1.1'
config.gem 'will_paginate', :version => '=2.3.11'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment