Clone
Gemfile.rails-3.1.stable
source 'http://rubygems.org'

gem 'rails', :git => 'git://github.com/rails/rails.git', :branch => '3-1-stable'
gem 'active_link_to', '~>1.0.0'
gem 'paperclip',      '~>2.3.0'

group :test do
  gem 'sqlite3'
  gem 'jeweler'
end