source 'https://rubygems.org'

# Runtime dependencies that should appear in the gemspec.
gem 'json', '~> 2'
gem 'mime-types', '~> 2.0'
gem 'rest-client', '~> 1.6'

# Development dependencies that should appear in the gemspec.
group :development do
  gem 'rake', '< 12.0'
  gem 'rspec', '~> 2.9'
  gem 'flexmock'
  gem 'coveralls', :require => false
  gem 'pry'
end

# Gems used during test and development that should be OMITTED from the gemspec
group :test do
  gem 'pry-byebug'
  gem 'jeweler'
end
