source 'https://rubygems.org' #gemspec gem 'distribution', '~> 0' #TODO: Check out this for a repacement of of statistics2 #TODO: https://github.com/thirtysixthspan/descriptive_statistics gem 'statistics2', '~> 0' gem 'debase', '~> 0' gem 'aquarium', '~> 0' gem 'thor', '~> 0' gem 'awesome_print', '~> 1' gem 'deep_dive', '~> 0' gem "json", "~> 2.0", ">= 2.0.2" # So our console can have name completion gem 'bond', '~> 0' gem 'rb-readline', '~> 0' gem 'queue_ding', '>= 0' gem 'semver2', '~> 3' group :development do gem 'rspec', '~> 3' gem 'yard', '~> 0' gem 'guard', '~> 2' gem 'guard-rspec', '~> 4' gem 'juwelier' gem 'simplecov', '~> 0' end