source 'https://rubygems.org' #gemspec ruby '2.1.1' gem 'mongo' gem 'bson_ext' gem 'distribution' #TODO: Check out this for a repacement of of statistics2 #TODO: https://github.com/thirtysixthspan/descriptive_statistics gem 'statistics2' gem 'debase' gem 'aquarium' gem 'thor' gem 'awesome_print' gem 'deep_dive' group :development do gem 'rspec' gem 'yard' gem 'guard' gem 'guard-rspec' gem 'semver' gem "jeweler", "~> 1.8.7" gem "simplecov" #gem 'debugger' gem 'ruby-debug-ide' end #====================================================== #= Ancillary libraries # For demo purposes, we include the gosu library, but # don't want this to be part of the mainstream. gem 'gosu', require: false # So we can generate some nice graphics. gem 'rubyvis', require: false