Election results in the London Borough of Sutton.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 rivejä
253 B

  1. source "https://rubygems.org/"
  2. ruby "2.3.1"
  3. gem 'sinatra', '~> 2.0.3'
  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. gem 'nokogiri'
  13. end
  14. group :production do
  15. end