Skip to content

Instantly share code, notes, and snippets.

@h3h
Created June 4, 2013 01:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h3h/5702833 to your computer and use it in GitHub Desktop.
Save h3h/5702833 to your computer and use it in GitHub Desktop.
Austin.RB Kata
source "https://rubygems.org/"
gem 'rack-fiber_pool'
gem 'mysql2'
gem 'activerecord'
gem 'em-synchrony'
gem 'em-http-request'
gem 'grape'
gem 'goliath'
gem 'multi_json'
gem 'oj'
gem 'rabl'
gem 'standalone_migrations'
gem 'rake'
gem 'rspec'
gem 'pry'
gem 'rb-readline'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment