Gemfile 161 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 source :rubygems gem 'ruby-debug' gem 'rails', '2.3.5' gem 'sqlite3' gem 'mongo_mapper', '0.7.6' gem 'bson_ext', '1.0' gem 'mocha' gem 'thoughtbot-shoulda'