source 'https://rubygems.org'
gemspec

gem "rake"
gem "minitest"

if RUBY_VERSION < '2.1'
  gem 'psych', '> 2.0.0'
  gem 'rexml', '< 3.2.5'
end
