source "http://rubygems.org" gem 'rails', "~> 3.1.0" gem 'rake' gem 'jquery-rails' gem 'mysql2' gem 'capistrano' #gem 'devise' #gem 'cancan' gem 'will_paginate', :git => 'git://github.com/acesuares/will_paginate.git', :branch => 'rails3' gem 'tabs_on_rails' gem 'ckeditor', :git => 'git://github.com/acesuares/ckeditor.git', :branch => 'master' gem 'carrierwave' gem "remotipart", "~> 1.0" gem "paper_trail" # Include everything needed to run rake, tests, features, etc. group :development do gem "rspec-rails" gem "shoulda", ">= 0" gem "bundler", "~> 1.0.0" gem "jeweler", "~> 1.5.2" gem "rcov", ">= 0" end