# Use `bundle install` in order to install these gems # Use `bundle exec rake` in order to run the specs using the bundle source "http://rubygems.org" gemspec gem 'rails', '3.2.5' gem 'sqlite3' gem 'mysql' gem 'activerecord-import' gem 'mongoid', '3.0.0.rc' gem "rspec" gem "guard" gem "guard-rspec" gem "perftools.rb"