has/Gemfile

9 lines
110 B
Ruby

source 'https://rubygems.org'
ruby '2.1.2'
gem 'rack'
gem 'thin'
gem 'guillotine'
gem 'mongo'
gem 'bson_ext'