Skip to content

Instantly share code, notes, and snippets.

@jgautsch
Created August 21, 2014 20:45
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 jgautsch/2a0943021548585a9096 to your computer and use it in GitHub Desktop.
Save jgautsch/2a0943021548585a9096 to your computer and use it in GitHub Desktop.
Gemfile for NPI MapReduce job
source 'https://rubygems.org'
gem 'dotenv'
gem 'rake'
gem 'faker'
gem 'pry'
gem 'mongoid'
gem 'geocoder'
gem 'activesupport'
gem 'require_all'
gem 'hashie'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment