Forked from professor/Sample Gemfile For Foundations Fall 2010
Created
September 23, 2010 14:55
-
-
Save chinmaygarde/593743 to your computer and use it in GitHub Desktop.
Gemfile for Rails 2.3.8
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
gem "rails", "2.3.8" | |
gem "bundler" | |
group :development, :test do | |
gem "sqlite3-ruby", :require => "sqlite3" | |
gem "rspec", "1.3.0" | |
gem "rspec-rails", "1.3.2" | |
gem "factory_girl", "1.3.2" | |
gem "ZenTest" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment