Created
January 13, 2013 02:26
-
-
Save umdstu/4521912 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'http://rubygems.org' | |
gem 'rails', '3.0.10' | |
# Bundle edge Rails instead: | |
# gem 'rails', :git => 'git://github.com/rails/rails.git' | |
gem 'mysql2', "0.2.7" #v0.3 requires rails | |
gem 'jquery-rails', '>= 1.0.12' | |
gem 'devise', :git => 'git://github.com/plataformatec/devise.git', :branch => 'v1.5' | |
gem "cancan", ">= 1.6.8" | |
gem "rolify", "~> 3.1.0" | |
gem "will_paginate", "~> 3.0.pre2" | |
gem 'whenever', :require => false | |
gem 'simple_form' | |
gem 'squeel' | |
gem 'whenever' | |
group :test do | |
# Pretty printed test output | |
gem 'turn', '~> 0.8.3', :require => false | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment