source 'https://rubygems.org'

gemspec

gem 'chitin', path: "custom-vendor/chitin-ruby"
gem 'puma'
gem 'twitch-sinatra', path: "custom-vendor/twitch-sinatra"
gem 'rest-client', '2.0'
gem 'json'
gem 'jira-ruby'
gem 'smartling', '2.0.1'
gem 'rubyzip', '>= 1.0.0'
gem 'typhoeus'
gem 'lru_redux'
gem 'aws-sdk', '~> 2'
gem 'json_web_token'

group :test do
	gem 'rspec'
	gem 'rack-test'
end