mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
12 lines
172 B
Ruby
12 lines
172 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'builder'
|
|
gem 'css_parser'
|
|
gem 'htmlentities'
|
|
gem 'mustache'
|
|
gem 'nokogiri'
|
|
gem 'rdiscount'
|
|
gem 'sinatra'
|
|
|
|
gem 'rspec'
|
|
gem 'guard-rspec'
|