An open source, stand-alone, customisable public spending data web app.
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.
 
 
 
 

11 lines
158 B

  1. source 'https://rubygems.org'
  2. gem 'sinatra'
  3. gem 'data_mapper'
  4. gem 'dm-sqlite-adapter'
  5. gem 'haml'
  6. group :development do
  7. gem 'shotgun'
  8. gem 'fastercsv'
  9. end