Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chinmaygarde/593743 to your computer and use it in GitHub Desktop.
Save chinmaygarde/593743 to your computer and use it in GitHub Desktop.
Gemfile for Rails 2.3.8
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