source "http://rubygems.org"
# Add dependencies required to use your gem here.
# Example:
#   gem "activesupport", ">= 2.3.5"
gem "bio-polyploid-tools", "=0.5.1"
gem "mysql"

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
  gem "shoulda", ">= 0"
  gem "rdoc", "~> 3.12"
  gem "simplecov", ">= 0"
  gem "jeweler", "~> 2", :git => "https://github.com/technicalpickles/jeweler.git"
  gem "bundler", ">= 1.0.21"
  gem "bio", ">= 1.4.2"
end
