Skip to content

Instantly share code, notes, and snippets.

@tnsicdr
Created October 26, 2015 14:57
Show Gist options
  • Save tnsicdr/20d2b7857854ce006326 to your computer and use it in GitHub Desktop.
Save tnsicdr/20d2b7857854ce006326 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'rake'
gem 'rack'
gem 'puma'
gem 'roda'
gem 'haml'
gem 'inflecto'
gem 'rom'
gem 'rom-roda'
gem 'rom-repository'
gem 'rom-sql'
gem 'virtus'
gem 'sqlite3'
gem "codeclimate-test-reporter", group: :test, require: nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment