2
1
mirror of https://github.com/kdabir/has.git synced 2024-09-18 17:01:29 +02:00
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'