source 'https://rubygems.org'

gem 'coveralls', require: false
gem 'benchmark-ips'

if RUBY_VERSION !~ /^2.0/ && !defined?(JRUBY_VERSION)
  gem 'allocation_stats'
end

gemspec
