source "https://rubygems.org"
gemspec
gem 'activesupport' ,  "~>4.2"
gem 'activemodel'
gem 'rest-client', :git => 'git://github.com/rest-client/rest-client.git'
group :development, :test do
	gem "rspec"
	gem 'rspec-its'
	gem 'rspec-collection_matchers'
	gem 'rspec-context-private'
	gem 'guard'
	gem 'guard-rspec'
##	gem 'database_cleaner'
	gem 'rb-inotify'
	gem 'pry'
end
