Created
March 4, 2011 18:08
-
-
Save JakubOboza/855417 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
gem "mongoid", "~> 2.0.0.rc.6" | |
gem "bson_ext", "~> 1.2" | |
group :test, :development do | |
gem "rspec-rails", "~> 2.4" | |
gem "jslint_on_rails" | |
end | |
group(:test) do | |
gem 'rcov' | |
gem 'factory_girl_rails' | |
gem 'mocha', '0.9.8' | |
gem 'faker' | |
gem 'delorean', '0.2.0' | |
gem 'webrat', '0.7.1' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment