Election results in the London Borough of Sutton.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

18 行
224 B

  1. source "https://rubygems.org/"
  2. ruby "2.3.1"
  3. gem 'sinatra'
  4. gem 'haml'
  5. gem 'data_mapper'
  6. gem 'dm-postgres-adapter'
  7. gem 'pg'
  8. gem 'unicorn'
  9. gem 'rack-flash3'
  10. group :development do
  11. gem 'shotgun'
  12. end
  13. group :production do
  14. end