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.

Gemfile 224 B

11 years ago
10 years ago
11 years ago
1234567891011121314151617
  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