Gemfile 186 B

1234567891011
  1. # A sample Gemfile
  2. source "https://rubygems.org"
  3. gem 'sinatra'
  4. gem 'sinatra-contrib'
  5. gem 'sinatra-xsendfile'
  6. gem 'thin'
  7. gem 'nokogiri'
  8. gem 'haml'
  9. gem 'rest-client'
  10. gem 'sys-filesystem'