Election results in the London Borough of Sutton.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Gemfile 171 B

12年前
12345678
  1. source "https://rubygems.org/"
  2. ruby "2.3.1"
  3. gem 'haml'
  4. gem 'data_mapper'
  5. gem 'dm-postgres-adapter'
  6. gem 'pg'
  7. gem 'petrify', git: 'https://github.com/adrianshort/petrify/'