samhuri.net/Gemfile

12 lines
273 B
Ruby

source 'https://rubygems.org'
gem 'builder', '~>3.2.2'
gem 'css_parser', '~>1.3.6'
gem 'htmlentities', '~>4.3.4'
gem 'mustache', '~>1.0.2'
gem 'nokogiri', '~>1.6.6.2'
gem 'rdiscount', '~>2.1.8'
gem 'sinatra', '~>1.4.6'
gem 'rspec', '~>3.3.0'
gem 'guard-rspec', '~>4.6.4'