mirror of
https://github.com/kdabir/has.git
synced 2024-11-10 21:26:50 +01:00
9 lines
110 B
Ruby
9 lines
110 B
Ruby
source 'https://rubygems.org'
|
|
ruby '2.1.2'
|
|
|
|
gem 'rack'
|
|
gem 'thin'
|
|
gem 'guillotine'
|
|
gem 'mongo'
|
|
gem 'bson_ext'
|