mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
12 lines
264 B
Ruby
12 lines
264 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'builder', '~> 3.2'
|
|
gem 'css_parser', '~> 1.3'
|
|
gem 'htmlentities', '~> 4.3'
|
|
gem 'mustache', '~> 1.0'
|
|
gem 'nokogiri', '~> 1.6.6'
|
|
gem 'rdiscount', '~> 2.1'
|
|
gem 'sinatra', '~> 1.4'
|
|
|
|
gem 'rspec', '~> 3.3'
|
|
gem 'guard-rspec', '~> 4.6'
|